PDA

View Full Version : Problem Editing template


Bruwat
10-07-2007, 08:18 PM
Everytime I try and edit my footer template and click save this error comes up..

Forbidden
You don't have permission to access /forums/admincp/template.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


Any ideas how I can fix this?!

Thanks very much in advance

Xplorer4x4
10-08-2007, 02:25 AM
You did not upload ALL of your vb scripts.

Zachery
10-08-2007, 02:28 AM
You did not upload ALL of your vb scripts.
Not true at all,

mod_security or something similiar is effecting him.

Bruwat
10-08-2007, 04:40 AM
Thanks for the replies...so how can I fix it?

Marco van Herwaarden
10-08-2007, 05:29 AM
This may be due to mod_security.
While mod_security can be a very powerful tool, misconfigured or overly strict rule sets can interfere with vBulletins Operation. Below for Apache users you can use an htaccess file and add a specific rule to disable mod_security.

Make or edit your forum .htaccess file and add the following code

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Note, place this file in your main forum directory.

See this also thread: http://www.vbulletin.com/forum/showthread.php?t=167121

Bruwat
10-08-2007, 05:05 PM
Perfect it worked! Thanks very much :)