sevenalive Posted October 18, 2010 Posted October 18, 2010 (edited) [deleted] Edited February 1 by sevenalive
Glenn9999 Posted October 18, 2010 Posted October 18, 2010 (edited) Anybody have an idea why .pl won't work?QFR for those that don't know: http://en.wikipedia.org/wiki/HTTP_404Because .PL is the default extension for a Perl Script, and the browser is attempting to handle the document as a perl script and not a file. From what you discovered, it appears obvious that there is a bug in the URL parsing/handling algorithm either in the web browser or even more likely something wrong with your web server software in how it processes URLs. Hope this helps. Sounds like the fix is going to be to use some other naming scheme for that file. Edited October 18, 2010 by Glenn9999
Tripredacus Posted October 18, 2010 Posted October 18, 2010 If it is actually not a Perl file and the PL is a country code, try using _pl in your naming scheme.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now