Can someone help me add the right line to htaccess that will redirect URLs that end with .html/
to
.html
For example, http://mysite.com/page.html/ should 301 redirect to http://mysite.com/page.html
|
Can someone help me add the right line to htaccess that will redirect URLs that end with .html/ to .html For example, http://mysite.com/page.html/ should 301 redirect to http://mysite.com/page.html |
|||||||||||||
|
|
If You want a single canonical version, why not say so in your document?
If you do however feel the need to do redirects, then you can use this:
|
|||||||
|
|
So how about this?
This does redirect users with a 301. |
||||
|