How to avert .html in URL
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?
In the Apache .htaccess file
Code:
<FilesMatch .*>
Options +MultiViews
</FilesMatch>
http://www.websiteoptimization.com/speed/tweak/rewrite/
At least 98% of internet users' DNA is identical to that of chimpanzees
Originally Posted by
Fang
Wow, I've been doing it the long way
Code:
RewriteRule ^(index|contact|terms)$ /$1\.php
Last edited by Joseph Witchard; 04-03-2010 at 01:00 AM .
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks