Problem:
People have been posting links to our site leaving off the https and www.
eg. http://punkbandpromotions.com/k-usr-radio
( link should be https://www.punkbandpromotions.com/k-usr-radio )
when people click that link it goes to a not found page
https://www.punkbandpromotions.com/modules/jrCore/router.php?_uri=k-usr-radio
why is it injecting the /modules/jrCore/router.php?_uri=
If that was gone the link would work
this is my htaccess edit
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion
updated by @madc: 06/05/14 06:25:47AM