Using your webspace: Difference between revisions

From ULYSSIS documentation
(Outdated informatie over file permissions weggehaald)
 
Line 14: Line 14:
= Troubleshooting =
= Troubleshooting =


I keep getting an "HTTP Error 403: permission denied" when accessing my website.
I keep getting an "HTTP Error 403: permission denied" when accessing my website. Check that all permissions on the files and folders relevant to your website are set properly. See [[Secure file permissions]] for more information.
 
Try changing the permissions of your www-directory. Log in to a ULYSSIS shell machine and type:
 
chmod o+x ~
chmod o+rx ~/www
 
[[Category:Webserver]]
[[Category:Webserver]]

Latest revision as of 23:57, 15 February 2023

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. Check that all permissions on the files and folders relevant to your website are set properly. See Secure file permissions for more information.