• Everytime I activate buddypress, I have HTTP Error 500 (Internal Server Error).

    Server Error log shows :
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [notice] cannot use a full URL in a 401 ErrorDocument directive — ignoring!
    [Sat Jun 16 20:45:34 2012] [notice] cannot use a full URL in a 401 ErrorDocument directive — ignoring!
    [Sat Jun 16 20:45:34 2012] [notice] cannot use a full URL in a 401 ErrorDocument directive — ignoring!
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.
    [Sat Jun 16 20:45:34 2012] [warn] RewriteCond: NoCase option for non-regex pattern ‘-f’ is not supported and will be ignored.

    I want to know how to get buddypress working without having this error.

    I have tried using other versions of WP and other versions of BuddyPress but it is the same thing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • check your .htaccess for proper formatting and capitalization.

    Thread Starter cjpascal

    (@cjpascal)

    this is my .htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    if it okay?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HTTP Error 500 (Internal Server Error)’ is closed to new replies.