Forum Moderators: phranque
RewriteCond %{HTTP_HOST}!^(www\.example)
RewriteCond %{HTTP_HOST} ^www\.([^.]+)\.example\.com
RewriteBase /
RewriteRule /$¦^$ http://www.example.com/reservation/%1-index.html
[edited by: jdMorgan at 8:06 pm (utc) on Oct. 4, 2005]
[edit reason] Example.com [/edit]
RewriteBase /
RewriteCond %{HTTP_HOST} ^www\.([^.]+)\.example\.com
RewriteRule /$¦^$ /reservation/%1-index.html [L]
Jim
[added] Replace the broken pipe "¦" character above with a solid pipe character before use. Posting on this forum changes that character. [/added]