SSL and relative urls
Posted: Wed Dec 31, 2014 8:20 am
Hello,
We are about to move our site on SSL and I was wondering if there is guide I can read with helpful tips or something ?
The problem I am facing at the moment is that most of the urls are absolute i.e
while I want it to be:
For menus I found this:
http://forum.cmsmadesimple.org/viewtopi ... =8&t=15441
However for News module I have found nothing ?
Any hint, ideas and general directions on using relative urls will be appreciated.
Thanks,
Peter
We are about to move our site on SSL and I was wondering if there is guide I can read with helpful tips or something ?
The problem I am facing at the moment is that most of the urls are absolute i.e
Code: Select all
<a href='http://www.example.com/somelink.html'>Link</a>
Code: Select all
<a href='/somelink.html'>Link</a>
http://forum.cmsmadesimple.org/viewtopi ... =8&t=15441
However for News module I have found nothing ?
Any hint, ideas and general directions on using relative urls will be appreciated.
Thanks,
Peter