Forum Moderators: open
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_HOST} sub2.mydomain.com
RewriteCond %{REQUEST_URI}!folder1/key07.htm
RewriteRule ^(.com)$ folder1/key07.htm$1 [L]
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_HOST} ^sub2.mydomain.com$
RewriteCond %{REQUEST_URI}!^http://mydomain.com/folder1/index07.htm
RewriteRule (.*)$ [mydomain.com...]
In IE the subdomain still shows up as the URL but in Netscape the real folder shows. Is there any way to work around that? And now if the logo would reflect the subdomain I think that would be all that's needed.