MyBB Community Forums

Full Version: Site URL directing to portal page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Greetings-

I recently removed pro portal, and my site is all normal now, except my url directs to the old portal page.

If I type www.sellmyaudio.net/index.php into my browser the site works properly.

If I go to www.sellmyaudio.net it directs to the portal page which I do not want to use.

I am sure I simply overlooked or changed something months ago. Can anyone help me fix this?
Could you copy paste the code that is within your:

.htaccess file?
Go to general configurations and disable portal.
The portal was disabled.

I believe the problem was in my htaccess file. I just moved index.php to have priority first instead of portal.php
(2012-10-16, 03:53 PM)jmilch Wrote: [ -> ]The portal was disabled.

I believe the problem was in my htaccess file. I just moved index.php to have priority first instead of portal.php

That was your problem then, it has nothing to do with having the portal enabled or not.

If you had something like:

DirectoryIndex portal.php index.php

You would have had this issue.