security_check.php error [V26]
Hi, I am experiencing an error with a V26 PHPRetro.
Basically, I register to the Hotel, I then login to the link http://localhost/me and then it works a few times when I go to http://localhost/me and then the next time I login to http://localhost/me it redirects me to this (Check the screenshot link)http://i50.tinypic.com/2v13gvr.jpg
http://i50.tinypic.com/2v13gvr.jpg
It also redirects users that register to the website, upon registering it does the same.
So I had looked into my 'PHPretro' folder and I saw a PHP file labeled 'Security_check.php' so I had looked into the 'Security_check.php' file and this appears:
http://i45.tinypic.com/1191ik1.jpg
http://i48.tinypic.com/2exvtsk.jpg
Re: security_check.php error [V26]
I don't exactly remember,but try this:
Go to C:/xampp/apache/conf/extra/ and open with a text editor the file "httpd-xampp.conf",then find this(if you've problems to find it,is at the end of the file):
Code:
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Now replace it instead of this code:
Code:
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|licenses|phpmyadmin|webalizer|server-status|server-info))">
(The only thing that i changed in the code is delete security| on the list of LocationMatch).
Tell me if it helps you ;)
Re: security_check.php error [V26]
EDIT: I just done it, now I'll see if it works sec.
NOTICE: Nope, still does it -.-
Re: security_check.php error [V26]
maybe you firewall are off ? :p
Re: security_check.php error [V26]
Re: security_check.php error [V26]
What lRetros said is true, it's the xampp security concept.
Re: security_check.php error [V26]
Eronisch,
Could you give me a hand with it?
It won't work :/
Shitty security thing.
@ Martin, It's not.
@ Matthew, What do you mean??
Re: security_check.php error [V26]
then I do not know sorry.