User Tools

Site Tools


howto:sscs:setup_website

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howto:sscs:setup_website [2021/07/01 18:55] jnilssonhowto:sscs:setup_website [2024/11/05 17:12] (current) jnilsson
Line 7: Line 7:
 ===== Overview ===== ===== Overview =====
  
-  * Personal website URL: ''%%https://www.socsci.uci.edu/~username%%'' +  * Personal website URL: ''%%https://sites.socsci.uci.edu/~username%%''
-    * You can also use your department website's domain name instead of socsci+
   * Upload files to your site via SFTP on the server **''nexus.socsci.uci.edu''**   * Upload files to your site via SFTP on the server **''nexus.socsci.uci.edu''**
   * Website files go in the folder: ''public_html''   * Website files go in the folder: ''public_html''
Line 23: Line 22:
 The best way to access your network home directory, where the public_html folder is located, is to use SFTP. There are many programs you can use to accomplish this, but here are some common ones: The best way to access your network home directory, where the public_html folder is located, is to use SFTP. There are many programs you can use to accomplish this, but here are some common ones:
  
-  * On Windows: [[http://winscp.net/eng/download.php|WinSCP]] (free) +  * On Windows: [[https://filezilla-project.org/download.php|FileZilla]] or [[http://winscp.net/eng/download.php|WinSCP]] 
-  * On Mac: [[http://fetchsoftworks.com/fetch/download/|Fetch]] (UCI site license [[http://www.socsci.uci.edu/~jnilsson/sscs/fetch-license.php|details]])+  * On Mac: [[https://filezilla-project.org/download.php?platform=osx|FileZilla]]
  
 When you have installed and opened your SFTP software, use these settings to setup a connection to our server: When you have installed and opened your SFTP software, use these settings to setup a connection to our server:
Line 43: Line 42:
 You are responsible for creating and uploading all website files to the public_html directory. You are responsible for creating and uploading all website files to the public_html directory.
  
-==== Your personal website URL ==== 
  
-The format of the URL for your web site is: **%%www.socsci.uci.edu/~username%%** (for most users the username is usually your UCINetID).+==== Redirecting your site to an external location ====
  
-  * You can, alternatively, use your department'website URLFor exampleif you are in Anthropology, you could share the link **%%www.anthropology.uci.edu/~username%%**+If you are no longer using your ''%%~username%%'' website and have set up a sites.uci.edu page or some other external website, you can redirect visitors from your ''%%socsci.uci.edu/~username%%'' site to the new location. There are a few methods to achieve this, but the simplest is to create an **index.html** file in your public_html directory with contents like this (be sure to replace NEW.WEBSITE.URL with the full location of your new site):<file index.html> 
 +<html> 
 +<head> 
 +<meta http-equiv="refresh" content="1;URL='https://NEW.WEBSITE.URL'" /> 
 +</head> 
 +<body> 
 +<p>Redirecting to my new website momentarily...</p> 
 +</body> 
 +</html> 
 +</file> 
 + 
 +After you place this index.html file in your public_html file, please remove all your other old files so that the old content is not left on our server.
  
 ==== Questions? ==== ==== Questions? ====
howto/sscs/setup_website.1625165726.txt.gz · Last modified: 2021/07/01 18:55 by jnilsson