exec used but not allowed in

Error: If server logs shows error “exec used but not allowed in /home/username/public_html/test.html ”
Solution : You need to add the following code in .htaccess file and save it.
Options +Includes +ExecCGI
AddHandler cgi-script .cgi .pl

Done

Leave a Comment