MyBB Community Forums

Full Version: I can not enter the admin area my user group is 4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. I am not able to login admin area anymore. My usergroup is 4. I really have no clue how does this happening. I am able to login the game but when i try to login admin area nothing happens.

I checked from database and my usergroup is 4. I did not do any update or plugin since last time i logged in.

edit i remembered the cause. i permanently redirected the index.php to main url. i think that is the cause

can you modify this redirection code


<rule name="CanonicalHostNameRule" stopProcessing="true">
<match url="^(\w*/)?index\.php" />
<conditions>
<add input="{HTTP_HOST}" pattern="forum\.monstermmorpg\.com$" />
</conditions>
<action type="Redirect" url="http://forum.monstermmorpg.com/{R:1}" />
</rule>
hello any answer about this ?