Results 1 to 3 of 3

Amazon Store Plugin Issues

This is a discussion on Amazon Store Plugin Issues within the General Discussion forums, part of the vBSEO SEO Plugin category; I'm not sure which section this belongs to, so mods please move it if needed. There's a very nice little ...

  1. #1
    Member
    Real Name
    Michele Neylon
    Join Date
    Aug 2006
    Location
    Ireland
    Posts
    86
    Liked
    0 times

    Amazon Store Plugin Issues

    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:

    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
    If I try to append the two RewriteRule directives to my main .htaccess all I get is 404's.

    Any help / suggestions would be appreciated

    TIA

    Michele

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Try to insert them right after "RewriteEngine on" line.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Member
    Real Name
    Michele Neylon
    Join Date
    Aug 2006
    Location
    Ireland
    Posts
    86
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Try to insert them right after "RewriteEngine on" line.
    Oleg you rock!

    Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •