Forum Moderators: phranque
What is wrong? How can I fix it?
What is it that you really want to do?
Jim
However now I have it like this:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^([^.]+)\.mysite\.com$ [NC]
RewriteCond %1!^(www)?$ [NC]
RewriteRule ^(index\.html)?$ /board_files/file_index.php?board=%1 [NC,L]
RewriteRule ^login\.html$ /board_files/file_login.php?board=%1 [NC,L]
and rewrites after the index\.html one are not getting the variable board... what could be wrong?
Jim