problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sr1b
    New Member
    • Nov 2006
    • 1
    • 3.6.x

    problem

    Hi
    i have a problem i can't do any change on the Templates every time i try
    it show's a page says

    Forbidden

    You don't have permission to access /vb/admincp/css.php on this server.

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

    ?????????
    my Version: 3.6.3

    please help
  • Marco van Herwaarden
    Senior Member
    • Nov 2004
    • 6999
    • 3.8.x

    #2
    This is either because PHP does not have enough memory available, or 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
    Want to take your board beyond the standard vBulletin features?
    Visit the official Member to Member support site for vBulletin Modifications: www.vbulletin.org

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...