hello How to create a redirect in htaccess but over an SSL connection Example, I have a connection error to a page ssl is I want this error ssl connection it makes to another good place ... How? thank you Mz
The redirect that you can use for http and https are the same, so you can just use the nromal rules that you use for http. if you want to redirect from http to https, then specify the full URL with https://domain.tld/ as target for the rule.
http://httpd.apache.org/docs/current/rewrite/remapping.html https://wiki.apache.org/httpd/RewriteHTTPToHTTPS http://httpd.apache.org/docs/current/rewrite/avoid.html http://httpd.apache.org/docs/2.0/misc/rewriteguide.html