How do i rename "settings.php?PostBackAction=Globals" into a different URL.

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/
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌