hallo,
ich habe mir einen vserver gekauft. dieser soll bei eingabe meiner domain ohne www. auf die domain mit www. weiterleiten. dazu gibt es ja folgenden code per htaccess:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
statt domain, ist natürlich meine richtige domain ;)
rufe ich jetzt aber meine domain mit oder ohne www auf, kommt folgende Fehlermeldung:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, .... 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.
was kann man da machen?
danke - lg, markus ;)