• Hi!
    My .HTACCESS file got corrumpted so i deleted from the server.
    As it’s explained in many tutorial I did the following:
    1. Create a new .htaccess
    2. CHMOD 666 for the file
    3. Go to OPTIONS>PERMALINKS
    There in PERMALINKS the Date and name based is selected by default (i don’t know why)
    4. I select Update Permalink Structure
    5. 500 Internal Server Error it’s prompted ??

    The code that it’s being generated in the .htaccess i this:

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

    Something is missing?
    HELP ME please!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘500 Internal Server Error’ is closed to new replies.