• 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 too

    What is solution please?

    Sam

Viewing 3 replies - 1 through 3 (of 3 total)
  • How did you install WordPress? Is that the .htacces that comes with WordPress or the one that comes with your hosting?

    Thread Starter samdz

    (@samdz)

    Hello,

    I made installation via FTP
    I don’t understand if this problem is related to the host because I made a lot of things but I hadn’t a result:

    I deactivated plugins and themes
    I deleted .htaccess

    Nothing changed..
    How to know if the problem is from hosting or wordpress?

    Hi,
    You should not delete the .htaccess

    Restore that file, and then ask tech support why it is not redirecting properly. Is it a fresh new installation or are you transferring your site from another place?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem redirection / htaccess’ is closed to new replies.