Thu 6 Jul 2006
If you wish to execute cgi scripts outside cgi-bin then you will need to add following code in your .htaccess :-
Options +ExecCGI
AddHandler cgi-script cgi py
One Response to “Executing perl scripts outside cgi-bin”
Leave a Reply
You must be logged in to post a comment.



















July 15th, 2006 at 4:23 pm
Also if you want to run script outside cgi-bin, your cgi-bin must have a .cgi extension rather than .pl