Lighttpd Rewrite Rule für IP.Board

Here is the Rewrite Rule for IPB running on Lighttpd.
It works with 3.4.* and probably the most otheres.


url.rewrite-once = (
"^/(sitemap.xml)" => "$0",
"^/(.*)\.html" => "/index.php/$1",
"^/(.*)\.(.*)" => "$0",
"^/(.*)\.(css|js|gif|jpg|png)$" => "$0",
"^\/(images|javascript|style)(.*)$" => "$0",
"^/(.+)/?$" => "/index.php/$1"
)

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert