I would like to redirect this: http://www.search-this.com/search-engine-decoder.swf to this: http://www.search-this.com/search-engine-decoder/ so just drop the .swf extension. Is this possible?
I got this to work: Redirect 301 /search-engine-decoder.swf http://www.search-this.com/search-engine-decoder/
that swf is helpful and informative. one thing tho. i thought Alexa had switched over to MSN for its results a few months ago ?
Try adding the following on your .htaccess RewriteRule ^search-engine-decoder\.swf$ search-engine-decoder\/ [R=301] Code (markup): The [R=301] part is optional.