Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Lighttpd Vanilla 2 Rewrite Rules
Has anyone ported the rewrite rules to Lighttpd and gotten them to work 100%? The closest I've gotten is from this thread: http://vanillaforums.org/discussion/12334
I have the exact same problem as described there. The javascript pop-ups under the profile are a disaster. Some 404 and others are just really messed up with the fields all over the place, spilling out of the box and what-not.
I searched the forums and saw a few threads on lighttpd and friendly URLs, but I couldn't find anyone who had gotten it to work 100%.
url.rewrite = (
"^/(applications|cache|conf|js|library|plugins|themes|uploads)/(.*)$"=>"/$1/$2",
"^/([^\?]+)(\?(.*))$" => "/index.php?p=$1/$2",
"^(.*)$"=>"/index.php?p=$1"
)
I have the exact same problem as described there. The javascript pop-ups under the profile are a disaster. Some 404 and others are just really messed up with the fields all over the place, spilling out of the box and what-not.
I searched the forums and saw a few threads on lighttpd and friendly URLs, but I couldn't find anyone who had gotten it to work 100%.
0