Skip to main content

https URL

Comments

2 comments

  • cPanelMichael
    Hello, To clarify, are you attempting to automatically redirect all HTTP requests to the HTTPS URL? Thank you.
    0
  • keat63
    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.