• Hi

    I continue to get a 404 error when I set my permalinks to a custom structure. I have tried everything suggested on the forums to resolve this issue.

    my site: http://www.aluxurysolutions.com

    My permalinks work when I add index.php – /index.php/%postname%/

    I do not want index.php

    .htaccess file:

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

    # END WordPress

    Any help greatly appreciated…

The topic ‘Permalinks, 404 error’ is closed to new replies.