• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

perl scripts forbidden

W

wmgilligan

Guest
When i try to access _any_ file ending in .pl I receive a 403 forbidden error message.
"You do not have permission to access this document. "

Permissions are correct and renaming the file to .html and I can access fine.

Ideas? Suggestions?

bill
 
You need to add an .htaccess file with the following content:

Options +ExecCGI
AddHandler cgi-script .pl
 
Back
Top