Hello
I run a script on all of my websites and I have it in a folder that is outside of the main www folder and the open_basedir is blocking it from running. What I would like to know is how can I allow access to this folder where my scripts are installed so the sites can access them and allow them to execute without comprimising the security of my sites or control panel.
If I disable open_basedir then my sites work and my scripts work.
My scripts are in a folder (for this post I will call the folder 'examplescripts' )
Thanks