HACKER SAFE certified sites prevent over 99.9% of hacker crime.
Support Center » Knowledgebase » The permalinks in wordpress don't work. What's wrong?
 The permalinks in wordpress don't work. What's wrong?
Solution This is a common issue with wordpress it has to deal with your .htaccess file.
If your website does not have one you must manually create one using notepad. Just simply choose "save as" and call it .htaccess.

For wordpress it must have the following information in it.

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


Article Details
Article ID: 370
Created On: 15 Apr 2010 08:25 AM

 This answer was helpful  This answer was not helpful

 Login [Lost Password] 
Email:
Password:
Remember Me:
 
 Search
 Article Options
Home | Register | Submit a Ticket | Knowledgebase | Troubleshooter | News | Downloads
Language:

Help Desk Software By Kayako eSupport v3.11.01