View Single Post
  #2 (permalink)  
Old 02-25-2007, 03:36 PM
ablaye's Avatar
ablaye ablaye is offline
WMG Sheriff

 
Join Date: Feb 2007
Posts: 286
iTrader: (0)
ablaye is on a distinguished road
Default

There are 2 ways to do this on htaccess file.

You can do a permanent redirect:
redirect 301 /index.html http://www.yourdomain.com/main/index.html

Or using URL rewrite, do something like:
RewriteRule ^index.html$ main/index.html [nc]
Reply With Quote
Sponsored Links
Register and sign in to hide this ad block