The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Hehe
By Guest on 1st December 2019 11:09:03 PM | Syntax: TEXT | Views: 556



New paste | Download | Show/Hide line no. | Copy text to clipboard
  1. RewriteEngine On
  2. RewriteCond %{HTTPS} off
  3. RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
  4. RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/(?:\ Ballot169)?
  5. RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Sectigo\ DCV)?$
  6. RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]



  • Recent Pastes