How can I (with a htaccess file) redirect a page that looks like this:
http://www.domain/page/?var=test&var2=test2
To something that looks like this:
https://domain/page/?var=test&var2=test2
But do it so it only affects this page and nothing else?