How do I redirect from .html/ to .html ?
I redirected my old Blog Directory to the News Directory but it does it with a Slash at the end after .html
I tried those two lines in my .htaccess file but it did nothing…
RewriteRule (.*.html)/$ $1 [R=301,L]
RewriteRule (.*.html)/$ $1 [R,L]
2
Answers
I found the answer to my problem:
You need this below your RewriteEngine on
You need this below your RewriteEngine on
or
or
or