Closed Thread
Results 1 to 1 of 1

Thread: Forbidden and Not acceptable errors?

  1. #1
    vBulletin Team Zachery is a jewel in the rough Zachery is a jewel in the rough Zachery is a jewel in the rough Zachery's Avatar
    Join Date
    Jul 2002
    Location
    Akron, Ohio
    Age
    25
    Posts
    44,079

    Forbidden and Not acceptable errors?

    My users and myself are having issues with blank pages, forbidden and not acceptable errors, what can I do?

    There is a very good chance your host has installed a add-on for apache called mod_security.
    ModSecurityTM is an open source intrusion detection and prevention engine for web applications (or a web application firewall). Operating as an Apache Web server module or standalone, the purpose of ModSecurity is to increase web application security, protecting web applications from known and unknown attacks.
    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.

    Should this not work, or you get a 500 Internal Security Error, your host has made it so you're not allowed to make these changes. At this point contact your webhost and ask them to re-tune their mod_security rules. They should be able to look at their logs, find the triggers and make adjustments.
    Last edited by Zachery; Sun 11th May '08 at 2:38pm.
    Zachery Woods
    vBulletin Support Team
    Please do not PM me for support
    Do not hijack someones thread! Its their thread, if you have a problem start your own!
    $this->hasFlavr() ? $nom->nom('nom') : $want->doNot()

Closed Thread

Similar Threads

  1. Forbidden and Not acceptable errors?
    By Zachery in forum vBulletin 3.6 Questions, Problems and Troubleshooting
    Replies: 1
    Last Post: Sat 31st Jan '09, 3:04pm
  2. Forbidden and Not acceptable errors?
    By almqdad in forum vBulletin 3.6 Questions, Problems and Troubleshooting
    Replies: 4
    Last Post: Sun 16th Sep '07, 7:06am
  3. Forbidden Errors
    By axinos in forum vBulletin 3.6 Questions, Problems and Troubleshooting
    Replies: 1
    Last Post: Wed 4th Oct '06, 7:09am
  4. Display errors and forbidden errors
    By greatwhite in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 4
    Last Post: Fri 14th Feb '03, 4:47pm

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts