A break-down of a URL into its basic elements.
For example:
http://wiki.awebfactory.com.ar/awebfactory/published/PathInfo
is composed of
| http://awebfactory.com.ar | domain |
| wiki | subdomain: invokes application instiki |
| /awebfactory/ | controller class |
| published/ | method |
| Path Info | method parameter->controller->model-view |
Victor Kane (ProjectMaster) and awebfactory.com.ar