Expert Help: The never solved .pls problem handled by Perl
Perl is trying to execute all of my playlist files. Apache thinks .pls is a Perl file, so it uses perl to execute it. This results in an Internal Server Error.error_log result:
Code:
[Fri Feb 13 16:27:03 2004] [error] 14346: ModPerl::Registry: syntax error at /home/httpd/vhosts/xxx.nl/httpdocs/playlist.pls line 2, near "]!numberofentries"!
Code:
RemoveHandler .pls

Code:
Addtype text/plain pls PLS

Specs:
Plesk 6.0.2
Apache/2.0.40
What should I do so Apache returns the .pls files as text/plain so Winamp can load them?