Quote:
Originally Posted by rmaskell
Tried putting in the'/' and it shows that it will write the html to:
The server directory where the HTML-catalog will be generated:
/public_html/store/
You will access your HTML-catalog via this URL:
http://www.officeline.co.uk/store//index.html
|
Hi, Robert:
Maybe you can use: define ('DIR_CATALOG', ''); and see if you can get rid of double // . I've not tried myself.
Quote:
Originally Posted by rmaskell
Now I'm stuck. I guess I'll just create the cart in the root directory and html to there.
|
There are disadvantages to put XCart in root. For example: you will not be able to put two XCart in one web root; if your site is a big one and store is only a part of your site, it will be hard to organize all files, etc.