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.
"Application Settings" throws a "400 Bad Request" message
Hey guys!
Just stumbled on Vanilla when evaluation PHP forums and like it a lot so far. Everythings works really nice but I get an "400 Bad Request" when trying to access Settings -> Application Settings (logged in as admin). All other Settings works perfect. Any tips?
0
This discussion has been closed.
Comments
if ($PageName == 'settings.php') $PageName = 'config.php';
edit:
It seems that config.php may also be blocked by particularly picky hosts. If that is the case, you can either try a different name, or possibly better yet an .htaccess directive.