• 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Read directions below.

    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.

    Good Call.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘help Error 403 – Forbidden wp 2.3’ is closed to new replies.