<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_HOST} ^theviralnewsfeed\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.theviralnewsfeed\.com$
RewriteRule .* https://theviralnewsfeed.com%{REQUEST_URI} [R=301,L]
</IfModule>
DirectoryIndex index.html index.php index.htm parking-page.html
