website logo
Auteur
avatar
Tribal-Dolphin

Forum » » Le coin des codeurs » » [Résolu] - PHPMyAdmin


Posté : 5 nov. 2005 à 07:42 icone du post

Essaye en premier ceci :
Dans le fichier de config de PMA, modifie la variable $cfg['PmaAbsoluteUri'] en y mettant : http://tonIPlocaleServeur/tondossierPMA/


Et si ça ne fonctionne pas, ajoute (ou modifie s'il y à déjà quelque chose du genre) ceci dans la configuration d'apache (httpd.conf) :

Alias /pma "c:\TonChemin\Vers\PMA"
<Directory "c:\TonChemin\Vers\PMA">
    Options FollowSymLinks Indexes
    AllowOverride None
    Order deny,allow
    allow from 127.0.0.1
    allow from 192.168.1.0/255.255.255.0 // A mdifier selon tes IPs Locales
    deny from all
</Directory>


Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=18282&forum=5