• Hello, i’m having a really strange problem with a WP install.
    WP is installed in a /subdirectory but the domain is redirected to it.
    Site url changed to domain, WP url remains unchanged, permalinks generated. I’ve done this many times with no problems at all.
    Permalinks work fine for pages and posts https://www.domain.com/page_name ect.

    The problem is only with the homepage:

    Standard htaccess:

    RewriteEngine On
    RewriteBase /installdir/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . index.php [L]
    </IfModule>
  • The topic ‘Home page not found but working fine (pos. permalink prob.)’ is closed to new replies.