RewriteCond %{HTTP_HOST} !^nationnetwork24.com$ RewriteRule ^(.*)$ https://nationnetwork24.com/$1 [R=301,L] RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]