Running cgi without extension

perrera

Verified User
Joined
Jul 8, 2008
Messages
34
hi,
need to run a cgi without extension, trying to add in the.htaccess of the directory
Code:
Options +ExecCGI
SetHandler cgi-script
With no success

how can i do that with a custom httpd configuration?
 
Back
Top