How to force http protocol?
I need it for my .css file for cs 1.6 motd as it does not work with ssl
I installed on temp domain and disabled SSL, FIREWALL
I tied .htaccess
RewriteCond %{HTTPS} on RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
It work in the browsers but not in the game. What else can i do to force no SSL and http at all times?
offotpic:
I was using 000webhost and was no SSL at all so it worked...but they just locked me out today and demanded money if am ever to see my files again....
I need it for my .css file for cs 1.6 motd as it does not work with ssl
I installed on temp domain and disabled SSL, FIREWALL
I tied .htaccess
RewriteCond %{HTTPS} on RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
It work in the browsers but not in the game. What else can i do to force no SSL and http at all times?
offotpic:
I was using 000webhost and was no SSL at all so it worked...but they just locked me out today and demanded money if am ever to see my files again....