Overview
The university does not provide personal web space by default. However, faculty and staff can request web space by demonstrating an academic need or purpose. Once the request has been approved, employees may access sites using SMB/CIFS, SFTP, SSH, Dreamweaver, etc.
The easiest way to upload and make changes to your web space is using the File Explorer in Windows or Finder on an Apple machine. You can connect directly to the shared drive and access your webpage's folder with ease.
Step 1
If you are on a Windows machine, you can access the webpages Drive from within the File Explorer.
Open the File Explorer, right-click on This PC from the menu on the left, and select Map network drive.
Select Map network drive.

Step 2
Choose a letter for your drive location (We recommend W: for webpages), and enter \\web01.its.uidaho.edu\websites in the Folder field.
Choose a letter for your drive location.

Step 3
Navigate to your webpage folder in W:\webpages\.
Go to your webpage folder.

Step 1
If you are using a Mac, you can access the Shared Drive from within Finder.
Open Finder, click the Go menu, and select Connect to Server, or simply press the keyboard shortcut command + k to bring up the window.
Press the keyboard shortcut command + k to bring up the window.

Step 2
Enter smb://web01.its.uidaho.edu/websites as the Server Address and click Connect. This will map your Shared Drive to your machine.
Enter the Server Address and click Connect.

Step 3
Navigate to your webpage folder in websites\webpages\.
Go to websites\webpages\.

Warning: Due to security concerns, this method is only offered to a limited user set. If you have not been explicitly granted access, or are unsure if you have, this method WILL NOT WORK.
Step 1
For the tech-inclined, the webpages folder can be connected using SFPT clients such as FileZilla, WinSCP and others. The process is slightly more complicated and involves connecting to the Unix server before redirecting to the Webpages folder.
Using your favorite SFTP program, connect to the server sftp://sftp.uidaho.edu with your NetID username and password.
Connect to the server sftp://sftp.uidaho.edu with your NetID username and password.

Step 2
You will be loaded into your Unix users drive. To access the webpages folder, you will need to change your directory path (called the remote site in FileZilla) from /users/*/*username (the default location when you connect to Unix) to /shared/webpages.
You will need to change your directory path from /users/*/*username to /shared/webpages.

Step 3
This will connect you up to the webpages folder. In here, you will find a list of the webpages you have control over. Double-click the folder of the webpage you want to edit to open it and begin copying content over.
Double-click the folder of the webpage you want to edit to open it and begin copying content over.
Warning: Due to security concerns, this method is only offered to a limited user set. If you have not been explicitly granted access, or are unsure if you have, this method WILL NOT WORK.
Step 1
If text-based editors and Secure Shells are your game, ITS allows connection to the webpages folder using your favorite Shell client (terminal, PuTTY, SSH Secure Shell, etc).
Connect to the unix server sftp.uidaho.edu using your NetID username and password when prompted. If you are SSH-ing in using the Terminal, run the command
ssh @sftp.uidaho.edu to connect to the server.
Connect to the unix server sftp.uidaho.edu using your NetID username and password when prompted.

Step 2
Once connected, simply change directory by running the command cd /shared/webpages to jump to the webpages folder.
Change directory by running the command cd /shared/webpages to jump to the webpages folder.

Step 1
If you are creating your website in the Adobe Dreamweaver software, you can set up your managed site to be on your UI server. This allows you to easily make changes, updates and publish all from within the program.
Open Dreamweaver, click the Site menu, and select New Site…
In Dreamweaver, click the Site menu, and select New Site…

Step 2
On the Site tab within the Site Setup window, fill in the Site Name and Local Site Folder fields with the name of your website and its location in the webpages folder on the Shared Drive.
Fill in the Site Name and Local Site Folder fields with the name of your website and its location in the webpages folder on the Shared Drive.

Step 3
Click the Local Info tab under Advanced Settings. Fill in the Web URL field with your web address at webpages.uidaho.edu.
Fill in the Web URL field with your web address at webpages.uidaho.edu.
