If you want all your cgi, php, perl, py scripts not to run, but just display as source code. htaccess fil can help you by using RemoveHandler finction.
RemoveHandler cgi-script .pl .cgi .php .py AddType text/plain .pl .cgi .php .py
Visited 1 times, 1 visit(s) today