Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.

Lighttpd Vanilla 2 Rewrite Rules

edited August 2010 in Vanilla 1.0 Help
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

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%.
Tagged:
Sign In or Register to comment.