Hey all,

I am trying to create a friendly mod_rewrite rule that will do the
following.

http://mydomain.com/level1/level2/level3/

RewriteRule ^(.*)/(.*)/(.*)/$
index.php?level1=$1&level2=$2&level3=$level3

I can get it to work at if I have all 3, but if I only go to:
http://mydomain.com/level1/  it doesn't work. How can I make this be
flexible? If it's only one // deep, then go to level1=$1 ///
level1=$1&level2=$2, etc...

I'll keep looking through the docs, but if someone can throw me a quick
link and/or example, that would be much appreciated.

Cheers,

-Robby

-- 
Robby Russell | Owner.Developer.Geek
PLANET ARGON  | www.planetargon.com
Portland, OR  | [EMAIL PROTECTED]
503.351.4730  | blog.planetargon.com


_______________________________________________
PDXLUG mailing list
[EMAIL PROTECTED]
http://pdxlug.org/mailman/listinfo/pdxlug

Reply via email to