[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Rewrite Rules Help



On Sat, 30 Sep 2000, Dan Kriwitsky wrote:

Just did that for someone....bounces a domain name to another site into a
directory....
-------
ServerName www.internationaletching.com
ServerAlias internationaletching.com

RewriteEngine on
RewriteCond %{HTTP_HOST}    !^216.205.42.88(:80)?$
#RewriteCond %{HTTP_HOST}   !^www.internationaletching.com(:80)?$
RewriteRule   ^/(.*)        http://www.ieisales.thomasregister.com/$1 [L,R]

(note 3rd line is default, you need to take out on raq2)


Gordon