Hello everyone,
I’m currently facing an issue while using an API to add a website and upload files to the newly created website directory. The problem is related to open_basedir restrictions.
My question is: Is there a way to disable open_basedir by default? Specifically, I want to prevent the .user.ini file from being created or have its contents cleared when adding a new website.
The goal is to temporarily disable Anti-XSS protections until the file upload process is complete.
Thx