Has anyone successfully tested Price Tapestry on Windows?
Yep it works fine on windows server I have also downloaded and installed http://www.iismods.com and have seo friendly url going on it.
For anybody who is interested you will need to edit you mod_rewrite.ini to this :-
Debug 0
Reload 20
#Browse LOT
RewriteRule ^/product/(.*).html /products.php?q=$1&rewrite=1&%{QUERY_STRING} [l]
RewriteRule ^/review/(.*).html /reviews.php?q=$1&rewrite=1&%{QUERY_STRING} [l]
RewriteRule ^/merchant/(.*)/(.*).html /search.php?q=merchant:$1:&page=$2&rewrite=1%{QUERY_STRING} [l]
RewriteRule ^/merchant/(.*) /search.php?q=merchant:$1:&rewrite=1%{QUERY_STRING} [l]
RewriteRule ^/category/(.*)/(.*).html /search.php?q=category:$1:&page=$2&rewrite=1%{QUERY_STRING} [l]
RewriteRule ^/category/(.*)/ /search.php?q=category:$1:&rewrite=1%{QUERY_STRING} [l]
RewriteRule ^/brand/(.*)/(.*).html /search.php?q=brand:$1:&page=$2&rewrite=1%{QUERY_STRING} [l]
RewriteRule ^/brand/(.*)/ /search.php?q=brand:$1:&rewrite=1%{QUERY_STRING} [l]
RewriteRule ^/merchant/ /merchants.php [l]
RewriteRule ^/category/ /categories.php [l]
RewriteRule ^/brand/ /brands.php [l]
For some reason you have to have the higher level urls at the top as the [L] does not seem to be working.
Hope this helps someone.
Fantastic package BTW worth every penny!!!!!
Thanks for the tips and comments, Barry!
Cheers,
David.
No problem :)
Your scripts deserve a big thumbs up. I should have bought it a while ago when you first mentioned it on a4u, I cant understand why I didnt. Importing datafeeds has never been so easy!
my dev server is actually a windows package, "easyphp".
it has all required extensions, and works fine till now.