Comments on: Redirect all traffic comming to domain.com to www.domain.com using apache mod_rewrite /2008/10/23/redirect-all-trafic-comming-to-domaincom-to-wwwdomaincom-using-apache-mod_rewrite/ Its all about Ruby On Rails Thu, 14 Mar 2013 06:19:42 +0000 hourly 1 #/?v= By: admin /2008/10/23/redirect-all-trafic-comming-to-domaincom-to-wwwdomaincom-using-apache-mod_rewrite/comment-page-1/#comment-762 admin Fri, 24 Oct 2008 05:06:38 +0000 /?p=90#comment-762 Hi Luke, I found that setting RailsAllowModRewrite On works even if we don't delete public/.htaccess Hi Luke,

I found that setting RailsAllowModRewrite On works even if we don’t delete public/.htaccess

]]>
By: Luke Francl /2008/10/23/redirect-all-trafic-comming-to-domaincom-to-wwwdomaincom-using-apache-mod_rewrite/comment-page-1/#comment-759 Luke Francl Thu, 23 Oct 2008 15:10:48 +0000 /?p=90#comment-759 And if you need to do this for Passenger (which disables mod_rewrite by default), simply delete the Rails public/.htaccess file and then enable the RailsAllowModRewrite configuration parameter. And if you need to do this for Passenger (which disables mod_rewrite by default), simply delete the Rails public/.htaccess file and then enable the RailsAllowModRewrite configuration parameter.

]]>