One page can be loaded under different urls
I have a local host site in this format:
localhost/test/test.html
in wampserver
I would like to make it to have different log option like the following:
localhost/test/test.html/
localhost/test/Test.html
https://localhost/test/test.html
How is it possible to make it in the html code of the test.html file?