Bugs: Browse | Submit New | Admin
Narrowing doesn't work with "http://" urls.
Add A Comment:
Date: 2003-11-20 19:37 Sender: Derek Lewis Logged In: YES user_id=438 Something with gsub regexp stuff maybe: ([^/]/+){x} x=1 would be [^/]/+ x=2 would be [^/]/+[^/]/+ The "/+" bit should match the "//" in http:// urls x would be the number of url/path "parts" to use