I turn my site to https, site is work, but images and JS did't work
And browser said that i have not sertified content (like images) to get from http
if i turn define('OW_URL_HOME' into https browser did't show site (site is down) and said that i have loop requests... (Wrong redirect on the page - on firefox, and The website performed the redirect too many times -in Opera..
what i do wrong?
UPD1
path on site like https://site/<path to piwik analytics (not plugin)> is work fine with https
UPD2
i set site to dev mode and clean cache and after set to dev =false
nothing changed...
UPD3
if i write to htaccess
RewriteCond %{REQUEST_URI} !file.html
file from browser https://<site>/file.html open fine!
UPD4.
I write to my system administrators and they said that i must clear cache. I did it in UPD2.
UPD5
To stay site alive (in a part) i do:
define('OW_URL_HOME', 'http://<mysite> - stay as it was
turn static to https
define('OW_URL_STATIC', 'https://<mysite>
this is a temporary solution...