RewriteEngine on RewriteCond %{HTTP_HOST} ^greglaswell\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.greglaswell\.com$ # RewriteRule ^/?$ "http\:\/\/greglaswell\.shop\.musictoday\.com\/Dept\.aspx\?cp\=63115_63679" [R=302,L] RewriteRule ^/?$ /site/ # Protection agains XSS exploits added by Lunarpages MSH team Options -Indexes Options +FollowSymLinks RewriteEngine On RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} (\<|%3C).*iframe.*(\>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) RewriteRule ^(.*)$ index_error.php [F,L] RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* - [F] # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php72” package as the default “PHP” programming language. AddHandler application/x-httpd-ea-php72 .php .php7 .phtml # php -- END cPanel-generated handler, do not edit