No edit summary
Line 20: Line 20:
<code>chmod o+x ~
<code>chmod o+x ~
chmod o+rx ~/www</code>
chmod o+rx ~/www</code>
[[Category:Webserver]]

Revision as of 16:13, 28 August 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