Paypal requires SSL referring URL
Hi, My paypal account requires the referring URL to be secured. I am wondering what the best practice is for this using JobRoller? I understand that the paypal transaction (off-site) is secured, but what if the account I am paying into has it's security settings such that the referring URL (
/submit) be secured.
I also don't want to necessarily secure the
entire domain or logged in session. I just want to secure
/submit and
/addnewconfirm or have
/addnewconfirm redirect back to unsecured.
I have an SSL certificate installed on my host, but I'm not quite sure how to configure JobRoller to handle the necessary redirects. Can someone assist?
That's my first problem. I also have another problem. What if I want my URL for
/submit to appear in the browser as
https://secure.domain.com/submit?
Does
http://domain.com/submit need to redirect to this (if so, how?) or is there a simpler way of presenting this to the user? I have read something about virtualhosts allowing this, but my hosting provider does not allow this.