Is the following URL valid?
http://www.example.com/module.php/lib/lib.php
According to http://tools.ietf.org/html/rfc1738 section the hpath element of an URL can not contain a '.' (period). There is in the above case a '.' after "module" which is not allowed according to RFC1738.
Am I reading the RFC wrong or is this RFC succeed by another RFC? Some other RFC's allows '.' in URLs (http://tools.ietf.org/html/rfc1808).
question from:https://stackoverflow.com/questions/7555553/can-period-be-part-of-the-path-part-of-an-url