我需要设置一些RewriteRules来重定向一个有空格的URL.我试过这个:
RewriteRule ^article/with%20spaces.html$ /article/without_spaces.html [R=301,L]
......但它不起作用.放入空格而不是%20会导致500内部服务器错误.如何添加空间?
apache url mod-rewrite
apache ×1
mod-rewrite ×1
url ×1