HTML Old School
Relative and absolute path
Relative path - targeted file must be on the same server (domain)
Absolute path - file is on another server or the same server
realtive: ../../path/to/file.php
absolute: http://www.somedomain.com/path/to/file.php
Linux prefixes in relative path:
- ./ current directory
- / root
- ../ up directory