|
Solved! -
08-26-2008, 01:57 AM
Create an .htaccess file in your public_html directory with the following content:
Options +ExecCGI
AddHandler cgi-script .cgi .sh .pl
This will allow the files to be executed. (You must also give them executable permissions.)
|