Internal server 500 error
        Posted  
        
            by sanders
        on Server Fault
        
        See other posts from Server Fault
        
            or by sanders
        
        
        
        Published on 2010-02-09T19:48:05Z
        Indexed on 
            2010/03/26
            18:03 UTC
        
        
        Read the original article
        Hit count: 617
        
.htaccess
Hello Everyone I have created the following script in my .htaccess file
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} domain.eu
RewriteCond %{REQUEST_URI} !^domain
RewriteRule ^(.*)$ domain/$1 [L]
This script should redirect domain.eu to the domain folder. But when I upload this script i get the internal server 500 error.
Any idea's what goes wrong?
Thanks
© Server Fault or respective owner