Trailing dots being stripped from URL
问题 I've got a url - http://callisto/news/1st_February_is_here... - which has three trailing dots, but by the time it gets passed through mod_rewrite and reaches the script (in $_GET) the dots have been removed (but the rest of the string is OK). This is the htaccess rule: RewriteRule ^([^/]+)/(.*)$ index.php?__action=site&__filter=$1&__page=$2 [L,QSA] Thanks. 回答1: I take it you are using the title of a post or something similar as the third position in your URI. Due to the fact that you could