Edit History Actions Discussion

Diff for "Howto/Webpage"

Differences between revisions 6 and 7
Revision 6 as of 2006-09-25 17:30:34
Size: 367
Comment: URL
Revision 7 as of 2007-03-11 16:25:30
Size: 518
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
You can host your personal website at the shellserver. Put the files in public_html in your home directory (this is a symlink to /var/www/users/username). You can host your personal website at the shell. Just put the files in ~/public_html (this is a symlink to /var/www/users/username).
Line 4: Line 4:
You can view the website at http://username.blinkenshell.org/ If you want a page to be served when the user asks for a direcory, name it index.html, index.htm or index.php
If you have none of these files, a directory listing will be used instead.
Line 6: Line 7:
PHP 5 (safemode on) and SSI is installed on the server. CGI is not allowed at the moment though. You can view your website at `http://<username>.blinkenshell.org/`

PHP 5 and SSI is installed on the server. CGI is not allowed at the moment.

Howto: Webpage

You can host your personal website at the shell. Just put the files in ~/public_html (this is a symlink to /var/www/users/username).

If you want a page to be served when the user asks for a direcory, name it index.html, index.htm or index.php If you have none of these files, a directory listing will be used instead.

You can view your website at http://<username>.blinkenshell.org/

PHP 5 and SSI is installed on the server. CGI is not allowed at the moment.