Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: using htaccess to call a perl script

by skx (Parson)
on Feb 27, 2010 at 11:49 UTC ( [id://825666]=note: print w/replies, xml ) Need Help??


in reply to using htaccess to call a perl script

You could change your rule to be:

RewriteRule ^/(.*_.*)/?$  /cgi-bin/display.cgi?name=$1 L

That way it'd only match if the part after the slash had a "_" in it..

Steve
--

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-03-28 16:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found