Rails 3.1 Passenger/Apache/force_ssl getting 404 error -
i'm trying force application using ssl. i've inserted "force_ssl" application controller. when try access application i'm getting 404s every page. application being redirected https, though.
i'm using passenger , apache.
is there else need do? hints/tips appreciated.
thanks
try putting
config.force_ssl = true
into application.rb.
Comments
Post a Comment