Viewing 8 replies - 1 through 8 (of 8 total)
  • Have you spoken to your hosts about this?

    Thread Starter irishpeck

    (@irishpeck)

    Yes our host has advised us that everything on their end is working perfectly. Everything is setup correctly on the hosts end so it must be a WordPress issue I assume but don’t know how to resolve it.

    What is in your root WordPress .htaccess file?

    Thread Starter irishpeck

    (@irishpeck)

    # 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

    I’m sorry but the issue is on the server – not WordPress. Try asking your hosts why your .htaccess file isn’t being parsed.

    Thread Starter irishpeck

    (@irishpeck)

    Hi esmi,

    Thanks for the feedback. What do you mean by parsed?

    WordPress has done it’s part by saving your custom permalink structure in your database and creating the .htaccess file with the correct rewrite rules. It seems that the server is ignoring this file.

    Thread Starter irishpeck

    (@irishpeck)

    Okay thats perfect I will see what is happening thanks alot for the help.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Pretty Permalinks are not working’ is closed to new replies.