1 HTML (Set Up Public Folder) Some material on these slides is taken directly from
2 ADMN410: Management Information Systems Uniform Resource Locator (URL) Hypertext Transport Protocol (http), the message format computers use to exchange information on the internet This is the server name. It will be converted to an IP address by the Domain Name Server (DNS) tilde(~)jsx33 indicates jsx33's personal directory on the pubpages server Index.html is the filename and extension
3 ADMN410: Management Information Systems Question What would the URL look like if we had the folder named “New” and a file called find.html on jsx33’s pubpage. Note: case sensitive
4 ADMN410: Management Information Systems Connecting to a website What is the IP address for Google.com DNS ClientServe r GET request: Can you send me the page index.html? Here is the index.html page Default for http: Port 80 Index.html Browser then reads & formats html then displays formatted html
5 ADMN410: Management Information Systems Setting up your public folder
6 ADMN410: Management Information Systems Setting up your public folder
7 ADMN410: Management Information Systems Setting up your public folder mkdir $HOME/public_html chmod 711 $HOME chmod 755 $HOME/public_html exit
8 ADMN410: Management Information Systems Placing your files on pubpages Open IE 7 Type in: in the address Click the 'Page' menu button on the right-hand side of the IE 7 browser window and select the option, "Open FTP Site in Windows Explorer" Type in: in the address Enter your username and password
9 ADMN410: Management Information Systems Placing your files on pubpages To view: You will place all the files you create inside this folder