• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Xampp Security Access denied

meliis

Member
Joined
Feb 17, 2008
Messages
121
Reaction score
12
I get this error when i try to enter "Security" in Xampp. Ive looked on many Xampp tutorials but none has any information about this ;


Åtkomst förbjuden!

Du har inte tillräckliga rättigheter för att få tillgång till det önskade objektet. Objektet är lässkyddat eller inte läsbart för servern.

Om du tror att detta beror på ett serverfel, vänligen kontakta webbansvarig.

Error 403

localhost
03/26/12 14:45:13
Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8
 
1. Navigate to your xampp\apache\conf\extra folder
2. Using a text editor, open httpd-xampp.conf
3. Find the following line:
Allow from localhost

Change the line to:
Allow from 127.0.0.1

4. Save the file and restart your XAMPP server
5. Try to access http://localhost/security/lang.php?en
You should now have no problems accessing the XAMPP Security Page via localhost or 127.0.0.1
 
1. Navigate to your xampp\apache\conf\extra folder
2. Using a text editor, open httpd-xampp.conf
3. Find the following line:
Allow from localhost

Change the line to:
Allow from 127.0.0.1

4. Save the file and restart your XAMPP server
5. Try to access http://localhost/security/lang.php?en
You should now have no problems accessing the XAMPP Security Page via localhost or 127.0.0.1

Thank you sir. Rep + :)
 
Back
Top