Forgot to mention that I get blank screen, in debug mode I see:
Notice: Trying to get property 'compile' of non-object in /var/www/html/wire/modules/PageRender.module on line 395 Notice: Trying to get property 'noPrependTemplateFile' of non-object in /var/www/html/wire/modules/PageRender.module on line 422 Notice: Trying to get property 'prependFile' of non-object in /var/www/html/wire/modules/PageRender.module on line 423 Notice: Trying to get property 'noAppendTemplateFile' of non-object in /var/www/html/wire/modules/PageRender.module on line 424 Notice: Trying to get property 'appendFile' of non-object in /var/www/html/wire/modules/PageRender.module on line 425
Hi,
I am trying to get working installation of PW in docker container (apache + php), the installation is in /var/www/html, but the link to the site is http://pw.com/de/
I've tried to add: $config->urls-root = '/de'; but without luck.
Also tried to change RewriteBase to /de, but still no luck.
Does anyone have any advice?