views:

30

answers:

1

I have some pages organised like this:

http://localhost/index.html
http://localhost/download.html
http://localhost/contact.html

And I need them changed to suit the following URL structure:

http://localhost/
http://localhost/download
http://localhost/contact

Without making sub directories and putting in pages as index.html. As far as I know .htaccess can be used for this, but I have no idea what I need to add to my .htaccess file to make this work.

Can anyone provide some help? Thanks.

A: 

Are you looking for this? Here's another page. And here's a discussion about it.

Gert G
Kind of, although I have no experience in this stuff so it doesn't make much sense lol. Although now I know what to google for, I should be able to find something. Thanks!
VIVA LA NWO
No problem. It doesn't look too hard to achieve. You might want to read the discussion link. Good luck.
Gert G