Quote:
Originally Posted by Marvin_AWB
No, you don't have to keep them active.
Just a quick example:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^mydomain.com$ [NC]
RewriteRule ^(.*)$ http://mydomain.com/$1 [L,R=301]
|
This code allow me to add some kind of exception? I want to redirect all but 3 existing sub-domains.