I have a static html site running on MAMP and the home page is the standard index.html page. When I first go to the site from the MAMP menu the url is http://localhost:8888/sitename
, but when i go back to it from other pages on the site, sometimes the url shows the index.html part i.e. http://localhost:8888/sitename/index.html
How do i either change this url to always show http://localhost:8888/sitename/home.html
or just have http://localhost:8888/sitename
- and is this even possible?