Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla 2 running on lighttpd - problem with rewrite
url.rewrite = (
"^/(applications|cache|conf|js|library|plugins|themes|uploads)/(.*)$"=>"/$1/$2",
"^/([^\?]+)(\?(.*))$" => "/index.php?p=$1/$2",
"^(.*)$"=>"/index.php?p=$1"
)
this are my rewrite rules, but there are some errors in vanilla
f.e. http://host/profile/1/username -> Change My Picture popup generating 404 not found
any idea why?
0
Comments
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 COO [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.