404 Error File Not Found (sometimes)
-
Sometimes my site error occurred while accessing the link on the site:
http://domain.com/%postname%/404 Error File Not Found
The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.and I have to reset permalinks in dashboard, the links to run normally, just repeat that and today I have to reset 04 times, I do not know why the error occurred. Why my WordPress installations are doing this intermittently.
WP version 3.5, no using cache plugin, no security plugin.
– .htaccess file:
# Use PHP5CGI as default AddHandler fcgid-script .php # 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 WordPressThank you!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘404 Error File Not Found (sometimes)’ is closed to new replies.