hey, may i know how do i change the /whm or /cpanel redirect port?
its irritating to login to ssl with a pop up window. would like to change it to non-ssl port.
hey, may i know how do i change the /whm or /cpanel redirect port?
its irritating to login to ssl with a pop up window. would like to change it to non-ssl port.
Hi wheimeng,
you can directly use the non-SSl path of WHM/cpanel as
http://yourdomain.com:8082 (cpanel)
http://yourdomain.com:8086 (WHM)
You can redirect your cpanel and WHM port to 8082 and 8086. Write a redirection in your .htaccess file as
Redirect 302 http://yourdomain.com/cpanel http://yourdomain.com:8082
Redirect 302 http://yourdomain.com/whm
http://yourdomain.com:8086
I think this will help you to solve your problem.
" Hope you will get a paid server admin"
Regards,
![]()
![]()
Last edited by BrightAdmin; 03-08-2004 at 06:38 AM.
Sounds like u have the force redirect to secure port set to on in WHM, asumming u have access to root WHM change this at bottom of 'tweak settings'Originally posted by wheimeng
hey, may i know how do i change the /whm or /cpanel redirect port?
its irritating to login to ssl with a pop up window. would like to change it to non-ssl port.