Title: caokhoa's Replies | WordPress.org

---

# caokhoa

  [  ](https://wordpress.org/support/users/caokhoa/)

 *   [Profile](https://wordpress.org/support/users/caokhoa/)
 *   [Topics Started](https://wordpress.org/support/users/caokhoa/topics/)
 *   [Replies Created](https://wordpress.org/support/users/caokhoa/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/caokhoa/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/caokhoa/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/caokhoa/engagements/)
 *   [Favorites](https://wordpress.org/support/users/caokhoa/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 Error File Not Found (sometimes)](https://wordpress.org/support/topic/404-error-file-not-found-sometimes/)
 *  Thread Starter [caokhoa](https://wordpress.org/support/users/caokhoa/)
 * (@caokhoa)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/404-error-file-not-found-sometimes/#post-3323079)
 * 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 WordPress
       ```
   
 * I will continue to monitor it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 Error File Not Found (sometimes)](https://wordpress.org/support/topic/404-error-file-not-found-sometimes/)
 *  Thread Starter [caokhoa](https://wordpress.org/support/users/caokhoa/)
 * (@caokhoa)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/404-error-file-not-found-sometimes/#post-3323076)
 * [@riversatile](https://wordpress.org/support/users/riversatile/)
    my permalinks
   choose: [http://domain.com/%postname%/](http://domain.com/%postname%/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 Error File Not Found (sometimes)](https://wordpress.org/support/topic/404-error-file-not-found-sometimes/)
 *  Thread Starter [caokhoa](https://wordpress.org/support/users/caokhoa/)
 * (@caokhoa)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/404-error-file-not-found-sometimes/#post-3323071)
 * 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 WordPress
       ```
   
 * and 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 Error File Not Found (sometimes)](https://wordpress.org/support/topic/404-error-file-not-found-sometimes/)
 *  Thread Starter [caokhoa](https://wordpress.org/support/users/caokhoa/)
 * (@caokhoa)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/404-error-file-not-found-sometimes/#post-3322920)
 * 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.

Viewing 4 replies - 1 through 4 (of 4 total)