Sample .htaccess File:


Options ExecCGI
AddType application/x-client1	 client.ex1
AddType application/x-client2	 .ex2

Here the Options ExecCGI line says that files with type .cgi in this directory will run as CGI scripts.