mod_rewrite settings causes server to throw HTTP 500 errors instead of 404
- by FractalizeR
Hello.
I have a server with VBulletin forum (working under Apache 2.2, CentOS). The default settings for it in .htaccess are as follows:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^gsmforum\.ru
RewriteRule (.*) http://www.gsmforum.ru/$1 [R=301,L]
# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to…