[RSS Feed/News] Friendly urls and apache

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
web1 as standard-server on localhost can use friendly urls.
web2 as virtual server on lala.local cant use friendly urls.

.htacess is always the same

Code:

Code:
<IfModule mod_rewrite.c>
    RewriteEngine On

    #RewriteCond %{HTTPS} off
    #RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    #RewriteCond %{HTTP_HOST} !^www\.
    #RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]


    #    If you are having problems with the rewrite rules, remove the "#" from...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom