Ok Kuroni I will take what you have said back to them and see if it sheds any light on the matter...here is hoping....
Ok Kuroni I will take what you have said back to them and see if it sheds any light on the matter...here is hoping....
[FONT="Book Antiqua"]www.shoe-addiction.co.uk[/FONT]
I deleted my old HTML site and now am trying to run strictly from Zen Cart, but now my domain (janaygreen.com) just shows the dir folder "catalog". I don't know how to get it to just go to the catalog without changing the home page to janaygreen.com/catalog.
It was working before just going to janaygreen.com. Any suggestions?
Move all the folders and files from /catalog to the root directory (usually public_html) and follow the directions in https://www.zen-cart.com/tutorials/i...hp?article=122
Mary Ellen
I came; I saw; I Zenned
Taking over the world... one website at a time
Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.
Holzheimer
Fan Odyssey
I am a brand new zenner. Can you tell me what is the root directory...as in which file. I have been trying to figure it out all morning. Thanks.
"root" directory can be used in two different ways. The first is the root directory for you hosting account, which usually refers to the place that your web host tells you to put your publicly viewable files.
The other root directory is the one for your Zen Cart. This is the directory into which you have installed your Zen Cart with all its sub directories.
The two roots are often the same, though will be different if you have installed your Zen Cart in a sub directory.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Ok, I'm working with my host to move my shop into the directory "shop" and it has been done, but now everything shows up without any graphics and all of the links bring up 404 statuses. When I go to old links to my site, they show up, but only in text without any graphics or styling.
I'm so angry because in order to have multiple shops I needed to have multiple directories, but now I've just messed everything up and I don't know what to do. While I'm emailing my host, does anyone have any suggestions or has this happened to anyone else where the old links work, but the new ones don't.
I've cleared my browser's cache. Maybe someone else views my site differently: http://www.janaygreen.com.
Unfortunately we can't see how your site is being re-directed down to the shop folder, which limits the advice we can give. However in principle this looks like an inconsistency between however that redirection is being effected and what you includes/configure.php file has been set to.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
If this helps, here are the changes to my configure files:
Code:define('HTTP_SERVER', 'http://www.janaygreen.com'); define('HTTPS_SERVER', 'https://www.janaygreen.com'); define('DIR_WS_CATALOG', '/shop/'); define('DIR_WS_HTTPS_CATALOG', '/shop/'); define('DIR_FS_CATALOG', '/usr/www/users/jgreen23/shop/'); define('DIR_FS_SQL_CACHE', '/usr/www/users/jgreen23/shop/cache');
and:
with the "xxxxxxx" being my admin name. Any suggestions?Code:define('HTTP_SERVER', 'http://www.janaygreen.com'); define('HTTPS_SERVER', 'https://www.janaygreen.com'); define('HTTP_CATALOG_SERVER', 'http://www.janaygreen.com'); define('HTTPS_CATALOG_SERVER', 'https://www.janaygreen.com'); define('DIR_WS_ADMIN', '/shop/xxxxxxx/'); define('DIR_WS_CATALOG', '/shop/'); define('DIR_WS_HTTPS_ADMIN', '/shop/xxxxxxx/'); define('DIR_WS_HTTPS_CATALOG', '/shop/'); define('DIR_FS_ADMIN', '/usr/www/users/jgreen23/shop/xxxxxxx/'); define('DIR_FS_CATALOG', '/usr/www/users/jgreen23/shop/'); define('DIR_FS_SQL_CACHE', '/usr/www/users/jgreen23/shop/cache');
My best guess based on the information available is that your URLs are being re-written behind the scenes to point into the shop directory. That would explain why your main URL starts to display your Zen Cart even though it's actually in a directory called shop.
By also adding shop to the stores internal URLs, you may be trying to send to shop/shop. Try removing the references to shop from DIR_WS_CATALOG and DIR_WS_HTTPS_CATALOG, but *not* from DIR_FS_CATALOG and DIR_FS_SQL_CACHE.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
[FONT="Arial"]Oh, my God. You are ******* brilliant.
I love you. <3
In other words:
It worked!.[/FONT]