# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
RewriteCond %{HTTP_HOST} ^patcorp\.cl$ [OR]
RewriteCond %{HTTP_HOST} ^www\.patcorp\.cl$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ "http\:\/\/www\.patindustrial\.com\/$1" [R=301,L]
RewriteCond %{HTTP_HOST} ^patindustrial\.cl$ [OR]
RewriteCond %{HTTP_HOST} ^www\.patindustrial\.cl$
RewriteRule ^/?$ "http\:\/\/www\.patindustrial\.com\/" [R=301,L]
