par
MrJack14 » 03 avr. 2010, 16:38
Alors en fait il fallait effectuer cela:
-je dézippe phpMyAdmin-2.11.10-all-languages
- je le met dans le fichier wamp/apps sans écraser l'autre version!
- j' ouvre avec notepad++ le fichier wamp/alias/phpmyadmin.conf file
- je modifie dedans la version à ouvrir en remplacant
Code : Tout sélectionner
Alias /phpmyadmin "C:/Program Files/wamp/apps/phpmyadmin3.2.0.1/"
# 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:/Program Files/wamp/apps/phpmyadmin3.2.0.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
par
Code : Tout sélectionner
Alias /phpmyadmin "C:/Program Files/wamp/apps/phpMyAdmin-2.11.10-all-languages/"
# 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:/Program Files/wamp/apps/phpMyAdmin-2.11.10-all-languages/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
Heureusement que j'ai vécu un an en Irlande!!
Merci à toi Caliméro pour ta persévérance à m'aider! Et Joyeuse pacques!
Alors en fait il fallait effectuer cela:
-je dézippe phpMyAdmin-2.11.10-all-languages
- je le met dans le fichier wamp/apps sans écraser l'autre version!
- j' ouvre avec notepad++ le fichier wamp/alias/phpmyadmin.conf file
- je modifie dedans la version à ouvrir en remplacant
[code]
Alias /phpmyadmin "C:/Program Files/wamp/apps/phpmyadmin3.2.0.1/"
# 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:/Program Files/wamp/apps/phpmyadmin3.2.0.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
[/code]
par
[code]
Alias /phpmyadmin "C:/Program Files/wamp/apps/phpMyAdmin-2.11.10-all-languages/"
# 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:/Program Files/wamp/apps/phpMyAdmin-2.11.10-all-languages/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
[/code]
Heureusement que j'ai vécu un an en Irlande!!
Merci à toi Caliméro pour ta persévérance à m'aider! Et Joyeuse pacques!