Enable open_basedir [SOLVED]
Enable open_basedir
Thank You!
Re: Enable open_basedir
Code: Select all
open_basedir =
Re: Enable open_basedir

By the way I would not recommend to set the "open_basedir = <NO VALUE>". This could result in a huge security issue, please be aware of this.
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: Enable open_basedir
When I put open_basedir = /www it gives me error No input file specified. on the browser.
Re: Enable open_basedir [SOLVED]
Have a look at the command: "ls -la /" is guess, you wont see a directory called www in the root directory "/".
Therefor your whole open_basedir directive does not work anymore. Please make yourself aware, what open_basedir does, to put in something meaningful: https://www.php.net/manual/en/ini.core. ... en-basedir
(If you want to restore the default: "##DOCROOT##/www:##DOCROOT##/files:##DOCROOT##/tmp")
The question is, what do you want to achive. To which directory your Laravel script needs access -> than add this to the default open_basedir separated will a ":".
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************