It looks like you're new here. If you want to get involved, click one of these buttons!
url.rewrite = (
"^/(applications|cache|conf|js|library|plugins|themes|uploads)/(.*)$"=>"/$1/$2",
"^/([^\?]+)(\?(.*))$" => "/index.php?p=$1/$2",
"^(.*)$"=>"/index.php?p=$1"
)
Comments
Vanilla co-founder
When you're visiting host/profile/1/user and click for example Change My Picture link - the popup shows 404, but the same link as right-click Open Link in New Tab works perfect.
Any idea?
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
Lighttpd's mod_rewrite is kinda black box, but I've been able to duplicate every apache's rewrite rule so far without heavy artillery like mod_magnet and lua.
KISS-way FTW.