Hey,
Thanks for replying.

Nope, does not work.

Looks like I got a problem that finally stumped the whole list....lucky me
:-p

Cheers,
-Ryan

On 1/15/2004 2:28:33 AM, Justin Patrin ([EMAIL PROTECTED]) wrote:
> > RewriteEngine On
> > RewriteRule ^show/(.*)/(.*) /show.php?sid=$1&id=$2
>
> Try:
> RewriteRule ^show/([^/]*)/([^/]*) /show.php?sid=$1&id=$2
>
> --
> paperCrane <Justin Patrin>
> --
> Question Everything, Reject Nothing
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to