i want to remove /phpmyadmin for certain users

remco30

Verified User
Joined
Sep 29, 2010
Messages
6
Hi,

i am searching for a way to manually decide if domains/users get the phpmyadmin alias
but i cant find a way to do this.

Can someone help me out or point me in a right direction?

thanks
 
Its a global alias you cant just add it for certain users and not others. You would have to figure out some work around with a password or something.
 
Hello,

Even if you remove the link, your users having access to connect to MySQL server will able be to use phpMyAdmin on http://IP/phpmyadmin/

Hi,

i am searching for a way to manually decide if domains/users get the phpmyadmin alias
but i cant find a way to do this.

Can someone help me out or point me in a right direction?

thanks
 
i think it could be possible in the vhost template
if the DA user package does not allow any mysql database then do rewrite phpmyadmin to ./

and any request do to Apache from direct ip should have a rule

Order allow,deny
Deny from all
Allow webmaster ip

and btw i dont event think mysql database space is calculated in the total amount of used space ( each user ).
 
Back
Top