The Scarlet Pimp
Supreme Member
- Apr 2, 2008
- 1,418
- 4,459
I'm trying to make my .pl and .cgi scripts display as tho they were text files,
rather than executing. This is the code I'm using but it doesn't work.
rather than executing. This is the code I'm using but it doesn't work.
Code:
RemoveType .cgi .pl
RemoveHandler .cgi .pl
AddType text/plain .cgi .pl
AddHandler text/plain .cgi .pl