mickey -
Joined: 09 Dec 2002 Posts: 25
|
Posted: Sat Sep 11, 2004 10:03 am Post subject: Omit the file extensions from my web page url |
|
|
Hi,
Can anyone tell me how omit the file extensions from my web page url.
If the exact url of my jobs page is something like:
http://www.myname.com/jobs.htm or http://www.myname.com/jobs/jobs.htm
how can I make it so that the user only sees:
http://www.myname.com/jobs or even http://www.myname.com when they click on the link to that page?
Is this a scripting thing, a server thing or something totally different?
Any help grateful |
|
Foxified -
Joined: 13 Apr 2004 Posts: 487 Location: Canada
|
Posted: Sat Sep 11, 2004 5:37 pm Post subject: |
|
|
you need file types, its crucial, for the server to tell what it is, and handle it appropriatly...
you could, create folders, like jobs folder, and shove in a index.html into it, so itll look like jobs/
you can try, to add into the abyss index extensions, the just normal "index" and tell it that its a index file in beta 2. _________________
 |
|