By akaserer on
hi
i would like to redirect all my subdomains with .at ending to .com ending.
i found this script but it brings an redirection error , except on the front page:
RewriteCond %{HTTP_HOST} ^(.*)\.example\.at$ [NC]
RewriteRule ^(.*)$ http://%1.example.com/$1 [R=301,L]
does anybody know how it works, thanks??
Comments
Well, it works correctly for
Well, it works correctly for me testing it on my local machine. Where is this error you mentioned getting displayed, and what does it say?