Forums

Help I don't know what these instructions mean (5 posts)

  1. jonathanlimusic
    Member
    Posted 3 years ago #

    make .htaccess file with the following code, place it in the map wordpress. Solved all my problems.

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

    # END WordPress

    # BEGIN 404 Fix

    <IfModule mod_env.c>
    SetEnv MODSEC_ENABLE Off
    PassEnv MODSEC_ENABLE
    </IfModule>

    #END 404 Fix

    What does "in the map" mean? Is it just placing it in my root folder of my blog (where the current .htaccess file is)?

  2. jonathanlimusic
    Member
    Posted 3 years ago #

    If it is in the root folder, i've applied it and it didn't work the fix to my internal server error.

  3. jonathanlimusic
    Member
    Posted 3 years ago #

    This is to solve a 500 internal error

  4. Saurus
    Member
    Posted 3 years ago #

    The file you pasted expressly says "to fix a 404 error" - NOT a 500 server error.

  5. jonathanlimusic
    Member
    Posted 3 years ago #

    yeah i can see that now,

    could i switch it out for 500?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.