caokhoa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 Error File Not Found (sometimes)Thanks for your help.
After, I have to resetting permalinks in dashboard, the links to run normally and .htaccess file like that:
# 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 WordPressI will continue to monitor it.
Forum: Fixing WordPress
In reply to: 404 Error File Not Found (sometimes)@riversatile
my permalinks choose: http://domain.com/%postname%/Forum: Fixing WordPress
In reply to: 404 Error File Not Found (sometimes)Error occurred:
404 Error File Not Found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
I see the .htaccess file deleted data blank, despite that I have the data:
# 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 WordPressand I have to reset permalinks in dashboard, the links to run normally.
I do not know why .htaccess empty deleted, hope you more experience to help me.Thank you!
Forum: Fixing WordPress
In reply to: 404 Error File Not Found (sometimes)Thanks riversatile!
I’ll try your way.I think because I have configured PHP 5.2 (FastCGI) and the hosting server automatically switch back to the PHP 5.2 later period of time, should an error.I’ve seen it in the PHP Configuration in cPanel.