What type of coding language (ie. PHP or something) is it when the url will look like this:
http://example.com/page/on/site
Notice how after the word 'site' there is not an extention (ie. .txt/.php/.html) and there also is not a forward slash to say it's a directory with maybe an index file in it. So what kind of page is this, how can I make one like it, and what are it's uses?
Thanks in advance
Incase you really aren't reading my question, I meant that it doesn't have a '/' at the end of it so it clearly isn't be a directory.
http://example.com/page/on/site
Notice how after the word 'site' there is not an extention (ie. .txt/.php/.html) and there also is not a forward slash to say it's a directory with maybe an index file in it. So what kind of page is this, how can I make one like it, and what are it's uses?
Thanks in advance
Incase you really aren't reading my question, I meant that it doesn't have a '/' at the end of it so it clearly isn't be a directory.