Forums

Internal server error? Can anyone read this code! (1 post)

  1. John Dubock
    Member
    Posted 8 months ago #

    My site is geting a 500 Internal Server Error from Apache - Is there anything wrong with this .htaccess file?

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>
    # END WordPress

Reply

You must log in to post.

About this Topic