有人可以帮我弄清楚如何重定向这样的网址。
http://www.example.com/file.html/
至
http://www.example.com/file.html
我试过这个
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\.html/ $1\.html [L,R=301]
但它重定向到
http://www.example.com/usr/www/users/user/folder/file.html