Zen Cart Logo
Forums / General Questions / HELP cannot figure it out

HELP cannot figure it out

Views: 720

Results 1 to 2 of 2
18 Sep 2014, 8:46 AM
#1
scooby3134 avatar

scooby3134

New Zenner

Join Date:
Nov 2011
Posts:
97
Plugin Contributions:
0

HELP cannot figure it out

hi guys and girls
my question is this
i have uploaded all the files to https://www.mydomain.com/shop and all is well but when i need to access the site i have to type in
https://www.mydomain.com/shop/index.php
same for my admin part i have to type in https://www.mydomain.com/admin/index.php

i wanted to install 1.5.3 which i tried and this is what i got so i thought ok there is a bug so i uninstalled 1.5.3 and installed 1.5.1 but still have to type in the index.php part for any thing to come up

i have 1.5.1 as my main website and is working well for many years
but i want this to go in to / shop folder so i can try new zencart out before going live
so i am stuck as to why i have to out in the index.php in the address bar ?
Thanks

18 Sep 2014, 9:31 AM
#2
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: HELP cannot figure it out

scooby3134:

hi guys and girls
my question is this
i have uploaded all the files to https://www.mydomain.com/shop and all is well but when i need to access the site i have to type in
https://www.mydomain.com/shop/index.php
same for my admin part i have to type in https://www.mydomain.com/admin/index.php

i wanted to install 1.5.3 which i tried and this is what i got so i thought ok there is a bug so i uninstalled 1.5.3 and installed 1.5.1 but still have to type in the index.php part for any thing to come up

i have 1.5.1 as my main website and is working well for many years
but i want this to go in to / shop folder so i can try new zencart out before going live
so i am stuck as to why i have to out in the index.php in the address bar ?
Thanks

What type of content is in your .htaccess at the root of your domain? There is a way to identify that the system should look for index.php and not just a index.html like page.

DirectoryIndex index.php index.html index.htm

This will set the precedence of loading a page by the name of index.php ahead of trying to load a page called index.htm when trying to load the directory.