ruby on rails - Redirecting www to non-www for https -


so, registered common name ssl non-www address. have redirected http://example.com https://example.com, www.example.com redirects https://www.example.com rather non-www https address though have created redirect (using namecheap) source url:

www.example.com 

and destination url:

https://example.com 

to further clarify, in advanced dns section, have url redirect record host

www 

and value

https://example.com     

this rails app running on heroku. doing wrong?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -