Posts Tagged ‘windows7’
Windows7 error access forbidden with xampp
goto windows\system32\drivers\etc\hosts, then, move the line with # ::1 localhost to the bottom
or
- Navigate to your xampp\apache\conf\extra folder
- Using a text editor, open httpd-xampp.conf
- Find the following line:
Allow from localhost
- Change the line to:
Allow from 127.0.0.1
- Save the file and restart your XAMPP server
- 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