I have a webpage: http://www.somename.com/webapp.php
I'd like users to be able to get to it be simply typing http://www.somename.com/webapp
I know this would work if the page was an html page ('webapp.html').
Any ideas on how I can make this work? Is there a configuration file I can edit to get the desired behavior?
I have two ideas, but they seem clunky to me:
1) make a webapp.html and have it redirect to webapp.php
2) make webapp.html and iframe webapp.php inside of it
Thanks!