Difference between revisions of "Shells websites"
imported>Wikiadmin |
imported>Wikiadmin |
||
Line 1: | Line 1: | ||
− | + | You can run a website from your shell account. | |
− | + | Simply place the html and/or php files in your public_html directory. | |
+ | |||
+ | To enable your website you can use the '''enable_website''' command from your shell or from [https://insomnia247.nl:20000 Usermin].<br /> | ||
+ | Oppositely, when you want to take your website down again you can use the '''disable_website''' command. | ||
+ | |||
+ | Your website will be visible at yourusername.insomnia247.nl and insomnia247.nl/~yourusername | ||
+ | |||
+ | NOTE: If you have a username with capital letters in it, the username.insomnia247.nl option currently does NOT work! This is due to browsers automatically re-writing addresses without capital letters.<br /> | ||
+ | We're still looking to find a fix for this problem. |
Revision as of 00:04, 18 September 2010
You can run a website from your shell account. Simply place the html and/or php files in your public_html directory.
To enable your website you can use the enable_website command from your shell or from Usermin.
Oppositely, when you want to take your website down again you can use the disable_website command.
Your website will be visible at yourusername.insomnia247.nl and insomnia247.nl/~yourusername
NOTE: If you have a username with capital letters in it, the username.insomnia247.nl option currently does NOT work! This is due to browsers automatically re-writing addresses without capital letters.
We're still looking to find a fix for this problem.