2017-07-04, 22:34:31
(2017-07-02, 03:41:42)shawn_a Wrote: This wont work because the pages cache is still loaded from data/other
So what about changing these two lines into
PHP Code:
define('GSDATAPAGESPATH', '/server/path/to/this/installation/data/pages/');
define('GSDATAOTHERPATH', '/server/path/to/this/installation/data/other/');
I tried it out and it works on my server. Is there a malfunction I don't see?
Alex