Quote:
Originally Posted by class101
Have been searching the rules for lighttpd in the thread and no one figured out yet to post lighttpd rewrite rules ?? OMG
|
this worked for me, it has to be inserted among your other url.rewrite rules (not url.rewrite-once).
Quote:
"^/foro/tags/(.+)/([0-9]+)/$" => "/foro/tags/index.php?tag=$1&page=$2",
"^/foro/tags/(.+)/$" => "/foro/tags/index.php?tag=$1",
"^/foro/tags/$" => "/foro/tags/"
|
of course, match /foro/ to your forum path