ta5ae
Forum Replies Created
-
Alas. Seems only to work for the logged in view of the home page.
I had just moved hosting provider, when I experienced this problem when trying to view the home page. Between clearing my DNS cache, deleting browser cookies for that domain, and logging into the admin attempting interface for the site, the issue seems to have resolved itself.
Hi, what was the problem in the end?
Forum: Fixing WordPress
In reply to: WordPress hijacking 404 pagesI saw similar problem with my site (version 2.9.1) however, it was hosted at the web root. It appears for us the problem was trying to define the following in both http.conf and .htaccess files.
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]NB: Version quoted is formatted for a .htaccess file.
Maybe you have something similar going on.
We’ve kept the version in the .htaccess file and removed the other and all is well again.
Forum: Fixing WordPress
In reply to: Post ID back to “0” after server moveI had this problem too. See post: http://wordpress.org/support/topic/77385