• I am working locally so cannot supply my url.

    I am having a problem with Permalinks. The website directed to pages fine until I change the Permalinks Post name. I have researched other posts and none of the advise has helped.

    To date I have checked that the mod_rewrite is checked

    I have tried two different codes in the .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /azure%20designs/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /azure%20designs/index.php [L]
    </IfModule>

    # END WordPress

    and

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /azure%20designs/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . index.php [L]
    </IfModule>

    # END WordPress

    and neither works

    With regards to the following:
    In WordPress’s home directory,
    The FollowSymLinks option enabled

    I’m unsure of how to find this….. maybe this is the problem. Can someone help please

  • The topic ‘Permalinks 404 Error’ is closed to new replies.