Public web pages: Difference between revisions

From IIHE Wiki
Jump to navigationJump to search
(Created page with "== How to create Public Web pages hosted by the IIHE == Log in to lxpub.iihe.ac.be<br /> If it is not already present, create the directory public_html in your home:<br /><br...")
 
 
Line 1: Line 1:
== How to create Public Web pages hosted by the IIHE ==
== How to create Public Web pages hosted by the IIHE ==


Log in to lxpub.iihe.ac.be<br />
Log in to lxpub.iihe.ac.be using SSH<br />
example : <pre>ssh <yourintranetusername>@lxpub.iihe.ac.be</pre><br>
If it is not already present, create the directory public_html in your home:<br /><br />
If it is not already present, create the directory public_html in your home:<br /><br />



Latest revision as of 13:39, 31 May 2023

How to create Public Web pages hosted by the IIHE

Log in to lxpub.iihe.ac.be using SSH

example :

ssh <yourintranetusername>@lxpub.iihe.ac.be


If it is not already present, create the directory public_html in your home:

mkdir -p ~/public_html
chmod 755 ~/public_html

You also need to give the correct permissions to you home directory:

chmod o+x ~

You can then access anything you put in this directory through the following link:
http://www.iihe.ac.be/~YOURUSERNAME