Thanks for your reply.
I googled for how to perhaps edit the .htaccess file to force .pl files to be read as text files. I found this useful website:
Stupid htaccess Tricks • Perishable Press
(Search for "Instruct server to display source code for dynamic file types")
which suggests to add the following code to .htaccess:
Code:
RemoveHandler cgi-script .pl .py .cgi
I still cannot view my .pl files after adding that line of code into .htaccess, so I have two questions:
1. How do I implement the code from the website?
2. How do I limit .htaccess to just one subfolder instead of the entire root?
Thanks,
Eraemia