RewriteEngine on

RewriteCond %{HTTP_HOST} ^samuelcox\.net$ [OR]
RewriteCond %{HTTP_HOST} ^www\.samuelcox\.net$
RewriteRule ^gigalinc$ "http\:\/\/samuelcox\.net\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^www\.samuelcox\.net$
RewriteRule ^/?$ "http\:\/\/samuelcox\.net\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^samuelcox\.net$ [OR]
RewriteCond %{HTTP_HOST} ^www\.samuelcox\.net$
RewriteRule ^index\.html$ "http\:\/\/samuelcox\.net\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^www\.samuelcox\.net$
RewriteRule ^/?$ "http\:\/\/samuelcox\.net\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^samuelcox\.net$ [OR]
RewriteCond %{HTTP_HOST} ^www\.samuelcox\.net$
RewriteRule ^esleeper$ "http\:\/\/samuelcox\.net\/" [R=301,L]

# compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript

# Or, compress certain file types by extension:
<files *.html>
SetOutputFilter DEFLATE
</files>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php74” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
