I managed to install phpMyFAQ perfectly. But when I login to ADMIN from my home system, it just cause a loop and asked for ID and PASSORD.
Then i try to login, it was successful, but when i want to make changes, it redirect me to the main password login page, that's weird, anyone can help pls?
I come across some scripts that metion this:
Your IP may change with each request if your company or ISP uses a proxy farm. Some large companies and ISPs like AOL do this.
Yes! My IP will auto change after a few seconds. That have cause the admin login loop?
Admin Login Loop
Moderator: Thorsten
Hi,
yes, it seems, your changing IP causes this. Please download the file config.php from the directory inc/ and edit it:
Change this
to this
Then copy the file back on your server and your changing IP shouldn't make any trouble.
bye
Thorsten
yes, it seems, your changing IP causes this. Please download the file config.php from the directory inc/ and edit it:
Change this
Code: Select all
$ipcheck = "true";
Code: Select all
$ipcheck = "false";
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Admin Loop
Thanks Thorsten,Thorsten wrote:Hi,
yes, it seems, your changing IP causes this. Please download the file config.php from the directory inc/ and edit it:
Change this
to thisCode: Select all
$ipcheck = "true";
Then copy the file back on your server and your changing IP shouldn't make any trouble.Code: Select all
$ipcheck = "false";
bye
Thorsten
It's working very well.
Cheers!
Vincent Kam