1: 2:
RewriteCond Host: www.MyDomain.com/forum RewriteRule ^([^.]+)\.html$ /index.php?page=$1 [L]
1: 2: 3: 4:
[ISAPI_Rewrite] # do you need the host check? RewriteCond Host: www\.MyDomain\.com RewriteRule ^/forum/([^.]+)\.html$ /index.php?page=$1 [L]