Difference between revisions of "Shells websites"

From Insomnia 24/7 Wiki
Jump to: navigation, search
imported>Wikiadmin
imported>Wikiadmin
Line 1: Line 1:
There are two commands available for your website;
+
You can run a website from your shell account.
There is '''enable_website''' and '''disable_website'''
+
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.