Hello:
on our Apache installation we have been using:
so that any ServerAlias would be redirected to the primary site. Under LiteSpeed this does not appear to be working and not sure how to fix it.
Any help would be appreciated please.
on our Apache installation we have been using:
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.somesite.com [nocase]
RewriteRule ^(.*)$ http://www.somesite.com$1 [last,redirect=301]
Any help would be appreciated please.
Last edited by a moderator: