You are here:  » Windows Hosting

Support Forum



Windows Hosting

Submitted by pgalav on Fri, 2006-06-09 04:44 in

Has anyone successfully tested Price Tapestry on Windows?

Submitted by iman on Fri, 2006-06-09 12:25

my dev server is actually a windows package, "easyphp".

it has all required extensions, and works fine till now.

Submitted by Barry on Tue, 2006-10-17 16:31

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!!!!!

Submitted by support on Tue, 2006-10-17 16:53

Thanks for the tips and comments, Barry!

Cheers,
David.

Submitted by Barry on Wed, 2006-10-18 09:42

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!