How do i change my default port of phpmyadmin to port 443 or 9999 is it possible or i have use port 80 only if yes then how do i changes share the same!!!!

thanks for all your support!

link|improve this question

70% accept rate
feedback

1 Answer

up vote 3 down vote accepted

edit the config.inc.php file in the phpMyAdmin directory and change the following line:

$cfg['ForceSSL'] = FALSE; // whether to force using https

link|improve this answer
1  
thanks for quick support can tell which place i have to add this line!! – Rajat Jul 15 '10 at 15:15
1  
Should be you in your config.inc.php file in the phpmyadmin directory wiki.phpmyadmin.net/pma/config.inc.php – The Digital Ninja Jul 15 '10 at 15:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.