• I didnt use/log in my blog page for a while, today when i try, it’s disappear.
    The link is not working, even my user name cannot work.
    I have to setup a new user (which is same email) to post this.

    PLEASE HELP.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hey @firstlucky3,

    The Internal Server Error most likely occurs due to a corrupted “.htaccess” file.

    Take a backup of your current .htaccess file and then replace your current “.HTACCESS” file with the following code:

    # 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
    

    This post might help you further investigating the issue and fix it:

    https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/

    Let me know if the problem still persists after you have tried all the possible solutions.

Viewing 1 replies (of 1 total)
  • The topic ‘My blog is disappear’ is closed to new replies.