I would like to hide part of the URL from visitors as I am aware there are bots which sniff out server software such as Forums, comment scripts etc and not only spam but hk.
I'm not used to reg exp and using .htaccess to mod rewrite everything looks very complicated but I guess using a reg exp to replace a piece of static text such as "/cgi-bin/aws/apf4.cgi?" would be a lot simpler.
So Initially I would just like to hide the directory stucture and script on my book store. i.e. substitute
/cgi-bin/aws/apf4.cgi?Operation=ListLookup&ListType=WishList&ListId=
by something like
/myfakehandle?Operation=ListLookup&ListType=WishList&ListId=
I'll be honest, I've not looked to closely at this, but its through fear of a major cock-up not laziness!
Can someone show me how to mod rewrite a bit of static text in the middle of a URL?
thanks
Andy
