Consider a website installed in the 'mysite' directory:
/var/www/html/mysite/index.php
document root = /var/www/html
url = www.mysite.com/mysite/index.php
What would you call the following:
- /var/www/html/mysite/ index.php (Base path? Root path?)
- /var/www/html /mysite /index.php -or- www.mysite.com /mysite /index.php (Path? Base path?)
- www.mysite.com/mysite/index.php (Base URL)
I can't seem to come up with a clear cut name to distinguish 1 and 2.