# Use PHP71 AddHandler application/x-httpd-ea-php71 .php RewriteEngine On RewriteCond %{HTTP_HOST} thatscrapshop\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://thatscrapshop.com/$1 [R,L]