I have created a website http://ccret.gr but I want to know if it is possible to hide the extension of my subpages. What I mean is that for example the page http://ccret.gr/company.htm is only valid only with the .htm extension. If you try http://ccret.gr/company you will get a 404 error.
I have seen many websites on the net using that "technique". So I wonder if that is possible with DHTML and what are the benefits of doing my subpages that way..
The only way to do such as think is by creating in Java or ASP .NET a so called "filter" on the web server configuration. So you must know at least Java or .NET languages.