https URL
Hi sir
I am using https to my site but http is not referring my site
kindly someone tell me what"s problem I recently received ccl certificate.
-
Hello, To clarify, are you attempting to automatically redirect all HTTP requests to the HTTPS URL? Thank you. 0 -
a rewrite rule in .htaccess might help. something along the lines: RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L] 0
Please sign in to leave a comment.
Comments
2 comments