PDA

View Full Version : anybody can help please


riansyah
01-27-2007, 06:10 AM
When I modify navbar template and save it, showing this message..

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

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

please help me how to make that can be permission to write it...

MrPHD
01-27-2007, 03:46 PM
Hi, what are OS are you using, Windows or Linux? Dedicated server or Hosting? please answer this questions for help.

riansyah
02-08-2007, 03:53 AM
I Use OS Linux and Hosting, so what should I do?

Marco van Herwaarden
02-08-2007, 07:11 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

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

riansyah
02-08-2007, 09:21 AM
It's Work, Thx Marco van Herwaarden