.htaccess Help

liunx

Guest
Hi.<br /><br />Can someone help me out - I'm trying to redirect my site - so that if you go to <!-- w --><a class="postlink" href="http://www.siteurl.com">www.siteurl.com</a><!-- w --> it will take you straight to <!-- w --><a class="postlink" href="http://www.siteurl.com/content/index.html">www.siteurl.com/content/index.html</a><!-- w -->. <br /><br />Can somone tell me how to do this using the .htaccess file? Or am I easier just using a javascript redirection page on my public_html root?<br /><br />Cheers folks.<!--content-->
redirect permanent /index.html <a href="http://www.siteurl.com/content/index.html" target="_blank">http://www.siteurl.com/content/index.html</a><br /><br />should do it =)<!--content-->
^^^ I write that exactly in the .htaccess file?<!--content-->
Yes, exactly as Lisa wrote it <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
Cheers folks.<!--content-->
 
Top