Beefy Boxes and Bandwidth Generously Provided by pair Networks Cowboy Neal with Hat
We don't bite newbies here... much
 
PerlMonks  

Re: What regex will swap somewebpage/ with somewebpage/index.html ??

by srawls (Friar)
on Jun 18, 2001 at 20:30 UTC ( [id://89435]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to What regex will swap somewebpage/ with somewebpage/index.html ??

if you know you will always add 'index.html', a regex is too much. Try this:
$address .= '/index.html'
if you won't always add it, try this as a regex:
$address =~ s!http://www.(?:[^/]*/*)*!/index.html!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://89435]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.