I'm not sure which section this belongs to, so mods please move it if needed.
There's a very nice little addon which uses Amazon Web Services to integrate with VB:
Amazon Store Integration - vBulletin.org Forum
There is a mod_rewrite option which uses the following code in the .htaccess:
If I try to append the two RewriteRule directives to my main .htaccess all I get is 404's.Code:Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^amazon_store_(.*)_(.*)_(.*).html$ amazon_store.php?page=$3&custom_search=$1&custom_search_index=$2 RewriteRule ^amazon_item_(.*)_(.*)_(.*)_(.*)_(.*).html$ amazon_store_detail.php?&item=$2&page=$1&custom_search=$3&custom_search_index=$4
Any help / suggestions would be appreciated
TIA
Michele



LinkBack URL
About LinkBacks







Reply With Quote
