peux t'on rendre accessible phpmyadmin sur internet ?
j'ai mis le dossier dans /www/
modifier l'alias :
Code : Tout sélectionner
Alias /phpmyadmin/ "c:/wamp/www/web/phpmyadmin/"
# to give access to phpmyadmin from outside
# replace the lines
#
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#
# by
#
# Order Allow,Deny
# Allow from all
#
<Directory "c:/wamp/www/web/phpmyadmin/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>Comment faire ? un tuto peut etre ??
Cordialement