On 3/1/08, Shelley <myphplist@xxxxxxxxx> wrote: > Anybody knows what apache RewriteRule to use if I want url: > http://www.aaa.comm/user/aaaa/ > be rewritten as: > http://www.aaa.comm/user/index.php/aaaa/ RewriteRule ^user/([-a-zA-Z0-9]+)$ /index.php?user=$1 [NC,L] -- Greg Donald http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php