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.
Cherokee URL rewrite works fine, but...
I've figured out how to get URL rewrites to work with Vanilla. The configuration should be like so:
NOT File Exists: Rule
NOT File Exists: Handler
This means I can now write stuff like
NOT File Exists: Rule
NOT File Exists: Handler
This means I can now write stuff like
www.example.com/discussions
and it routes it correctly. However, Vanilla still writes URL's using index.php internally, so if I actually click "Discussions", I end up at www.example.com/index.php?p=/discussions
. How do I make it stop?
Tagged:
0
Comments
$Configuration['Garden']['RewriteUrls'] = TRUE;
Thanks! Now I'm happy :-) It's wicked fast on Cherokee.