• Hello
    I just installed a SSL certificate, changed the htaccess file according to the servers instructions, the site works but the videos loaded onto the website do not work at all and I am not sure how to fix it.
    My htaccess code..did I miss a setting in WordPress to play preloaded videos?

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^(.*\.)*jaydeehypnotist.com$ [NC]
    RewriteCond %{SERVER_PORT} !^443$
    RewriteRule ^(.*)$ https://www.jaydeehypnotist.com/$1 [R]

    # END WordPress
    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php
    AddType x-mapp-php5 .html
    AddHandler x-mapp-php5 .html

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Video will not work with SSL Certificate’ is closed to new replies.