Jump to content

IP.SEO URL re-write for Lighttpd


Recommended Posts

Posted

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,

Posted

Hello.

I think this was it?

http://community.invisionpower.com/topic/349943-htaccess-settings-what-would-they-be-for-lighttpd/#entry2186631

Posted

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"


)

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...