Edit History Actions Discussion

Diff for "Howto/Webpage"

Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2006-07-28 19:54:59
Size: 472
Comment:
Revision 10 as of 2008-02-17 20:01:05
Size: 189
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
You can host your personal website at the shellserver. Create the directory "public_html" in your home directory and put your files in there. You can do this with the following command:
{{{
mkdir public_html}}}
You can view the website at http://shell.blinkenlights.se/rhea/~username
Remember that the webserver has to have read access to the files!
PHP or CGI is not allowed at this time. You can however use SSI to do some basic inclusion etc.
You can host your own personal website on Blinkenshell, just put your files in `public_html`.

More info: [[Info/Webhosting]], [[Info/MySQL]]
----
 . CategoryHowto

Howto: Webpage

You can host your own personal website on Blinkenshell, just put your files in public_html.

More info: Info/Webhosting, Info/MySQL