PublicWebpages: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Having Public Webpages hosted by T2B ==") |
|||
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 can then access anything you put in this directory through the following link:<br> | |||
http://homepage.iihe.ac.be/~YOURUSERNAME |
Revision as of 13:02, 23 May 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 can then access anything you put in this directory through the following link:
http://homepage.iihe.ac.be/~YOURUSERNAME