Menu Close

How to Make Scripts Display as Source Codes Using htaccess file ?

You can check our free domain suggestion tool hereĀ  Register .com From $14.8 ; .net $16.49; .org $16.99

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 4 times, 1 visits today)

Leave a Reply