If you put the html file named
myhomepage.html
inside your
html
folder on sftp.reed.edu
sftp server: [your home] -> html -> myhomepage.hml
the URL for that file will be
https://people.reed.edu/~miyos/myhomepage.html
If you put the html file named
project1.html
inside your
project
folder insde
html
folder on sftp.reed.edu
sftp server: [your home] -> html --> project --> project1.html
https://people.reed.edu/~miyos/project/project1.html
You can use a folder/directory name instead of an html file for the URL.
In that case, the web browser will look for a file named index.html
in the folder.
The folder html
is referenced by the web server as
https://people.reed.edu/~miyos/
Which is equivalent to:
https://people.reed.edu/~miyos/index.html
miyos --> html --> project1/
is referenced by the web server as
https://people.reed.edu/~miyos/project1/
Which is equivalent to:
https://people.reed.edu/~miyos/project1/index.html
- Connecting to Reed's server with SFTP