AlexKim Posted September 9, 2012 Share Posted September 9, 2012 I've been looking around for re-write code for Lighttpd, but couldn't find it. I remember seeing that somewhere. But that one didn't work. Does anybody get it to work with Lighttpd.? Let me know, thanks... Alex, Link to comment Share on other sites More sharing options...
Rimi Posted September 9, 2012 Share Posted September 9, 2012 Hello. I think this was it? http://community.invisionpower.com/topic/349943-htaccess-settings-what-would-they-be-for-lighttpd/#entry2186631 Link to comment Share on other sites More sharing options...
AlexKim Posted September 10, 2012 Author Share Posted September 10, 2012 Yes, I've tried that and got error. I will keep searching for other options.. Thanks Levy Link to comment Share on other sites More sharing options...
AlexKim Posted September 11, 2012 Author Share Posted September 11, 2012 Hi guys, After searching around this site and nothing be found. I came up with this that works for my site: www.khmerfun.com Thanks god! Below is the rewrite for lighttpd url.rewrite = ( "^/(sitemap.xml)" => "$0", "^/(.*).(.*)" => "$0", "^/(.*).(css|js|gif|jpg|png)$" => "$0", "^/(images|javascript|style)(.*)$" => "$0", "^/(.+)/?$" => "/index.php/$1" ) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.