404 Errors With Permalinks Set To %postname%
-
Hey guys I have been racking my brain on this all day.
I can not for the life of me get the Permalinks working on my site. I have done this a million times and its just not working.
Basics:
Site: https://www.bajakits.com
Host: Bluehost.com
Permalinks: Post NameOk here is what I have done so far:
1) Disabled all plugins to check for compatibility (still did not fix the issue)
2) Double, and Triple Checked The .htaccess ….. its exactly as should be:
# 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
3) Checked Cat Names, Post Names, Page Names and see if there are duplicated that would create a conflict. With no luck
4) Called the hosting company and they cant seem to figure it out.
If anyone can help me work through this that would be so AWESOME!!!! As Im over here pulling out my hair on this one.
- The topic ‘404 Errors With Permalinks Set To %postname%’ is closed to new replies.