Hey, at the moment my homepage is http://www.xxxxxxxxx.frih.net/homepage.html but I want to change that to http://www.xxxxxxxxx.frih.net/ without having the homepage.html at the end. How do you do it?
How do I get my site address to be www.xxx.frih.net?
| ncwdavid wrote: |
| Hey, at the moment my homepage is http://www.xxxxxxxxx.frih.net/homepage.html but I want to change that to http://www.xxxxxxxxx.frih.net/ without having the homepage.html at the end. How do you do it? |
Rename homepage.html to index.html
Or, if you particularly like having a file called homepage.html, you can add the following line to your .htaccess file:

| Code: |
| DirectoryIndex homepage.html |
Related topics
