On Sat, Mar 1, 2008 at 5:49 PM, Shelley <myphplist@xxxxxxxxx> wrote: > Hi all, > > 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/ > try: RewriteRule ^/(.*)/(.+)/$ /$1/index.php/$2/ Not tested. but you can give a try on it. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx