+ Reply to Thread
Results 1 to 3 of 3

Thread: Changing default page

  1. #1
    Junior Member
    Join Date
    Jun 2008
    Posts
    1

    Default Changing default page

    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

  2. #2
    Administrator
    Join Date
    Jun 2004
    Location
    Chicago, Illinois, United States
    Posts
    248

    Default

    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.
    Karl Zimmerman
    President/CEO - NoZone, Inc./Steadfast Networks
    http://steadfast.net
    karl@steadfast.net

  3. #3
    Junior Member
    Join Date
    Jul 2007
    Location
    Baltimore, MD
    Posts
    14

    Default

    You could put something like this in your .htaccess

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

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts