Re: [users@httpd] Redirect HTTP to HTTPS does not work (mod_rewrite)

2013-04-16 Thread Felipe Roman
Hi, Solved :-) Actually the problem was not in this dashboard new rule, the problem was in one of the previous rules that was skipping my new rule in some cases. So after I changed the rule order the final solution is: RewriteCond %{HTTPS} !=on RewriteRule ^/dashboard$ https://%{HTTP_HOST}/dash

Re: [users@httpd] Redirect HTTP to HTTPS does not work (mod_rewrite)

2013-04-16 Thread Felipe Roman
see what happens. Thanks again -- Best Regards, Felipe Roman LinkedIn http://au.linkedin.com/in/feliperoman

Re: [users@httpd] Redirect HTTP to HTTPS does not work (mod_rewrite)

2013-04-16 Thread Felipe Roman
ule ^/dashboard$ https://%{HTTP_HOST}/dashboard [R=301,L] > On 16/04/2013 7:58 AM, "Felipe Roman" wrote: > >> Hi, >> >> I'm trying to configure a specific application (developed in >> Python/Django) to run only through HTTPS, what I need is redirect a >&

[users@httpd] Redirect HTTP to HTTPS does not work (mod_rewrite)

2013-04-15 Thread Felipe Roman
st Regards, Felipe Roman LinkedIn http://au.linkedin.com/in/feliperoman