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!

How to fix security_check in v26

Status
Not open for further replies.
Junior Spellweaver
Joined
Aug 17, 2010
Messages
161
Reaction score
14
Hello ;] ! I ve googled and searched on ragezone how to fix security_check in v26 but didnt find . can anybody tell me how to do it . Thank you . :D .

Screenshoots : sorry no sreenshoots cuz it says u did get out of limit of KB's !:mad:
 
Junior Spellweaver
Joined
Aug 17, 2010
Messages
161
Reaction score
14
The thingy : Access forbidden!

New XAMPP security concept:

Access to the requested object is only available from the local network.

This setting can be configured in the file "httpd-xampp.conf".

If you think this is a server error, please contact the webmaster.

Error 403

5.180.121.25
8/27/2010 7:12:27 PM
Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1
 
Developer
Loyal Member
Joined
Jul 28, 2009
Messages
983
Reaction score
133
Do people actually read the dam error?
This setting can be configured in the file "httpd-xampp.conf".
Search for the file and edit it. You only have to edit deny from all to allow from all ..
 

xcv

Newbie Spellweaver
Joined
Aug 19, 2010
Messages
36
Reaction score
4
Go in:
PHP:
xampp >> apache >> conf >> extra >> httpd-xampp.conf

Replace the last 7 lines with:
PHP:
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
    Order deny,allow
    Deny from none
    Allow from all

    ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
 
Junior Spellweaver
Joined
May 24, 2010
Messages
112
Reaction score
4
Wow, dont use xampp -.-
Xampp is not made for hosting websites, it should only be used for development or private use, way to many exploits in xampp for the public to be using it on a private server.
 
Junior Spellweaver
Joined
Aug 4, 2010
Messages
117
Reaction score
3
LOL I am sorry if this is more of a spam because most likely I will not reply again enless you leave a comment on my profile. But what kind of security check do you mean Registration or Xampp? theres a few lol
 
Status
Not open for further replies.
Back
Top