I have already implemented .htaccess files and they work great.
However, in an attempt to make the admincp and modcp, I would like to change the links that point to them so they are SSL encrypted (have a cert already installed and working). I have looked at the paths in the footer template, but due to the path being relative, I can't just add https to it.
I guess I could just change the code so it's not relative?? And it should work.
Anyway, is their a cleaner way of doing this?
However, in an attempt to make the admincp and modcp, I would like to change the links that point to them so they are SSL encrypted (have a cert already installed and working). I have looked at the paths in the footer template, but due to the path being relative, I can't just add https to it.
I guess I could just change the code so it's not relative?? And it should work.
Anyway, is their a cleaner way of doing this?
Comment