Hello All!
I am having some troubles redirecting traffic using .htaccess.
Basically, I have two domains, of which one is an alias for another, so any requests for or will end up at
So, using .htaccess, I am looking for a way to determine if users requested and redirect them to
I have unsuccessfully tried variations of the following:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^ [NC]
RewriteRule ^/(.*) [L,R]
Any help is greatly appreciated.
Cheers, F4d3d
I am having some troubles redirecting traffic using .htaccess.
Basically, I have two domains, of which one is an alias for another, so any requests for or will end up at
So, using .htaccess, I am looking for a way to determine if users requested and redirect them to
I have unsuccessfully tried variations of the following:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^ [NC]
RewriteRule ^/(.*) [L,R]
Any help is greatly appreciated.
Cheers, F4d3d