Thread
:
Accessing mainpage
View Single Post
#
2
(
permalink
)
02-25-2007, 03:36 PM
ablaye
WMG Sheriff
Recent Blog:
Shaun Hogan, Owner of Digital Point Forum, Sued by eBay for Fraud
Join Date: Feb 2007
Posts: 286
iTrader: (
0
)
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]
ablaye
View Public Profile
Send a private message to ablaye
Find all posts by ablaye
Sponsored Links
Register
and sign in to hide this ad block