You are on page 1of 1

Alias /phpmyadmin "c:/wamp/apps/phpmyadmin3.5.

1/"
#
#
#
#
#
#
#
#
#

to give access to phpmyadmin from outside


replace the lines
Require local
by
Require all granted

<Directory "c:/wamp/apps/phpmyadmin3.5.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Allow from all
</Directory>

You might also like