Run a single page only as http
-
Im working on a site that embeds an old web camera feed that only runs in http.
If i load it on an https page we get a mixed content message and in chrome it doesnt load at all. Can I force that one page to load as http instead of https. I tried this with no success (which i found elsewhere on the web
RewriteCond %{HTTPS} on
RewriteCond %{REQUEST_URI} ^/webcam/
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]Thanks
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Run a single page only as http’ is closed to new replies.