[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Rewrite Rules Help
- Subject: RE: [cobalt-users] Rewrite Rules Help
- From: flash22@xxxxxxx
- Date: Mon Oct 2 21:34:58 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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