LexiConn Knowledgebase
LexiConn Knowledgebase

Knowledgebase Home | Favorites Knowledgebase Home | Favorites
Search the Knowledgebase Browse by Category
My Permalinks are not working in WordPress?
Article Details

Last Updated
3rd of September, 2008

User Opinions (0 votes)
No users have voted.

How would you rate this answer?
Helpful
Not helpful

If you enable "pretty" permalinks in WordPress, you also have to put a .htaccess file in place in the wordpress folder for these SEO friendly URLs to work correctly.

If your wordpress blog is installed in the "blog" sub-directory for example, the .htaccess file would contain:

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


Related Articles
Attachments
No attachments were found.

Powered by Interspire Knowledge Manager Knowledgebase Software