Announcement

Collapse
No announcement yet.

Admin Control Panel Options

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Admin Control Panel Options

    Hi to all of you

    In acp/vBulletin Options/Admin Control Panel Options
    i recieve this message...

    Code:
     
    Not Acceptable
    An appropriate representation of the requested resource /forums/admincp/options.php could not be found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    the file /forums/admincp/options.php it exists , but the file error document dosent exist...

    i dont know how long this works like that !!!

    all the rest works fine !!!

    Please help!!!
    Greek funny Forum

  • #2
    mod_security is known to cause errors like this. Create a ".htaccess" file with the code from this thread and put it in your forum directory:



    That will disable mod_security which may fix your problem.

    Comment


    • #3
      Originally posted by Jake Bunce

      That will disable mod_security which may fix your problem.
      yes. works fine
      thank you
      Greek funny Forum

      Comment


      • #4
        This helped me:

        Just enter this code to your .htaccess file
        (I am hosted on GoDaddy)

        <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteBase /
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule . admincp/options.php [L]
        </IfModule>
        Crossroad of the worlds

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...
        X
        😀
        🥰
        🤢
        😎
        😡
        👍
        👎