Hello, I am having troubles installing Zen Cart in a folder of a subdomain.
I get Zen Cart installed and can get the store page to appear but when I try to go to subdomain.website.com/folder/admin and login, the login returns me to the admin/login page as if it took but didn't redirect.
Not sure why admin login fails to redirect me back to admin/index.php, but could it be due to how my host handles subdomains?
I've got my configure.php files triple-checked and they are set up properly. But I'm unsure -- given how many threads say to install Zen Cart in the root -- that Zen Cart can handle the path structure (see below) that is in includes/configure.php.
[FONT="Courier New"]define('DIR_FS_CATALOG', '/home/myaccount/public_html/myworkdomains/subdomains/myclient/old-data/')[/FONT]
The above path translates to [FONT="Courier New"]http://myclient.myworksite.com/old-data/[/FONT], which is what I want in the browser address bar for now.
I'm pretty familiar with WordPress and I can install WP in subfolders of subfolders in subdomains of subdomains without trouble, so I am unsure why Zen Cart cannot handle it. FWIW, I had to put [FONT="Courier New"]DirectoryIndex index.php[/FONT] into .htaccess in both old-data and old-data/admin for the store to appear and admin login page to appear without requiring the clicking of a file. Not sure if that is standard or not. Is .htaccess perhaps the solution to my trouble(s)?
Any suggestions?
Thanks in advance.




