So maybe it’s just the WordPress authors’ preference, but when did URI start being used in place of URL? It seems like lately more people are using URI, and I’m really not sure why.
URI vs. URL
- No trackbacks yet.
So maybe it’s just the WordPress authors’ preference, but when did URI start being used in place of URL? It seems like lately more people are using URI, and I’m really not sure why.
This entry was posted on Sunday, October 10th, 2004 and is filed under General. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^
#1 by David on October 15th, 2004
I’m not sure when URI started coming into use, but I believe that what the servers have always used. For instance, in PHP to get the location of the page that was requested, you call for $_SERVER['REQUEST_URI'] (which will return, for instance, ‘/index.php’). I’m assuming that PHP does this because of tradition, the same way that you ask for $_SERVER['HTTP_REFERER'] to get the referrer, with it misspelled.