Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道我可以添加到 htaccess 的 mod_rewrite 规则,以从 URL 中删除所有字符,这些字符除外?
AZ, az, 0-9, -, ?, =, &, :, /
这个规则怎么样:
RewriteRule ^(.*)[^A-Za-z0-9\-\?=&:/](.*)$ $1$2 [L]