Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

security_check.php error [V26]

Newbie Spellweaver
Joined
Sep 13, 2012
Messages
13
Reaction score
1
Hi, I am experiencing an error with a V26 PHPRetro.

Basically, I register to the Hotel, I then login to the link and then it works a few times when I go to and then the next time I login to it redirects me to this (Check the screenshot link)
xxzacthemag - security_check.php error [V26] - RaGEZONE Forums

[IMG]https://forum.ragezone.com/ima...forum.ragezone.com/images/404_image.png[/IMG]
 
Experienced Elementalist
Joined
Mar 13, 2011
Messages
275
Reaction score
106
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 ;)
 
Upvote 0
Newbie Spellweaver
Joined
Sep 13, 2012
Messages
13
Reaction score
1
EDIT: I just done it, now I'll see if it works sec.

NOTICE: Nope, still does it -.-
 
Last edited:
Upvote 0
Developer
Loyal Member
Joined
Jul 28, 2009
Messages
983
Reaction score
133
What lRetros said is true, it's the xampp security concept.
 
Upvote 0
Newbie Spellweaver
Joined
Sep 13, 2012
Messages
13
Reaction score
1
Eronisch,
Could you give me a hand with it?
It won't work :/
crappy security thing.

@ Martin, It's not.

@ Matthew, What do you mean??
 
Upvote 0
Back
Top