RewriteEngine on

#IF BLACKBERRY DON'T REWRITE-------------
#RewriteCond %{HTTPS} off
#RewriteCond %{HTTP:X-Forwarded-Proto} !https
#RewriteCond %{HTTP:CF-Visitor} !https
#RewriteCond %{HTTP_USER_AGENT} "blackberry" [NC]
#RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
					