I am trying to create a directory using mkdir function in PHP. It works just fine when I am running it on the terminal using php a.php, but when I try to run it from the browser as server, I am not able to do it. Why is this?
I am trying to create a directory using mkdir function in PHP. It works
Share
SELinux is preventing httpd from doing so. See the
httpd_selinux(8)man page for details.