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
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.