Re: html file w/ no file extension
if you make a folder names say "specials" and have a index.html file in there you can link to say:
h t t p ;// yourdomain.com/special
you will see the contents of that index.html
If you would want it to go to another location, just put a redirect in that index.html
It is a simple solution but it works.
|