PDA

View Full Version : Changing default page


iamme9182
06-03-2008, 11:09 AM
I am kind of new to this stuff. I just got an account and installed zencart into a folder called /store. how would i go about making it so if someone just goes to my domain they get the store? basically i want xyz.com to go to xyz.com/store. Thanks for your help

Karl
06-03-2008, 06:25 PM
You would be able to setup a redirect in your .htaccess file to set that up. You should be able to find specifics by using Google and can then find out about all the other fun things you can do with .htaccess. I can't think of any good tutorials off the top of my head, otherwise I'd reference on directly.

larry
06-03-2008, 08:25 PM
You could put something like this in your .htaccess

RedirectMatch permanent ^/$ http://www.xyz.com/store