What is the name of the web technology in which URLs have this form:?
March 31, 2009 by Question
Filed under Tech Answers
/dir/dir/file.ext/dir/dir
I have seen before file names specified in the URL which are followed by directories.
March 31, 2009 by Question
Filed under Tech Answers
/dir/dir/file.ext/dir/dir
I have seen before file names specified in the URL which are followed by directories.
One Response to “What is the name of the web technology in which URLs have this form:?”
Feel free to leave a comment ...
The names with extentions are also directories. You can have directories with a period in the name.
If it was /dir/dir/file.ext?dir/dir the file.ext could be one of many different web application which is accepting dir/dir at the end as a querystring.