View Full Version : I want people to go to www.site.com, but have it pull data from /public_html/mysite
BigToque
07-11-2006, 09:32 AM
I want people to go to www.site.com, but have it pull data from /public_html/mysite and not from /public_html/
Is this possible?
ronaldb66
07-11-2006, 10:20 AM
If your server is running apache, I'm pretty sure this can be accomplished using .htaccess--of which I unfortunately know precious little myself.
This tutorial should get you on your way: Comprehensive guide to .htaccess (http://www.javascriptkit.com/howto/htaccess.shtml) (from JavaScriptKit).
NancyJ
07-11-2006, 11:21 AM
I believe the line you need is
Redirect / http://www.mysite.com/mysite
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.