Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter caokhoa

    (@caokhoa)

    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.

    Thread Starter caokhoa

    (@caokhoa)

    Thread Starter caokhoa

    (@caokhoa)

    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!

    Thread Starter caokhoa

    (@caokhoa)

    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)