I am not sure that I explain right.
I have create LAMP server and modified httpd.conf to enable user folders for open php files in browser.
by the way, when I open a php file which is under userfolder/public_html/test.php
and I tried to open
or it gives me Forbidden, you don't have permission to access /~userfolder on this server.
so I checked the permission list of the folders
and getting like this.
-> ls -l /home
-> drwxr-xr-x. 34 userfolder userfolder 4096 Oct 28 14:28 userfolder
and public_html has
-> ls -l /home/userfolder
-> drwxrwxr-x. 2 userfolder userfolder 4096 Oct 28 14:28 userfolder
should i make something more changes??
could someone give me some tips?? please??
Thank you for reading.
I have create LAMP server and modified httpd.conf to enable user folders for open php files in browser.
by the way, when I open a php file which is under userfolder/public_html/test.php
and I tried to open
or it gives me Forbidden, you don't have permission to access /~userfolder on this server.
so I checked the permission list of the folders
and getting like this.
-> ls -l /home
-> drwxr-xr-x. 34 userfolder userfolder 4096 Oct 28 14:28 userfolder
and public_html has
-> ls -l /home/userfolder
-> drwxrwxr-x. 2 userfolder userfolder 4096 Oct 28 14:28 userfolder
should i make something more changes??
could someone give me some tips?? please??
Thank you for reading.