Quote:
Originally Posted by AutoFx
Code:
#RewriteEngine On
RewriteEngine On
RewriteCond %{HTTP_HOST} www.flipfloptrader.com$
RewriteRule ^(.*)$ https://flipfloptrader.com/$1 [R=301,L]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://flipfloptrader.com/$1 [R,L]
ExpiresActive Off
|
You are the MAN!
Oddly, the first time I added this to my htaccess it did not make any changes. But I thought about it, and then I moved it up to the top of the file and saw this: <IfModule mod_rewrite.c>
I placed it above that. It works flawlessly now.