Difference between revisions of "WebServer - UserDir"

From The TinkerNet Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
*create an index.html file in ~/public_html
 
*create an index.html file in ~/public_html
  
Assuming this users name is fred, his page can now be reached at '''MyServer.MyDomain.net/~fred/'''
+
Assuming this users name is '''fred''', his page can now be reached at '''MyServer.MyDomain.net/~fred/'''

Revision as of 17:22, 24 June 2020

Sometimes, you might want individual users with accounts on the webserver to have personal pages...

To set up a personal page for the currently logged-in user:

  • mkdir ~/public_html
  • chmod ugo+rX ~/public_html
  • create an index.html file in ~/public_html

Assuming this users name is fred, his page can now be reached at MyServer.MyDomain.net/~fred/