New XAMPP 1.8 security concept problem
--case--
Access forbidden!
New XAMPP security concept:
Access to the requested object is only available from the local network.
This setting can be configured in the file "httpd-xampp.conf".
If you think this is a server error, please contact the webmaster.
Error 403
localhost
Apache/2.4.2 (Unix) OpenSSL/1.0.1c PHP/5.4.4
--alternative solution--
roisa@mscdr:~$ sudo -s
roisa@mscdr:~$ type your password
root@mscdr:/# cd /opt/lampp/phpmyadmin
root@mscdr:/opt/lampp/phpmyadmin# chmod 644 config.inc.php
root@mscdr:/opt/lampp/phpmyadmin# cd /
root@mscdr: /opt/lampp/lampp restart
--another solution--
sudo gedit /opt/lampp/etc/extra/httpd-xampp.conf
in gedit, Find:
<Directory "/opt/lampp/phpmyadmin">
then add the line to the <Directory>:
Require all granted
actually, the section reads:
<Directory "/opt/lampp/phpmyadmin">
AllowOverride AuthConfig Limit
Order allow,deny
Allow from all
Require all granted
</Directory>
save dan clode gedit.. restart lampp
/opt/lampp/lampp restart
http://roisa.com/phpmyadmin/ now correctly loads. *roisa.com = localhost.
--another solution--
sudo /opt/lampp/lampp security
then set yours, like this:
XAMPP: Quick security check...
XAMPP: Your XAMPP pages are secured by a password.
XAMPP: Do you want to change the password anyway? [no]
set your password, remember! use easy password but difficult to hack. hehe
finally, it works..
Go share tricks,
Roisa Mscdr
0 comment:
Posting Komentar
Informasi Pilihan Identitas:
Google/Blogger : Account special blogger
Another : Jika tidak punya account blogger namun punya alamat Blog atau Website.
Anonim : Jika tidak ingin mempublikasikan profile anda (tidak disarankan). salam hangat, Roisa :)