I am also having the problem when I create a page in the dashboard. When I click “view page,” I get Error 404 page not found. Additionally, when I use pretty permalinks I am also getting a 404 error, but not when I use the default links setting. I’ve tried EVERYTHING! Deleted .htaccess (wordpress recreated it okay), enabled all permissions for .htaccess, changed .htaccess to:
# BEGIN WordPress
<IfModule mod_rewrite.c>
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I also called GoDaddy tech support and they confirmed Mod_Rewrite was enabled, I’ve tried every suggestion on the WP forums (adding cgi.fix_pathinfo = 1
cgi.force_redirect = 0
to the php.ini file, etc., etc., and worst of all, after FOUR DAYS and TOTAL FRUSTRATION, I completly uninstalled WP and my database and then installed a fresh new install of WP and recreated the entire site and now I have the same issue all over again.
I’m running WP 2.9. Studio Press theme: streamline (also searched their forum and users told me they’re not having a problem with WP 2.9. My site: baltimoreduidwi.com. Can anyone help?