View Single Post
Old 02-02-2015, 11:55 AM  
pimpware
Confirmed User
 
pimpware's Avatar
 
Join Date: Jan 2006
Location: Pt
Posts: 1,673
Quote:
Originally Posted by Marvin_AWB View Post
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.
__________________
icq: 284494832
realsexforyou.com
pimpware is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote