Custom Document Root and Data Dir are not saved
-
Hello,
I am an old v2.* users and I just switched to Laragon 3.1.1. I encountered some issues:- In Preferences, I am trying to change Document Root from
D:\Laragon\www
toD:\Web
and Data Dir fromD:\Laragon\data
toD:\Data
: but when I close and reopen Preferences panel, the original directories are restored. Please notice that in laragon.ini theDocumentRootList=D:\Laragon\www|D:\Web|
(right, I can switch directories in the GUI) and, in the [apache] section,DocumentRoot=D:\Web
(right). I don't see parameters about the MySQL Data Dir in laragon.ini. Please notice also that I copied the wholeD:\Laragon\data\mysql
folder toD:\Data\mysql
, just to be sure to replicate the original folder structure. - In laragon.ini, [ngix] section,
DocumentRoot=D:\Laragon\www\
while I'd expect it to beD:\Web\
accordingly to my changes
Please can you help me? Many thanks
- In Preferences, I am trying to change Document Root from
-
@ivanhalen : I'll check and get back to you soon.
-
@ivanhalen : I've released Laragon 3.1.2 which fixed the issue:
https://forum.laragon.org/topic/536/laragon-3-1-2-released-back-to-node-js-6-11-0
-
Thanks, the Data Dir part is fixed, while the Document Root still persists on
D:\Laragon\www\
instead ofD:\Web\
(it doesn't get changed, please see attached video 0_1498412061929_2017-06-25_19-33-36.mp4 )
-
@ivanhalen: Can you change to another directory different than
D:\Web
(Reason Laragon rememberedD:\Web
for Apache)
Then, I believe you can switch toD:\Web
-
Yes, you are right! It works now
many many thanks!
-
Glad to hear it works
Cheers!