If your CS account does not work, please send an email to cshelpdesk@virginia.edu including your computingID and the error message(s) you received.
To connect to the CS server, you may use any SSH/FTP-like approach of your choice. Alternatively, you may use any FTP software such as FileZilla and Cyberduck.
To upload and deploy your web resources, use the following setting:portal.cs.virginia.edu
SFTP
22
(by default)your computing ID
the password you received from cshelpdesk
public_html
<?php echo "Hello World @^_^@" ?>
public_html
To access your app,
open a web browser and enter a URL similar to
http://www.cs.virginia.edu/~your-computingID/path-to-your-file/helloworld.html
, or
http://www.cs.virginia.edu/~your-computingID/path-to-your-file/helloworld.php
Note: do not put public_html in your URL, the path-to-your-file should be the folders inside the public_html folder
Released under the
CC-BY-NC-SA 4.0 license.