On Wed, 2004-01-14 at 12:41, Ryan A wrote: > Hey Jason, Brad, > Thanks for replying. > > I took out the .php part...and even tried it with [L] tacked to the end of > the second line....not working > Heres how my .htaccess looks now: > > RewriteEngine On > RewriteRule ^show/(.*)/(.*)/(.*) /show.php?category=poetry&sid=$2&id=$3 > > I even took out the space which was in category. > > Any ideas?
Do you have a print or echo in show.php to see if you are getting there? I would work on getting the rule to take you to the right place first, then worry about the variables. - Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php