Permissions problem

adaryaakobi

New member
Joined
Nov 4, 2024
Messages
1
I have a system built in Laravel, the system tries to perform an INCLUDE to a certain file using a server variable, the variable returns the following path /home/someuser/.... I get an error in PHP that the file is not found, even though it is found, when I tried to enter the folder path of the file via FTP, I found the file and everything OK when the routing was
/DOMAIN/...
But when the path is /home/someuser/domain.
I am getting that the file is not found. I realized that it is a problem with promission access, probably to the home folder and to the user's folder. How can I fix this?
 
Back
Top