I'm using RealURL and the website can be reached by
www.domain.com/sitemap.html
and www.domain.com/sitemap
Now the website should be only reachable by
www.domain.com/sitemap.html
How can this be done?
I found the config 'defaultToHTMLsuffixOnPrev' => '.html'
, but I don't know if this is the right option. Also there are some possibilities with .htaccess
, but this should be only valid for sites (not pictures, pdfs ...). What is the right way doing this?