LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   mod_rewrite from apache2 to lighttpd (https://www.linuxquestions.org/questions/linux-server-73/mod_rewrite-from-apache2-to-lighttpd-815417/)

sokha 06-21-2010 08:17 AM

mod_rewrite from apache2 to lighttpd
 
I just setup lighttpd in CentOS 5.x. It works great but we have one problem with mod_rewrite that is required by boonex dolphin.

For instance in apache, it is:

Code:

RewriteRule ^forum/groups/(.*)$  modules/boonex/forum/$1?orca_integration=groups [QSA,L]
I have searched in google and also in lighttpd forum but could not figure out how to do with it yet.

The complete .htaccess of boonex dolphin i paste them here:
http://pastebin.com/7ZNMR2PW

jeremy 07-17-2010 12:51 PM

The following url.rewrite-once regex should be the lighttpd equivelant of the above httpd rule:

Code:

"^forum/groups/(.*)$" => "modules/boonex/forum/$1?orca_integration=groups"
--jeremy

sokha 08-20-2010 06:03 PM

Thanks, I will try it. I did not track this topic, sorry.


All times are GMT -5. The time now is 06:51 PM.