PDA

View Full Version : Precondition Failed Error


zoe
01-16-2008, 03:57 PM
Hi, I am new here. I have installed v1.7 and when I try to update the settings in Options -> General I get this error:
"412 Precondition Failed The precondition on the request for the URL /xxxxx/admin/index.php evaluated to false"
any ideas?

Dkozikowski
01-16-2008, 05:30 PM
Try this:

IF YOU DO NOT HAVE an .htaccess file in your Pixelpost admin/ directory:

create a text file on your desktop:

put the following inside it:


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

save the file. name it whatever you want.

Upload the file to your Pixelpost admin directory.

Rename the uploaded file to .htaccess (with the .)

IF YOU DO HAVE an .htaccess in your Pixelpost admin/ directory:

Edit it, and add the following:


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

save the new .htaccess

Let me know if this works.

zoe
01-23-2008, 07:49 PM
It worked, thanks!

Dkozikowski
01-23-2008, 08:20 PM
That's great news!

Enjoy Pixelpost ;)