We have a table of data with pagination that is being displayed on a secure page (https).
We are having a problem were the pagination links, even though they are on a secure page (https://www.domain.com), point to a non-secure page (http://www.domain.com/P50).
Is there a way to have them point to https instead of http?