htaccess error 500

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dormopoco
    Member
    • May 2007
    • 60

    [Forum] htaccess error 500

    Hi man i need help whit my server and my htaccess:

    now use:
    # Options +FollowSymLinks
    RewriteEngine on
    RewriteBase /

    # If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory.
    # RewriteBase /forum/

    # If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
    Options -MultiViews

    RewriteCond %{REQUEST_FILENAME} -s [OR]
    RewriteCond %{REQUEST_FILENAME} -l [OR]
    RewriteCond %{REQUEST_FILENAME} -d

    RewriteRule ^.*$ - [NC,L]

    # Forum
    RewriteRule ^threads/.* showthread.php [QSA]
    RewriteRule ^forums/.* forumdisplay.php [QSA]
    RewriteRule ^members/.* member.php [QSA]
    RewriteRule ^blogs/.* blog.php [QSA]
    RewriteRule ^entries/.* entry.php [QSA]

    RewriteCond %{REQUEST_FILENAME} -s [OR]
    RewriteCond %{REQUEST_FILENAME} -l [OR]
    RewriteCond %{REQUEST_FILENAME} -d

    RewriteRule ^.*$ - [NC,L]

    but i need custom error page...

    any folder or file write in the URL bar return 500 error:

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log:
    [client 151.28.208.218] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://www.xxxxxxx.xxx/

    I'm using the original system seo and I disabled all plugins

Related Topics

Collapse

Working...