eCommerce & Next & Prev

Permalink 1 user found helpful
I have a site with pretty URL's enabled but for some odd reason the Product pages and any link that uses Next & Prev block all have the /index.php/
Any ideas anyone?
Thanks

madeforspace
 
madeforspace replied on at Permalink Best Answer Reply
madeforspace
I am surprised this stumped everyone.
After much trawling through old post's I found a one from Tony dating back to 2009 which seems to have fixed the problem.
In site/config.php add define('URL_REWRITING_ALL',true);

Just in case anyone comes across the same problem.
alehut replied on at Permalink Reply
Just what I was looking for, thanks.