Hi all, If i go to https://mydomain.nl:81/phpmyadmin i get phpmyadmin.. but i want to secure this with a .htaccess ive searched for it, but cant find it.. Same for phppgadmin Where do i put the .htaccess files? thnx tijn
phpmyadmin is installed in Code: /home/admispconfig/ispconfig/web/phpmyadmin You can put your .htaccess in there. Beware, this is used for every site on your server, so you should allow acces to all required users.
Strange, that doenst work... ive put the .htaccess file in about every map named phpmyadmin or phppgadmin but it doenst work.. ps. dutchie
Have also a look here and read what Till says about how to handle .htaccess files: http://www.howtoforge.com/forums/showthread.php?t=9490&highlight=AllowOverride Check also the variable for: AllowOverride for that website. You also can use my phpMyAdmin package at http://www.ispconfig.org/downloads.htm which you can install via the ISPConfig update manager. In that case it will be installed into: /home/admispconfig/ispconfig/web/phpmyadmin (as martinfst mentioned).