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.
How do i rename "settings.php?PostBackAction=Globals" into a different URL.
mjduniverse
New
Hello there, there is a page on my Vanilla forum "settings.php?PostBackAction=Globals". It always gets blocked by mod_security and i try to disable it. Is there anyway to name the action? Like "settings.php?PostBackAction="NewNameGoesHere"
0
Comments
@mjduniverse
Do you have ReWriteUrl True in your config.php ?
Please try Adding this line in the config.php
$Configuration['Garden']['RewriteUrls'] = TRUE;
Also check the htaccess file for Vanilla that the rewrite engine is on.
The problem is not with the Globals it is with settings.php?
After you add rewrite url it will be /settings/
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌