我正在利用以下ModRewrite使我的尿体更清洁:
RewriteEngine On
RewriteRule ^([a-zA-Z0-9_-]+)/?$ index.php?key=$1
It allows use of letters and numbers just fine, but it produces a 400 error when i try to use %, which I require to use unicode characters for # / , etc. Any reason behind this? Thanks.