I want to redirect my contact page to https trough .htaccess with moderewrite.
this is the url of my contact page:
http://mywebsite.com/index.php?route=information/contact (this is opencart website).
Which will be the correct rewrite rule to redirect this on to https ?
Try:
(OP asked how to do it with “mod_rewrite”)