my home url is showing http://www.boydsilverworks.com/~mpbsw/
instead of http://www.boydsilverworks.com/
is there something I must change in configure.php
thank you
Ivanna
my home url is showing http://www.boydsilverworks.com/~mpbsw/
instead of http://www.boydsilverworks.com/
is there something I must change in configure.php
thank you
Ivanna
Yes. Your HTTP_SERVER and HTTPS_SERVER and DIR_WS_CATALOG and DIR_WS_HTTPS_CATALOG settings need to reflect the correct URL and path to your store.
If you don't know how to do that, post what you've got presently for those.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thank you DrByte.
In /public_html/Admin-Folder/includes/
define('HTTP_SERVER', 'http://www.boydsilverworks.com');
define('HTTPS_SERVER', 'https://www.boydsilverworks.com');
define('HTTP_CATALOG_SERVER', 'http://www.boydsilverworks.com');
define('HTTPS_CATALOG_SERVER', 'https://www.boydsilverworks.com');
and I must have this also?
define('DIR_WS_ADMIN', 'http://www.boydsilverworks.com/Admin-Folder/');
define('DIR_WS_CATALOG', 'http://www.boydsilverworks.com');
define('DIR_WS_HTTPS_ADMIN', 'http://www.boydsilverworks.com/Admin-Folder/');
define('DIR_WS_HTTPS_CATALOG', 'http://www.boydsilverworks.com');
In /public_html/includes I have
define('HTTP_SERVER', 'http://www.boydsilverworks.com');
define('HTTPS_SERVER', 'https://www.boydsilverworks.com');
define('HTTP_CATALOG_SERVER', 'http://www.boydsilverworks.com');
define('HTTPS_CATALOG_SERVER', 'https://www.boydsilverworks.com');
define('DIR_WS_CATALOG', '/~mpbsw/');
define('DIR_WS_HTTPS_CATALOG', '/~mpbsw/');
So all reference to '/~mpbsw/' should be 'http://www.boydsilverworks.com'
is this correct?
thank you
Ivanna
Not quite.
All the DIR_WS_CATALOG and DIR_WS_HTTPS_CATALOG settings should be '/'
and the DIR_WS_ADMIN and DIR_WS_HTTPS_ADMIN should be '/Admin-Folder-Name/'
You don't want any mention of http://anything in your DIR_WS_xxxx settings
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thank you DrByte. This is working perfectly for me now.
I think perhaps I try to use ceon uri mapping. Do you know this?
thank you
Ivanna
Don't bother with rewriting the URLs until you've got your shop running well. See how the search engines treat it, and then after 6 months you can consider whether you really need to change the URLs at all. Most good stores don't need to change the URLs.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Ok, thank you DrByte
Ivanna