• Resolved jimmy779

    (@jimmy779)


    I have changed something wrongly, and resulted in the following codes in .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]https://p3slhsccweb.secureserver.net/css/images/scc/icon_close_window.gif
    </IfModule>
    # END WordPress

    With this file, when I visited my website ( http://www.aktranslation.co.nz ), I got the following error message:

    500 Internal Server Error:
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Can someone please help to look at my .htaccess, and tell me what was wrong with the codes, and what the correct codes should be? thank you very much in advance.

    Please note, currently I have removed the file from my server. The result is: homepage shows up, but not other pages.

Viewing 2 replies - 1 through 2 (of 2 total)
  • # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    Thread Starter jimmy779

    (@jimmy779)

    I have resolved the problem by reinstall WP, thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘.htaccess problem’ is closed to new replies.