.htaccess htaccess重写中的字后点

.htaccess htaccess重写中的字后点,.htaccess,url-rewriting,.htaccess,Url Rewriting,所以我有一个重写规则: RewriteRule ^player/(.+)$ player.php?id=$1 [L] 我正在尝试访问以下链接: http://example.com/player/..Name.. 问题是GET变量只返回..Name 我如何解决它?您还有其他规则吗?不过,问题似乎是由localhost引起的。

所以我有一个重写规则:

RewriteRule ^player/(.+)$ player.php?id=$1 [L]
我正在尝试访问以下链接:

http://example.com/player/..Name..
问题是GET变量只返回..Name


我如何解决它?

您还有其他规则吗?不过,问题似乎是由localhost引起的。