...
The second folder “police_source” is used to access the PHP files directly. So, if you try to navigate to the below URL, the browser will ask you whether to save or open the PHP file (authentication is required).
https://web2.uconn.edu/police_source/index.php (production server)
To access the development server, you need to use the folder that has been created specifically for you such as “PoliceSTDev” in the author’s case. The URL of the development server is “php1.uits.uconn.edu”. Again, you can use either “http” or “https” or “http”:
https://php1.uits.uconn.edu/PoliceSTDev/ (development server)
...
Another important note is that there is a separate MySQL database associated with each of the above mentioned servers. The database server name is the same for both and is “mysql”. For the current configuration, the database name is “police2” and the connection parameters to the database are the same for both servers. To login to “PhpMyAdmin” on the production server, use the following URL:
...