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
Post a Comment