Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
[Help] xampp security concept.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Xenous" data-source="post: 54997" data-attributes="member: 9187"><p>go to the c/xampp/apache/conf/extra/http-xampp or w.e and edit this</p><p>[CODE]#</p><p># New XAMPP security concept</p><p>#</p><p><LocationMatch "^/(?i:(?:xampplicenses|security|phpmyadmin|webalizer|server-status|server-info))"></p><p> Order deny,allow</p><p> Deny from all</p><p> Allow from ::1 127.0.0.0/8</p><p> fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16</p><p> fe80::/10 169.254.0.0/16</p><p></p><p> ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var</p><p></LocationMatch>[/CODE]</p><p>with this</p><p>[CODE]#</p><p># New XAMPP security concept</p><p>#</p><p><LocationMatch "^/(?i:(?:xampplicenses|phpmyadmin|webalizer|server-status|server-info))"></p><p> Order deny,allow</p><p> allow from all</p><p> ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var</p><p></LocationMatch>[/CODE]</p><p>restart xampp and you should be all good</p><p>had to know this from my old uber days</p></blockquote><p></p>
[QUOTE="Xenous, post: 54997, member: 9187"] go to the c/xampp/apache/conf/extra/http-xampp or w.e and edit this [CODE]# # New XAMPP security concept # <LocationMatch "^/(?i:(?:xampplicenses|security|phpmyadmin|webalizer|server-status|server-info))"> Order deny,allow Deny from all Allow from ::1 127.0.0.0/8 fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 fe80::/10 169.254.0.0/16 ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var </LocationMatch>[/CODE] with this [CODE]# # New XAMPP security concept # <LocationMatch "^/(?i:(?:xampplicenses|phpmyadmin|webalizer|server-status|server-info))"> Order deny,allow allow from all ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var </LocationMatch>[/CODE] restart xampp and you should be all good had to know this from my old uber days [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[Help] xampp security concept.
Top