Something i have been wondering for a while is how to stop my pages showing .html on the end of them.
For example if i had a page that related to cars, you may name the page cars.html. This means to get people to that page they would have to type
www.yourdomain.com/cars.html to get to the page...
However it would be much better if it was just named cars, so the link would be
www.yourdomain.com/cars
I have never really looked into it before, however my friend gave me a really nice little website that basically allows you to specify more 'friedly; urls.
All you have to do is specify each .html page that you have, then specify the 'friendly url', after this has been completed it generates a .htaccess file which you simply upload to the public web directory of your server (if you host allows .htaccess files)
Here is the website:
http://searchfriendlyurls.com/
People probably already know about this, but i thought i would share it anyway
Have fun!