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
in the .htaccess file without an extensions, but that didn't work (500 error).

Any ideas on how to do this? Thanks!

 

 

 

 

Top