3

I have a situation that i have to show the html pages without using their extension

such as about us page is currently named about-us.html, i want to show it only about-us

  • you can map dynamic urls in your server side code – Abhidev Jun 26 '14 at 07:27
  • try reading this : [HTML5: Changing the browser-URL without refreshing page](http://spoiledmilk.com/blog/html5-changing-the-browser-url-without-refreshing-page/). See if will help you. – Yaje Jun 26 '14 at 07:48

2 Answers2

3

you should use urlRewriting to remove file extension if you use apache then

Apache Link

for IIS

IIS Link

Yaje
  • 2,753
  • 18
  • 32
Anant Dabhi
  • 10,864
  • 3
  • 31
  • 49
0

You have to rewrite the URL. Please check the following link: URL rewriting with PHP

Community
  • 1
  • 1
Ankit
  • 142
  • 3