Page 1 of 1

XAMPP server reloading again

PostPosted: 06. September 2018 04:21
by Aditya k
Till yesterday I was able to work with xampp fine. Today, when I tried to login with username and password, page reloads again and again.

Re: XAMPP server reloading again

PostPosted: 06. September 2018 10:00
by Nobbie
Xampp has no login.

Re: XAMPP server reloading again

PostPosted: 11. September 2018 09:44
by Aditya k
I am sorry. The problem was that when I run my login page through xampp it reloads again and again when I provide correct username and password. The code is correctly working in the host system but not in any other.

Re: XAMPP server reloading again

PostPosted: 11. September 2018 11:19
by Altrea
Do you use the same URL as on your host system?

Re: XAMPP server reloading again

PostPosted: 11. September 2018 12:08
by Nobbie
I think it also can be a short tags problem, but without any code we cannot do anything.

Re: XAMPP server reloading again

PostPosted: 11. September 2018 14:07
by Altrea
Can be anything: not working php code (shorttags or other issues), misleading rewrite/redirect, Browser cache, etc pp

Re: XAMPP server reloading again

PostPosted: 13. September 2018 12:51
by Aditya k
Actually, when I gave the URL with /index.php, its working correctly. But what changes needs to be made if it needs to work correctly without using index.php?