MyBB Community Forums

Full Version: Help Login Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I recently made a homepage by moving the portal.php into the site route an renaming it index.php. Now after somebody logs in they are prompted with this.
[Image: f2t6c.jpg]
Now after that message appears the user receives an error 404, page not found. I found out the cause of this. After the user logs in it returns to the page they came from. Which is portal.php, but here is the problem portal.php does not exist because I changed it to index.php. Is it possible to make this page redirect to index.php not portal.php?
Put this in your .htaccess file:

Redirect 301 portal.php index.php
 
This gives my website a 404 error.
Also did you mean to make a new text file called .htaccess and place that code into it?
If so that did not work.
URL?
http://thegamecrave.hostzi.com
Try logging in on the homepage.
Any Ideas?
Can you provide a test account?
Yes, User: Test Password: password
I can login just fine.
On the homepage? If you login on the hompeage through the sidebar module it will you a 404.