Forum Moderators: phranque
Fast is trying to index /Asin/ without the backslash. The problem is 11111111 is a different number for each URL, and I can't find anything on how to force a trailing backslash when the directory before the one not using the backslash changes every time. It would be easier to rewrite without the slash, but Google has already grabbed 100,000 pages... Any ideas?
Cheers,
Dave
Nice answering my own post, but FTR... I've been doing Google searches and coming up blank, did a forum search and found the fix:
RedirectMatch (.*)/Asin$ [server.com$1...]
Kudos for the great resource...