I would like this address:
http://www.example.com/account/?a=b&c=d
to be translated internally as
http://www.example.com/account.php/?a=b&c=d
using the rewrite module syntax in the .htaccess file.
Any help, please?
Thanks,
D开发者_如何学CanRewriteEngine On
RewriteRule ^account/ account.php
精彩评论