Ok, not only are my own wordpress categoriesgiving me a 404 now, but some wordpress installs I did through fantastico on another server are doing the same thing. Someone mentioned that it could be an .htaccess problem. I'm not seeing an .htaccess file at all on the fresh installs I did. What should be included in the .htaccess for wordpress?
WordPress Categories 404ing. Whats the problem? What does WP require of the .htaccess
Collapse
X
-
Tags: None
-
Conversion Sharks - 1,000+ adult dating offers, traffic management, and consistently high payouts.
We will guarantee and beat your current EPC to win your dating traffic!
Skype: ConversionSharks || Email: info /@/ conversionsharks.com -
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Comment
-
if when you change your permalinks and it says "You should update your .htaccess now" that's the code to put in thereComment


Comment