when i pull up my site it goes straight to zencart. how do i change this to go to my home page and not zen cart?![]()
when i pull up my site it goes straight to zencart. how do i change this to go to my home page and not zen cart?![]()
you have to move zecart to different folder under your root ..
example: you can create a folder under your root called store and move all zencart files to this folder .. note that you have to modify both configure.php files so your store can function correctly after move to subfolder .
when i modify the config's i just change the location? sorry for so many newbie questions. but if you dont ask you dont learn.
thank you for all your help![]()
Yes, both configure files must be edited to point to the new directory.
In another way around, if your normal page is an html page, you could edit the .htaccess file to say:
DirectoryIndex index.html
But you are better off making the zen cart in a sub directory.