S
S
SLaMeeR2018-03-09 17:58:29
PHP
SLaMeeR, 2018-03-09 17:58:29

Why access error in phpmyadmin on Centos 7?

I installed phpmyadmin on sentos, when I go to the site / phpmyadmin the error is:

Not Found
The requested URL /phpmyadmin/ was not found on this server.


Only as did not change the file /etc/httpd/conf.d/phpMyAdmin.conf nothing helps. At the moment it looks like:
<Directory /usr/share/phpMyAdmin/>
  AddDefaultCharset UTF-8
  Require all granted
</Directory>

<Directory /usr/share/phpMyAdmin/setup/>
  Require all granted
</Directory> 

<Directory /usr/share/phpMyAdmin/libraries/>
  Order Deny,Allow
  Deny from All
  Allow from None
</Directory>

<Directory /usr/share/phpMyAdmin/setup/lib/>
  Order Deny,Allow
  Deny from All
  Allow from None
</Directory>

<Directory /usr/share/phpMyAdmin/setup/frames/>
  Order Deny,Allow
  Deny from All
  Allow from None
</Directory>


What needs to be done to login to phpmyadmin?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
roswell, 2018-03-09
@SLaMeeR

Alias /phpmyadmin /usr/share/phpMyAdmin

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question