This is all down to how your hosting and domain name is setup rather than your Price Tapestry installation.
If your website is not appearing at www.nameofsite.com, the quickest thing to do would be to contact support at your hosting company and tell them the URL that isn't working and they will be able to point you in the right direction!
It is probably just a case of making sure that DNS entries existing for www.nameofsite.com, pointing to your hosting account, and then when you browse to your site all the links will be created to that address.
Double check of course that in your config.php you only have:
$config_baseHREF = "/";
...and NOT:
$config_baseHREF = "http://nameofsite.com/";
...because the latter would also cause the effect you are describing...
Hi,
This is all down to how your hosting and domain name is setup rather than your Price Tapestry installation.
If your website is not appearing at www.nameofsite.com, the quickest thing to do would be to contact support at your hosting company and tell them the URL that isn't working and they will be able to point you in the right direction!
It is probably just a case of making sure that DNS entries existing for www.nameofsite.com, pointing to your hosting account, and then when you browse to your site all the links will be created to that address.
Double check of course that in your config.php you only have:
$config_baseHREF = "/";
...and NOT:
$config_baseHREF = "http://nameofsite.com/";
...because the latter would also cause the effect you are describing...
Cheers,
David.