Hi
I have uploaded Price tapestry to a folder on my website called products. Everything works great except it is using the index page of the site rather than the folder. So when you hit home it goes to the index page of my site and leaves the folder or gives an error for searches because it goes to www.mysite.com/search.php?q=oo.com.au rather than www.mysite.com/products/search.php?q=oo.com.au.
Any clues on how to change the index page it goes to?
Regards
Pep
Hello Pep,
It sounds as if you may not have set $config_baseHREF in config.php correctly. If you have installed the script into a folder called "products", this should be set as follows:
$config_baseHREF = "/products/";
That should be all it is!
Cheers,
David.