Trying to get the documents folders to another drive and folder.
I have used windows to long and i familiar with windows way to write filepathes.
But in projeqtor the default path is written with / instead of windows default .
I dont understand how to write the path in "Projeqtor" system setting.
I have a folder on d:Project that I want to be the root folder.
But I cannot get the documents to store at that place.
How should I write the path?
You can change it in Global Parameters, tab "system"
I know where to change it.
But I dont know how to write.
Should I write:
\serverFolder
Or
..//server/Folder
Or
s:Folder
or
s:/Folder
Neither of them seems to work.
You can write
s:Folder
and it will work as it is understood as a local folder.
But it requires that the PHP user (user that runs PHP) has access to this folder (and of course this drive must be defined on the Server)
Note that the location is defined on the Server, not on your Client PC.
I see.
But how do I know wich user for PHP?
On windows it is the user that launches PHP process on the server.