Redirect External link backs to https
Installation and Configuration
Thanks @michael .
Nah it doesn't work
i get the url
https://www.punkbandpromotions.com/modules/jrCore/router.php?_uri=modules/jrCore/router.php\
I need to remove the modules/jrCore/router.php?_uri=
That is just adding after it
Wouldn't it need a specific rule?
Like
RewriteCond %{HTTP_HOST} ^punkbandpromotions.com$
RewriteRule ^modules\/jrCore\/router\.php\/?(.*)$ "https\:\/\/www\.punkbandpromtions\.com\/$1" [R=301,L]
( that doesn't work by the way )
updated by @madc: 04/26/14 04:04:40AM