Difference between revisions of "User Webspace"
From CCRMA Wiki
Line 1: | Line 1: | ||
− | =User web root directory= | + | ==User web root directory== |
Your <code>index.html</code> file should be placed in: | Your <code>index.html</code> file should be placed in: | ||
Line 8: | Line 8: | ||
<pre>/user/u/username/Library/Web</pre> | <pre>/user/u/username/Library/Web</pre> | ||
− | (the tilde - '~' explained: | + | (the tilde - '~' explained: [http://en.wikipedia.org/wiki/Tilde#Directories_and_URLs]) |
− | + | ==Web services support== | |
+ | |||
+ | The user webspace is static HTML sites 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]]. | ||
Revision as of 13:06, 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])
Web services support
The user webspace is static HTML sites 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.