fo faire des alias dans le httpd.conf et redémarer Apache :
#
# Aliases: Add here as many aliases as you need (with no limit). The format is
# Alias fakename realname
#
<IfModule mod_alias.c>
#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL. So "/icons" isn't aliased in this
# example, only "/icons/". If the fakename is slash-terminated, then the
# realname must also be slash terminated, and if the fakename omits the
# trailing slash, the realname must also omit it.
#
Alias /mysql "C:/www/phpmyadmin"
<Directory "C:/www/phpmyadmin">
Options Indexes MultiViews
AllowOverride None
Order deny,allow
Allow from 127.0.0.1
Deny from all
</Directory>
...................................
Voila là où il fo le mettre.
La première partie est le fakename cad le nom que tapra le mec dans l'url et le 2ème là où pointe le répertoire. La il sagit de phpmyadmin donc il est protégé pour laisser passer que l'ip locale : 127.0.0.1 et interdire tt les autres. Met
Order allow,deny
Allow from all
pour laisser l'accès à tt le monde