Server-Side Includes: Studio Exercise ( 2 February 2005)
Look over Professor Vullo's SSI Demo page, and/or the Apache SSI tutorial. Using those examples as a starting point, create a page that automatically shows the current date and time, and also includes a copyright statement (or some other fragment of text) taken from an external file in another directory.
Excerpt: Today I created an shtml file (server parsed html file) that displays the server's local time and date, along with a copyright statement pulled from an external file in another directory. You can view my example here. I could see...
Read More: Server Side Includes
Excerpt: Well this was a fairly simple exercise once I figured out that I had to put my text file in a directory below the one my website was in and that I couldn't use an absolute path. Anyway here's my...
Read More: Server Side Includes
Excerpt: this excersie was fun. I see alot I can use for my wifes web page. The email form program will be a perfect addition to the page...
Read More: Dynamic Sites and CGI
Excerpt: Today we covered server side technologies such as server side authentication and server side includes. You can find my leetsauce (hint: thats the user name and password) here. You can find my sweet SSI page here....
Read More: Server Side Technologies
Excerpt: Today I created a .shtml file that has some SSI statements, including a file include from a different directory....
Read More: SSI
(Trackback link: http://www.it.rit.edu/~ell/mt/mt-tb.cgi/1232)