Welcome to the WonderCMS community. Anything goes, except for support requests.
wiz
Admin
Posts: 754 Joined: Sat Oct 30, 2010 12:23 am
Post
by wiz » Tue Dec 01, 2020 5:44 pm
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>
Windsurfer
Posts: 9 Joined: Wed Nov 25, 2020 7:09 pm
Post
by Windsurfer » Tue Dec 01, 2020 6:01 pm
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.
wiz
Admin
Posts: 754 Joined: Sat Oct 30, 2010 12:23 am
Post
by wiz » Tue Dec 01, 2020 6:03 pm
Looking forward to see if the above will fix it. Cheers for reporting back!
Windsurfer
Posts: 9 Joined: Wed Nov 25, 2020 7:09 pm
Post
by Windsurfer » Fri Jan 22, 2021 10:23 am
After a mighty struggle with Lighttpd, I gave up and went to Apache2. The problem was not with WonderCMS.
wiz
Admin
Posts: 754 Joined: Sat Oct 30, 2010 12:23 am
Post
by wiz » Fri Jan 22, 2021 10:57 am
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.