Question:

How do you program URLs without file extensions (like myspace.com/username)?

by  |  earlier

0 LIKES UnLike

I code with C# .NET, HTML and javascript, and all my web pages end in .aspx. What kind of page doesn't have an extension?

 Tags:

   Report

2 ANSWERS


  1. By not using a page as the link. Link to the folder that contains the page, and have the page named as index.htm, or whatever extension the page requires.


  2. not a page, but a directory. Directories (or folders) do not have extensions. They do have an index.html page INSIDE the folder that the user sees when they navigate to your link.

    http://cyborgspider.com/spidersite/illus...

    that illustration folder has an index page inside that the browser automatically loads. without the index.htm file you'd see an error.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions