Forums

help Error 403 - Forbidden wp 2.3 (4 posts)

  1. geocosmicknockout
    Member
    Posted 4 years ago #

    new install as is from wp everything seems to work except when i do preview or view site then i get Error 403 - Forbidden message i have everything 755 and using php 4 - i tried it with php5 and did the same thing - when i write it shows up in the manage but not in the site or the preview - anybody have this problem or any ideas - thanks in advance - geo

  2. Jeremy Clark
    Moderator
    Posted 4 years ago #

    Read directions below.

  3. whooami
    Member
    Posted 4 years ago #

    that will error if mod_security isnt the problem, so you want to wrap that, like so:

    <IfModule mod_security.c>
    SecFilterEngine Off
    </IfModule>

    and you really dont want to put that in the .htaccess that's located at the root of your site -- mod_security does serve a purpose. Disabling it site-wide is both unnecessary and, to some degree, foolhardy.

    I recommend putting the above inside an htaccess that lives inside your wp-admin directory.

  4. Jeremy Clark
    Moderator
    Posted 4 years ago #

    Good Call.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags