Quote:
Originally Posted by bathory
You can use the following:
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^(.*) http://www.anotherdomain.com/$1 [R,L]
You can take a look at the apache guide about rewriting.
Regards
|
Thank you for your answer.
The problem is that de initial domain multiple aliases has.
We've made another virtual host named:
www.anotherdomain.com en in this we wil set the rewrite rules. This virtual host has de document root of our primaire domain.
Little bit a difficult story.
thanks again