Skip to main content

New xampp security concept: Access Forbidden Error 403 let's fix it

100% working New xampp security concept: Access Forbidden Error 403


This setting can be configured in the file "httpd-xampp.conf".
open httpd-xampp.conf and change configuration.
Config File Location : Drive:\xampp\apache\conf\extra\httpd-xampp.conf

-------------------------------
In old version use this
-------------------------------
Original Lines.
    Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var


Change it to for all access.

Require all granted
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var


Change it to for IP Based access.

Order deny,allow
deny from all
Allow from 192.168.1.1
Allow from 127.0.0.1
Allow from localhost
Allow from ::1
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var


-------------------------------
In new version use this
-------------------------------
Original Lines.
 Alias /phpmyadmin "D:/xampp/phpMyAdmin/"
    
        AllowOverride AuthConfig
        Require local
        ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var


Change it to for all access.

 Alias /phpmyadmin "D:/xampp/phpMyAdmin/"
    
        AllowOverride AuthConfig
        Require all granted
        ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var


Change it to for IP Based access.


    Alias /phpmyadmin "C:/xampq/phpMyAdmin/"
    
        AllowOverride AuthConfig
        Require local
        Require ip 192.168.1.5
        ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
    



save and exit httpd-xampp.conf and restart apache.

NOTE : Make sure u  backup files ( httpd-xampp.conf ) and ( httpd-vhosts.conf ) ,Both Files are located in Drive:\xampp\apache\conf\extra

Comments

Popular posts from this blog

Vuforia SDK : Download instruction, Use of Platform IDE and much more

Vuforia 7 Use the Vuforia SDK to build Android, iOS, and UWP applications for mobile devices and digital eyewear. Apps can be built with Android Studio, Xcode, Visual Studio, and Unity. As of Unity 2017.2, the Vuforia Engine is delivered with the latest version of Unity. A legacy version of the Vuforia Unity Extension is provided to assist with project migrations. Download for Android vuforia-sdk-android-7-2-23.zip (21.27 MB) Download for iOS vuforia-sdk-ios-7-2-23.zip (27.00 MB) Download for UWP vuforia-sdk-uwp-7-2-23.zip (8.90 MB) Download Unity Extension (legacy) vuforia-unity-6-2-10.unitypackage (46.20 MB) Download Unity Vuforia is integrated with the Unity Editor

Logo design

Logo design Learn how to make trendy logos and do freelance work on many sites... It is ALL FREE you dont have to invest in anything.. All you need is time and dont lose hope That was my first online income from 99designs I won a contest with 200 USD for just making a logo design in 8 days..

Fiverr

Fiverr Sell your skills on fiverr and make money with this online platform.   Fiverr is now the world’s largest marketplace for people to make money selling small services (known as ‘gigs’). What you offer could be absolutely anything, from writing and translating, social media poisting, playing pranks and teaching to creating music , voiceovers and short video clips for people all around the world! The default price is $5, but you can attach extra services to gigs for more money. Whilst it might not seem like much, it can quickly add up and there are plenty of examples of people making a really good living from the site. The key is to get a system in place which minimizes the time spent on each gig. But  there is another way to profit even more from Fiverr for potentially far less work. How? By simply reselling gigs elsewhere. For example, find a decent logo designer then reply to jobs on Upwork.com or even local classifieds. A $5 spend can easily beco...