Execute CGI outside CGI-bin

November 28, 2006 / General Discussion

Execute CGI outside CGI-BIN
just add following 2 lines in .htaccess files to execute cgi scripts in any folder outside cgi-binAddHandler cgi-script .pl .cgi
Options Includes ExecCGI