Problem redirection / htaccess
-
Hello,
From setting admin page, I tryed to redirect index page to home page but I have a problem now..
I don’t know why all url’s are redirected to url/home/…
It’s impossible to connect to admin page, no css, media…etc.After checking .htaccess , I found the Url path was
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /v18/home
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule . /v18/home/index.php [L]
</IfModule>* I delete ‘home’ I had a same result, no change
* I deleted .htaccess same result tooWhat is solution please?
Sam
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Problem redirection / htaccess’ is closed to new replies.