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!
|
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!
| |||
|
feedback
|
|
edit the config.inc.php file in the phpMyAdmin directory and change the following line: $cfg['ForceSSL'] = FALSE; // whether to force using https | |||||||||
feedback
|