[snip]
> 
> 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?
> 
[snip]

Make sure you upload the .htaccess file as ASCII mode, not binary. (That
wasted lots of my time recently.)

--
Lowell Allen

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

Reply via email to