[HELP] Xampp Security

Jake

Member
May 26, 2010
60
0
Offtopic: I wasnt sure what thread to post this in but I posted it in Habbo section because im making a Retro.

Ontopic:

Ok so I finished installing my retro and tried to login and I got this error

1ex381.jpg


If you can.. please help.
 
Jun 10, 2011
105
8
use 127.0.0.1 for managing your hotels via offline, not via WAN ip.

it's a new security concept to help people overcome defacements, or even worst, DB DROPPING!!! --just my 2 penny

-------------------------- Post merged 5 minutes after original post. ---------------------------

edit: even local IP cannot gain access to specific xampp pages, for example:
192.168.1.122 > cannot access the xampp security pages,
only 127.0.0.1 and localhost are allowed to access tho :)

---

why you need security pages? move them to another folder tho
 

coolking

New Member
Jun 21, 2011
3
0
You need to change the security rule in C:\xampp\apache\conf\extra\http-xampp.conf
Change the last rule to:
#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order allow,deny
Allow from all

ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
 

Jake

Member
May 26, 2010
60
0
use 127.0.0.1 for managing your hotels via offline, not via WAN ip.

it's a new security concept to help people overcome defacements, or even worst, DB DROPPING!!! --just my 2 penny

-------------------------- Post merged 5 minutes after original post. ---------------------------

edit: even local IP cannot gain access to specific xampp pages, for example:
192.168.1.122 > cannot access the xampp security pages,
only 127.0.0.1 and localhost are allowed to access tho :)

---

why you need security pages? move them to another folder tho

Well I fixed it, you gotta edit the conf-xampp file.. in the apache directory
 

Users who are viewing this thread

Top