lighttpd mod_rewrite handling xenforo

chas

Cadet
Hi guys,

I noticed you had a guide for apache and NginX to make the webserver use xenforo page handling instead so it saves the scores properly.

Could someone do the same except using lighttpd? I'm having problems getting it to work.

Thanks in advance! :smiley:
 
ahhh it was nothing to do with mod_rewrite.. just needed to add the 404 handler for lighttpd

Code:
server.error-handler-404 = "index.php"

all works now :smiley:
 
Back
Top