Search found 9 matches

by Windsurfer
Fri Jan 22, 2021 10:23 am
Forum: Community chat
Topic: Configuring Lighttpd
Replies: 14
Views: 29052

Re: Configuring Lighttpd

After a mighty struggle with Lighttpd, I gave up and went to Apache2. The problem was not with WonderCMS.
by Windsurfer
Tue Dec 01, 2020 6:01 pm
Forum: Community chat
Topic: Configuring Lighttpd
Replies: 14
Views: 29052

Re: Configuring Lighttpd

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.
by Windsurfer
Tue Dec 01, 2020 5:40 pm
Forum: Community chat
Topic: Configuring Lighttpd
Replies: 14
Views: 29052

Re: Configuring Lighttpd

I get the front page, but when I click on one of the three links, I get a 404 Not Found.

I'll play with it a bit and get back to you.
by Windsurfer
Mon Nov 30, 2020 8:22 pm
Forum: Community chat
Topic: Configuring Lighttpd
Replies: 14
Views: 29052

Re: Configuring Lighttpd

Sorry I've been quiet for a while. I had a few problems and reinstalled it. You are correct that I can't log in to Home, Example or loginURL. I get a 404 Not found. I first thought it was the Regex because it did not work in my Regex tester, and changed it to url.rewrite-once = ( "(/.*(/)(.*))$...
by Windsurfer
Sat Nov 28, 2020 3:30 pm
Forum: Community chat
Topic: Configuring Lighttpd
Replies: 14
Views: 29052

Re: Configuring Lighttpd

I found that I had to remove: url.rewrite-once = ( "^/([^.?]*)$" => "/index.php?page=$1" ) because it prevented the user from reaching the subdomains. Without it both http and https requests went to the correct place as https requests. The lighttpd lines below define allowable in...
by Windsurfer
Thu Nov 26, 2020 6:43 pm
Forum: Community chat
Topic: Configuring Lighttpd
Replies: 14
Views: 29052

Re: Configuring Lighttpd

It is now working. I have logged in and am learning how to set it up.
I'll provide a detailed set of instructions in a day or two.
Thanks for the lighttpd configuration code.
by Windsurfer
Thu Nov 26, 2020 6:25 pm
Forum: Community chat
Topic: Configuring Lighttpd
Replies: 14
Views: 29052

Re: Configuring Lighttpd

I have just changed owner to www-data and permissions to 755.
I now see 'Sorry, page not found. :(' on the basic theme.
It seems to be coming to life.
by Windsurfer
Thu Nov 26, 2020 4:35 pm
Forum: Community chat
Topic: Configuring Lighttpd
Replies: 14
Views: 29052

Re: Configuring Lighttpd

I think it is almost there. When I try index.html only a blank page is displayed. I placed an index.html and a phpinfo.php file in the the home folder and they both open correctly. I am looking for an example file, but guess that it is created by the index.php file. i added the code you provided int...
by Windsurfer
Wed Nov 25, 2020 7:30 pm
Forum: Community chat
Topic: Configuring Lighttpd
Replies: 14
Views: 29052

Configuring Lighttpd

I have a basic lighttpd instance running and I have wondercms installed under .../html/ next to the main domain and two subdomains. Currently Firefox spawns new tabs forever. I see that I need to make some changes in lighttpd.conf to replace the .htaccess file. The suggested changes date back severa...