wordpress - phpMyAdmin error 403 -


i installed phpmyadmin on year ago. installed wordpress few month ago.

at moment, followed this tutorial add virtual host:

now when try access phpmyadmin url, http://localhost/phpmyadmin/, have:

403 forbiden error don't have permission access /phpmyadmin/ on server.

in /etc/apache2/users/myuser.conf:

<directory "/users/myuser/sites/"> allowoverride options indexes multiviews followsymlinks require granted  </directory>  include /users/myuser/sites/httpd-vhosts.conf 

then in httpd-vhosts.conf:

<directory "/users/myuser/sites"> allowoverride options indexes multiviews followsymlinks require granted </directory>  <virtualhost _default_:80>  servername localhost  documentroot /library/webserver/documents  </virtualhost>  <virtualhost *:80>  servername site1.local  documentroot "/users/myuser/sites/site1" </virtualhost> 

so can't access phpmyadmin , localhost/sites/site1 suppose url access wordpress website locally.

the answer here


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -