mod_rewrite
Posted by: avizollman
Posted on: 2006-01-30 07:26:00
All- I've read through the past questions and am having trouble with the following rewrite rule:
RewriteEngine on
RewriteRule ^([a-zA-Z/]*)/?$ index.php?page=$1 [R]
It (undesirably) uses the filesystem path, rather than URI relative path, as described here. How to fix this?
a