clean urls

Solutions on MaxInterview for clean urls by the best coders in the world

showing results for - "clean urls"
Ilaria
07 Jan 2019
1A other trick is that you make a new directory with the name for example user 
2and a file in there calle index.html. 
3
4The last thing is to link the page <a href="/user">To user</a>
5The server will automatically use the index.html file in user which makes the
6url look like: http://domain/user/