On Wed, 2004-01-14 at 11:44, Ryan A wrote: [snip]
> Its a bit hard to explain what happens so see for yourself: > Heres the index page: > http://www.rizkhan.net/articles/articles.php > Heres the actual page: > http://www.rizkhan.net/articles/show.php?category=Beginners%20Corner&sid=1&id=1 > and then if you modify it to: > http://www.rizkhan.net/articles/show/Beginners%20Corner/1/1 [snip] > Any ideas? One thing I noticed is that your rule is looking for a .php at the end so the above url will not match. RewriteEngine On RewriteRule ^show/(.*)/(.*)/(.*).php /show.php?category=Beginners%20Corner&sid=$2&id=$3 I don't remember for sure, but do you need an [L] at the end of the second line? - Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php