
RewriteEngine on
# Use PHP5.4 as default
# Changed PHP handler from application/x-httpd-php54 to application/x-httpd-phpbeta on Mon Jan 11 21:11:26 MST 2016.
AddHandler application/x-httpd-ea-php56 .php
#AddHandler application/x-httpd-php4 .php
RewriteCond %{HTTP_HOST} ^swoopingbirds\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.swoopingbirds\.com$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^/?$ "http\:\/\/wildpro\.com\.au\/" [R=301,L]

