PublicWebpages: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
mkdir ~/public_html | mkdir ~/public_html | ||
chmod 755 ~/public_html | chmod 755 ~/public_html | ||
</pre> | |||
You also need to give the correct permissions to you home directory: | |||
<pre> | |||
chmod o+x ~ | |||
</pre> | </pre> | ||
You can then access anything you put in this directory through the following link:<br> | You can then access anything you put in this directory through the following link:<br> | ||
http://homepage.iihe.ac.be/~YOURUSERNAME | http://homepage.iihe.ac.be/~YOURUSERNAME |
Latest revision as of 16:33, 6 December 2017
Having Public Webpages hosted by T2B
On any UI/mX machine, you need to create -if it is not already present- the directory public_html:
mkdir ~/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://homepage.iihe.ac.be/~YOURUSERNAME