Page 2 of 2

Re: Configuring Lighttpd

Posted: Tue Dec 01, 2020 5:44 pm
by wiz
Can you also try the following (taken from the docs: https://github.com/robiso/wondercms/wik ... ver-config)

Code: Select all

               <rule name="rule 1S" stopProcessing="true">
                    <match url="^(.+)$" />
                    <conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
                    <action type="Rewrite" url="/index.php?page={R:1}" appendQueryString="true" />
                </rule>

Re: Configuring Lighttpd

Posted: Tue Dec 01, 2020 6:01 pm
by Windsurfer
That was quick. I'll report back. It will be something basic, and I'm reading up what the rewrite and redirect commands do.
I'm using Perl based Regex at the moment.

Re: Configuring Lighttpd

Posted: Tue Dec 01, 2020 6:03 pm
by wiz
Looking forward to see if the above will fix it. Cheers for reporting back!

Re: Configuring Lighttpd

Posted: Fri Jan 22, 2021 10:23 am
by Windsurfer
After a mighty struggle with Lighttpd, I gave up and went to Apache2. The problem was not with WonderCMS.

Re: Configuring Lighttpd

Posted: Fri Jan 22, 2021 10:57 am
by wiz
Really glad to hear that Windsurfer. Do you possibly have any heads up in regards to what could of been wrong with Lighttpd?

Thanks for getting back again with clarifications.