Internal server 500 error
- by sanders
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