Differences between revisions 2 and 3
Size: 493
Comment: category
|
Size: 504
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
Line 6: | Line 7: |
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. |
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. |
Line 9: | Line 13: |
CategoryHowto | . CategoryHowto |
Howto: Webpage
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.