How to make files without extensions?
I have seen sites that have files without extensions. I am writing some Perl scripts, and I am wanting to do this, too. Basically, I want my script to be /script instead of /script.cgi.I tried doing:
AddHandler cgi-script
Any ideas on how to do this? Thanks!