22.19
0
Assalamu ..
Back again with my elfas. hehehe ^ _ ^
Okay, some time ago XAMPP for Linux has released the newest version 1.8.0. Once installed, the "localhost / phpmyadmin" can not be accessed due to some security reasons. After finding out there was a ERROR 403 and Acces Forbidden, my googling on my linux and was able to "problem solving" it.
When XAMPP in turn then go to localhost / phpmyadmin there is a message like the following:

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".

Error 403
localhost
Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7

If this can be a problem as the solution is as below:
1. Open your favorite terminal.
2. Then open the file httpd-xampp.conf that it is located in / opt / lampp / etc / extra / httpd-xampp.conf
3. Then look for the code as shown below:

<Directory "/opt/lampp/phpmyadmin">
AllowOverride AuthConfig Limit
Order allow, deny
Allow from all

</ Directory>

4. Once the code as above can then add "Require all granted" under "Allow from all"
5. Final, restart xampp "sudo / opt / lampp / lampp restart" in terminal.
So, may be useful ^ _ ^

0 komentar:

Posting Komentar