Question: In my Linux class I'm having trouble with this assignment and need help with step by step instructions along with screenshots of each step performed.

In my Linux class I'm having trouble with this assignment and need help with step by step instructions along with screenshots of each step performed.

Prof. Karam wants to set up a development website hosted on his Ubuntu Linux machine.

Basically he requires that:

a. This virtual host listens to port 80 and a domain cswe. The testing URL in your browser should be http://cswe.

b. The web site is PHP enabled, and uses MySQL database.

c. The default page for the site is default.php, which should be loaded automatically when the URL http://cswe is requested. For the testing purpose, please display the server host name (using PHP code) in this page.

d. The site provides students all CS and SWE course syllabus. A sub-directory syllabus should be set up to hold these PDF files. There is no web page in this directory. Visitors should see a list of all PDF files (named after the course prefix and number) in this directory by default. Add some PDF files for the testing purpose. They are just test data, so nothing fancy.

e. Create a link in the default.php page to link to the syllabus directory.

f. Create a sample CS course database using phpMyAdmin. You will design the database structure yourself. The table you build should show subject prefix and course number (e.g. CS 1000), a course title and anything else you think important about a course.

g. Create a web page to show the database content. Create a link in the default.php page to link to this page.

h. Take 4 screenshots:

1) Open a browser and browse to http://cswe (Screen shot (Screen shot A4-1))

2) Continue to browse to http://cswe/syllabus (Screen shot A4-2)

3) Display the sample database content using phpmyadmin (Screen shot A4-3)

4) Browse to the web page that displays the database contents (Screen shot A4-4)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!