No edit summary
Line 18: Line 18:
Try changing the permissions of your www-directory. Log in to a ULYSSIS shell machine and type:
Try changing the permissions of your www-directory. Log in to a ULYSSIS shell machine and type:


<code>chmod o+x ~
chmod o+x ~
chmod o+rx ~/www</code>
chmod o+rx ~/www


[[Category:Webserver]]
[[Category:Webserver]]

Revision as of 01:39, 26 October 2019

Location of your files

All the files you want to provide via the web browser must reside in a directory named "www" in your homefolder. Within that folder you can organise your data in sub directories. For more information about accessing your files is available here.

Accessing your website

Your webspace is accessible on following url's (with username your username):

If you have a domainname like yourname.be, you can link it with our webserver. For more information on this subject, see the domainnames documentation.

Troubleshooting

I keep getting an "HTTP Error 403: permission denied" when accessing my website.

Try changing the permissions of your www-directory. Log in to a ULYSSIS shell machine and type:

chmod o+x ~
chmod o+rx ~/www