Gian wrote
admin wrote
mm,
Error 403 on Linux for a normal file is usually a problem related to permissions. In other words, the user running Abyss Web Server has no read access to the file that you're trying to browse.
If this does not help, please let us know the results of executing both of these commands on the a terminal:
# Determine who is running abyssws
ps -Al| grep abyssws
# list contents of htdocs with their permissions and owner
ls -Al /full/path/to/htdocs
Hi, I have the same problem and i would like to know how you have solve it
The file should be readable by the user account running Abyss Web Server. For example, if Abyss Web Server is running using the user account named "gian", a file needs to be readable by "gian".
This is usually done using the chmod command or by checking the permissions of the file in your usual file manager.
To be able to help more effectively, we need the information requested above by running both commands and giving us their output. Also do not forget to let us know what exact URL fails with error 403.
We suggest also that you contact us by email for a faster exchange and a better resolution of your issue.