I need a mod rewrite 301 that remove a slash behind the .html from the url.
Example:
Good URL: http://www.example.org/some-stuff-t123.html Bad URL: http://www.example.org/some-stuff-t123.html/abcdesftesttest
The Bad URL with a / after the html should rewrited (301) to the good URL.
I need a request URI that detect a /* after the html and if yes, rewrite it.
Thank you