1. You are here:
  2. DSV
  3. Education
  4. Computer facilities
  5. Web pages
  6. Publishing a page at DSV's webserver

Publishing a personal web page at DSV's web server

DSV students and staff can publish a personal web page on DSV's web server. You do this by doing the following:

  1. Create a directory public_html in your home directory on the file server oberon (default when logged in onn a Linux pc at DSV). All files in this directory will be available at http://people.dsv.su.se/~username. If you are using a Windows pc you can use the SFTP client WinSCP to transfer files to your home directory on oberon. Use sftp.dsv.su.se as host address, and your Kerberos password. The port shall be 22 (standard) and the protocol SFTP.
  2. The public_html directory must be set to be readable for everyone. Do that with the Unix command "chmod a+rx public_html" or set it to rwxr-xr-x via WinSCP.
  3. If you want to have a starting page, then you must have an index.html, index.htm or index.php file. If there exists a file with any of these names it is automatically displayed.
  4. All files available on your web home page must be readable for everyone. Use the following command to make, for example, the index.html file readable for all: "chmod a+r index.html".
In cooperation with KTH.