The login currently takes you to
http://MySite.com/portal.php I moved the portal to index.php and the forum from index.php to forums.php. How would I get logging in to direct you to index.php?
Bump, it has been over 24 hours.
I believe it has been over 24 hours. Please help!
add this to the .htaccess file in your root folder.
DirectoryIndex portal.php
to display portal on first visit
DirectoryIndex index.php
to display index on first visit
revert the file name changes you made.
(2011-01-29, 08:04 PM)TheGodFather Wrote: [ -> ]add this to the .htaccess file in your root folder.
DirectoryIndex portal.php
to display portal on first visit
DirectoryIndex index.php
to display index on first visit
revert the file name changes you made.
That's not what he wanted.