My (shared) host lets me put perl scripts in any directory, and they work fine. Is there any security advantage to having them in /cgi-bin or is it fine to have them in an easier url like /widget?
Are there any special security steps I should take if they're in /widget? Currently posting with the GET method. These are custom written scripts, not standard.
Thanks for your help,
treeline
I'm no expert but I'm not aware of any special security issues involved with running your cgi from anywhere. I do it, and I certainly like that flexibility.