MyBB Community Forums

Full Version: Need Help With one line of Google SEO
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I want to change this line to reflect my site only goiing to https   not just www. or site.com

I can't use the .htaccess configuration because the plugin will error saying I have to install this line first and then the other config. does not work  Here is the line:

RewriteRule ^([^&]*)&(.*)$ https://www.site.com/$1?$2 [L,QSA,R=301]

I need it to only go to that address... and it does not causing the https to break.