Difference between revisions of "User Webspace"

From CCRMA Wiki
Jump to: navigation, search
(Created page with 'stuff')
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
stuff
+
==User web root directory==
 +
Your <code>index.html</code> file should be placed in:
 +
 
 +
<pre>~/Library/Web</pre>
 +
 
 +
otherwise known as:
 +
 
 +
<pre>/user/u/username/Library/Web</pre>
 +
 
 +
(the tilde - '~' explained: [http://en.wikipedia.org/wiki/Tilde#Directories_and_URLs])
 +
 
 +
==External URL==
 +
 
 +
With an <code>index.html</code> file in your web root directory, it will be served to this URL:
 +
 
 +
<pre>http://ccrma.stanford.edu/~username</pre>
 +
 
 +
==Web services support==
 +
 
 +
The user webspace is static HTML only.  Unfortunately, we do not support Php, MySQL, etc.
 +
 
 +
==Storage==
 +
 
 +
Keep in mind that your your website contents are part of your [[Backups#Quotas|home directory usage]].
 +
 
 +
 
 +
 
 +
 
 +
 
 +
[[Category:CCRMA User Guide]]

Latest revision as of 14:09, 25 October 2011

User web root directory

Your index.html file should be placed in:

~/Library/Web

otherwise known as:

/user/u/username/Library/Web

(the tilde - '~' explained: [1])

External URL

With an index.html file in your web root directory, it will be served to this URL:

http://ccrma.stanford.edu/~username

Web services support

The user webspace is static HTML only. Unfortunately, we do not support Php, MySQL, etc.

Storage

Keep in mind that your your website contents are part of your home directory usage.