this is a bit of a problem. i do not know anything about htaccess.
all want to achieve is this one. example: i want this
http://www.mydomain.com/forum to be redirected to
http://www.forum.mydomain.com
what would be the specific commands to be used in htaccess.
and also if the index page is php file (index.php) how would i do that to add code?
because this code applies only to index.html files right?
<FRAMESET ROWS="*,0" FRAMEBORDER=0 BORDER=0 FRAMESPACING=0>
<FRAME SRC="http://somewhere/you/want/to/redirect.php" NORESIZE>
</FRAMESET>