Hello,
I've just downloaded PT and went without problem through the installation process until the Step 8 in Feed Management where I was supposed to go to the home page of my site, and follow the browse by Merchant link.When I click on the Merchant link I get "Not Found, The requested URL /merchant/ was not found on this server." But I do get the expected page when I change merchant to merchants in the URL bar. I guess something needs to be change somewhere ?
Tony
Hi David,
thanks a lot.I also needed to add SetEnv PHP_VER 5 to the .htaccess file to make it work.
I'll continue with settings...
Cheers,
Nilto
Glad you're up and running, Nilto!
Cheers,
David.
--
PriceTapestry.com
Hi Tony,
This means that you have enabled clean URLs by setting $config_useRewrite = TRUE; in your config.php, but have not yet created your .htaccess file.
.htaccess needs to be created as a copy of htaccess.txt that is in the distribution - the easiest way is using your FTP program - in the remote window Right-Click on the htaccess.txt, look for the Rename... option and change the name to .htaccess
The /merchant/ clean URL links should then work. Note however that if your Price Tapestry is not at the top level of your website (/) then you would need to edit .htaccess and make RewriteBase the same as $config_baseHREF in your config.php (but without the quotes)...
More info here...
http://www.pricetapestry.com/node/11
Hope this helps!
Cheers,
David.
--
PriceTapestry.com