Dokuwiki: Moving Just the data directory on other server
- by amit
I have installed dokuwiki on IIS7.
As per my teams requirement we have to move just the Data directory to other server location.
e.g
- IIS7 installed Dokuwiki location: C:\inetpub\wwwroot\dokuwiki\conf
- data location on the other server we want: U:\Archive\LP_Archive\SH_Systems\DEV01\dokuwiki
So for doing that I followed pointers on dokuwiki install iis7
As per the above link, I tried adding IUSR to data folder permissions but its failing due to my insufficient privileges. And without that IUSR permission set on data folder I am getting an error as "The datadir ('pages') at is not found, isn't accessible or writable".
Is there any other way to make it work?
Is there any other account than IUSR I can use?