View Single Post

(#3 (permalink))
Old
huangho's Avatar
huangho huangho is offline
Junior Member
huangho is on a distinguished road
 
Posts: 1
Join Date: Aug 2008
Location: Brazil
Default 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.)
Reply With Quote