I have always used .html at the end of my URL otherwise the page will not load. But I have seen many sites that do not use it but still the page loads. How does this work?:confused:
Printable View
I have always used .html at the end of my URL otherwise the page will not load. But I have seen many sites that do not use it but still the page loads. How does this work?:confused:
In the Apache .htaccess filehttp://www.websiteoptimization.com/speed/tweak/rewrite/Code:<FilesMatch .*>
Options +MultiViews
</FilesMatch>