Relocate pages folder

Hi to everyone!

Is it possible to put the pages folder outside of the grav root directory? And then work with a symlink for example or relocate the global pages path from grav?

I would be very happy about ideas, hints or advices!

Greetings, Christiana

@christiana83, I’m using Windows Subsystem for Linux (WSL) with Ubuntu. I have about 15 symlinked installations linking to a single Grav installation. Only /cache, */images, */logs/ and */user are not being symlinked.

All is working fine.

Try:

$ mv user/pages /tmp
$ ln -s /tmp/pages user/pages
$ bin/grav cache

Browser should display the site correctly.

See also command $ bin/grav sandbox -s ../destination about symlinked installations.