John Davidson

php - Xampp- Can't acess phpmyadmin ( Access forbidden!)

0 comments
Message:


Basically this error started to appear when trying to access phpmyadmin:



And after some research , i already edit the httpd-xampp.conf


    Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
<Directory "C:/xampp/phpMyAdmin">
AllowOverride AuthConfig
Require all granted
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>


And still having the same problem. So i changed the httpd.conf


<IfModule dir_module>
Options +Indexes +FollowSymLinks
DirectoryIndex index.php index.pl index.cgi index.asp index.shtml index.html index.htm \
default.php default.pl default.cgi default.asp default.shtml default.html default.htm \
home.php home.pl home.cgi home.asp home.shtml home.html home.htm
</IfModule>


Actually that worked but right now my phpmyadmin appear like that :



So right now i dont any idea what need to be done , and what is going on.


My logs are:




My Answer:
you please provide more context or clarify your question? It seems like you may be asking if you can do something specific with Xampp and PHP, but it's not clear what you are asking.

Rate this post

4 of 5 based on 7658 votes

Comments




© 2024 Hayatsk.info - Personal Blogs Platform. All Rights Reserved.
Create blog  |  Privacy Policy  |  Terms & Conditions  |  Contact Us