When I click on the home button ( the one at the top of my main page) it takes me to the index of my store files instead back to the main page. Could someone tell Me What file needs to be changed and to what ?
When I click on the home button ( the one at the top of my main page) it takes me to the index of my store files instead back to the main page. Could someone tell Me What file needs to be changed and to what ?
The "what file" is includes/templates/YOUR_TEMPLATE/common/tpl_header.php but the "to what" depends upon the structure of your site about which we know nothing.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
I am new to all this including forums. The site is http://www.buybitsnblades.com
Your Zen Cart is working perfectly, but there is a problem with your web hosting. Normally web hosts configure folders so that an external visitor entering them will first execute any index.html file and if there isn't one any index.php file.
Your host hasn't done this so when you go to your store's root, it just displays the directory listing instead.
You can either:
1. ask you web host to adjust the httpd.conf file to add index.php to the DirectoryIndex setting
2. create a file called .htaccess file in your store folder with the lineDirectoryIndex index.html index.php
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)