Advertisement
verygoodplugins

Untitled

Mar 31st, 2020
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteCond %{HTTP_HOST} ^wpfusionplugin\.com$ [OR]
  3. RewriteCond %{HTTP_HOST} ^www\.wpfusionplugin\.com$
  4. RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
  5. RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
  6. RewriteRule ^(.*)$ "https\:\/\/wpfusion\.com\/$1" [R=301,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement