MyBB Community Forums

Full Version: AdminCP not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Are you using htaccess for your subdomains?? It seems there is some conflict with the way your hosting is setup.

If I try to access a random url: http://forum.brasilgamezone.com/dsfsfrwvwewfws.php it should give me 404 error which in your case it shows me the forum's homepage.

Check your server logs to see whats going on.
.htaccess:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

[Image: aaaci.png]
Try re-uploading your admin directory.
Can you remove those entries in htaccess, I think the rewriterules you have there are what are causing this.

If you are using those entries then remove them temporarily for testing and if that fixes it then we can look at how to make them compatible, if you're not using them (no wordpress) then just go ahead and remove them.
Yeah I'm pretty sure the last person who had this had some funky .htaccess stuff going on. If a totally random URL shows your index still, then it's set to always show the index no matter what you're looking at, so something is setup wrong.
I deleted the .htaccess making a backup before...
then on admincp said it was not found "folder wasn't there lol"
i re-uploaded it, now it works "without the .htaccess"! thanks

[Image: yayb.png]