PublicWebpages: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Having Public Webpages hosted by T2B ==") |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
== Having Public Webpages hosted by T2B == | == 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: | |||
<pre> | |||
mkdir ~/public_html | |||
chmod 755 ~/public_html | |||
</pre> | |||
You also need to give the correct permissions to you home directory: | |||
<pre> | |||
chmod o+x ~ | |||
</pre> | |||
You can then access anything you put in this directory through the following link:<br> | |||
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