Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Do you hide .pl extension on web pages?

by jhourcle (Prior)
on Jan 23, 2013 at 17:46 UTC ( [id://1014968]=note: print w/replies, xml ) Need Help??


in reply to Re: Do you hide .pl extension on web pages?
in thread Do you hide .pl extension on web pages?

If you do a rewrite of the URL (the [R] option), it will be shown to the client.

If you proxy them ([P]), it won't.

However, you could also use mod_negotiation's Multiviews so that when a URL comes in, it'll look for files with an extension if there isn't an extensionless version. The problem comes when you have both 'foo.php' and 'foo.pl' or 'foo.cgi', you might not have what you expected being served (without some extra effort to set the priorities)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1014968]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-04-20 02:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found