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
xampp security concept. new.
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="Muscab" data-source="post: 42286" data-attributes="member: 2992"><p>1) Go to Xampp control panel</p><p>2) Click explore</p><p>3) then the folder go to apache > conf > extra > httpd-xampp.conf</p><p>4) At the bottum it should say:</p><p></p><p>PHP Code:</p><p style="text-align: left"><span style="color: #000000"><span style="color: #FF8000"># New XAMPP security concept</span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #FF8000">#</span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #FF8000"></span><span style="color: #007700"><</span><span style="color: #0000BB">LocationMatch </span><span style="color: #DD0000">"^/(?i<img src="/styles/default/xenforo/smilies/emojione/frown.png" class="smilie" loading="lazy" alt=":(" title="Frown :(" data-shortname=":(" />?:xampplicenses|security|phpmyadmin|webalizer|server-status|server-info))"</span><span style="color: #007700">></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #007700"> </span><span style="color: #0000BB">Order deny</span><span style="color: #007700">,</span><span style="color: #0000BB">allow</span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #0000BB"> Deny from all</span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #0000BB"> Allow from </span><span style="color: #007700">::</span><span style="color: #0000BB">1 127.0.0.0</span><span style="color: #007700">/</span><span style="color: #0000BB">8 </span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #0000BB"> fc00</span><span style="color: #007700">::/</span><span style="color: #0000BB">7 10.0.0.0</span><span style="color: #007700">/</span><span style="color: #0000BB">8 172.16.0.0</span><span style="color: #007700">/</span><span style="color: #0000BB">12 192.168.0.0</span><span style="color: #007700">/</span><span style="color: #0000BB">16 </span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #0000BB"> fe80</span><span style="color: #007700">::/</span><span style="color: #0000BB">10 169.254.0.0</span><span style="color: #007700">/</span><span style="color: #0000BB">16</span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #0000BB"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #0000BB"> ErrorDocument 403 </span><span style="color: #007700">/</span><span style="color: #0000BB">error</span><span style="color: #007700">/</span><span style="color: #0000BB">HTTP_XAMPP_FORBIDDEN</span><span style="color: #007700">.</span><span style="color: #0000BB">html</span><span style="color: #007700">.var</span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #007700"></</span><span style="color: #0000BB">LocationMatch</span><span style="color: #007700">> </span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #007700"></span></span></p><p></p><p>Replace that code with:</p><p></p><p>PHP Code:</p><p style="text-align: left"><span style="color: #000000"><span style="color: #FF8000"># New XAMPP security concept</span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #FF8000">#</span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #FF8000"></span><span style="color: #007700"><</span><span style="color: #0000BB">LocationMatch </span><span style="color: #DD0000">"^/(?i<img src="/styles/default/xenforo/smilies/emojione/frown.png" class="smilie" loading="lazy" alt=":(" title="Frown :(" data-shortname=":(" />?:xampplicenses|phpmyadmin|webalizer|server-status|server-info))"</span><span style="color: #007700">></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #007700"> </span><span style="color: #0000BB">Order deny</span><span style="color: #007700">,</span><span style="color: #0000BB">allow</span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #0000BB"> allow from all</span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #0000BB"> ErrorDocument 403 </span><span style="color: #007700">/</span><span style="color: #0000BB">error</span><span style="color: #007700">/</span><span style="color: #0000BB">HTTP_XAMPP_FORBIDDEN</span><span style="color: #007700">.</span><span style="color: #0000BB">html</span><span style="color: #007700">.var</span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #007700"></</span><span style="color: #0000BB">LocationMatch</span><span style="color: #007700">> </span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #007700"></span></span></p><p></p><p>Then restart apace</p></blockquote><p></p>
[QUOTE="Muscab, post: 42286, member: 2992"] 1) Go to Xampp control panel 2) Click explore 3) then the folder go to apache > conf > extra > httpd-xampp.conf 4) At the bottum it should say: PHP Code: [LEFT][COLOR=#000000][COLOR=#0000BB][/COLOR][COLOR=#FF8000]# New XAMPP security concept # [/COLOR][COLOR=#007700]<[/COLOR][COLOR=#0000BB]LocationMatch [/COLOR][COLOR=#DD0000]"^/(?i:(?:xampplicenses|security|phpmyadmin|webalizer|server-status|server-info))"[/COLOR][COLOR=#007700]> [/COLOR][COLOR=#0000BB]Order deny[/COLOR][COLOR=#007700],[/COLOR][COLOR=#0000BB]allow Deny from all Allow from [/COLOR][COLOR=#007700]::[/COLOR][COLOR=#0000BB]1 127.0.0.0[/COLOR][COLOR=#007700]/[/COLOR][COLOR=#0000BB]8 fc00[/COLOR][COLOR=#007700]::/[/COLOR][COLOR=#0000BB]7 10.0.0.0[/COLOR][COLOR=#007700]/[/COLOR][COLOR=#0000BB]8 172.16.0.0[/COLOR][COLOR=#007700]/[/COLOR][COLOR=#0000BB]12 192.168.0.0[/COLOR][COLOR=#007700]/[/COLOR][COLOR=#0000BB]16 fe80[/COLOR][COLOR=#007700]::/[/COLOR][COLOR=#0000BB]10 169.254.0.0[/COLOR][COLOR=#007700]/[/COLOR][COLOR=#0000BB]16 ErrorDocument 403 [/COLOR][COLOR=#007700]/[/COLOR][COLOR=#0000BB]error[/COLOR][COLOR=#007700]/[/COLOR][COLOR=#0000BB]HTTP_XAMPP_FORBIDDEN[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]html[/COLOR][COLOR=#007700].var </[/COLOR][COLOR=#0000BB]LocationMatch[/COLOR][COLOR=#007700]> [/COLOR][COLOR=#0000BB][/COLOR][/COLOR][/LEFT] Replace that code with: PHP Code: [LEFT][COLOR=#000000][COLOR=#0000BB][/COLOR][COLOR=#FF8000]# New XAMPP security concept # [/COLOR][COLOR=#007700]<[/COLOR][COLOR=#0000BB]LocationMatch [/COLOR][COLOR=#DD0000]"^/(?i:(?:xampplicenses|phpmyadmin|webalizer|server-status|server-info))"[/COLOR][COLOR=#007700]> [/COLOR][COLOR=#0000BB]Order deny[/COLOR][COLOR=#007700],[/COLOR][COLOR=#0000BB]allow allow from all ErrorDocument 403 [/COLOR][COLOR=#007700]/[/COLOR][COLOR=#0000BB]error[/COLOR][COLOR=#007700]/[/COLOR][COLOR=#0000BB]HTTP_XAMPP_FORBIDDEN[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]html[/COLOR][COLOR=#007700].var </[/COLOR][COLOR=#0000BB]LocationMatch[/COLOR][COLOR=#007700]> [/COLOR][COLOR=#0000BB][/COLOR][/COLOR][/LEFT] Then restart apace [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
xampp security concept. new.
Top