I am using XAMPP
The DocumentRoot is C:/xampp/htdocs
I want to upload files to C:/DATA/SLIDES
Is this possible (without changing Apache’s default DocumentRoot).
I’d like to add its a FRESH install of XAMPP.
PHP INI files are the default settings.
What changes do I need to make to PHP.INI to make this work?
Yes. PHP does not know or care about Apache’s
DocumentRootsetting. All that matters are OS-level file/directory permissions and any restrictions you’ve enabled inphp.iniExample: