Forum Moderators: phranque
rules:
RewriteRule ^/?art/([a-z]{1,1})/?$ /art.php?letter=$1 [NC,L]
called with:
http://#*$!.com/art/s/
rewrite log says:
127.0.0.1 - - [12/Nov/2006:18:31:22 --0500] [#*$!.com/sid#481040][rid#538f028/initial] (2) init rewrite engine with requested uri /art/s/
127.0.0.1 - - [12/Nov/2006:18:31:22 --0500] [#*$!.com/sid#481040][rid#538f028/initial] (1) pass through /art/s/
it keeps passing through, doesn't look like it should to me though..