Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

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

by tobyink (Canon)
on Jan 23, 2013 at 17:45 UTC ( [id://1014967]=note: print w/replies, xml ) Need Help??


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

I generally use something like mod_rewrite.

Yes, I consider this an important thing to do, as it gives me the freedom to restructure the internals of the site without changing any of the public URLs.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
  • Comment on Re: Do you hide .pl extension on web pages?

Log In?
Username:
Password:

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

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

    No recent polls found