А в статьи и карту заходит нормально, в чем может быть причина?
Вот .htaccess
# InstantCMS rewriting rules # Initialization AddDefaultCharset utf-8 Options -Indexes RewriteEngine on RewriteBase / # Hide text files RewriteRule ^.htaccess$ - [F] RewriteRule ^credits.txt$ - [F] RewriteRule ^readme.txt$ - [F] RewriteRule ^license.(.*).txt$ - [F] # Remove trailing slash from URLs RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)/$ /$1 [R=301,L] # Sitemaps RewriteRule ^sitemap(.*).xml$ /cache/static/sitemaps/sitemap$1.xml [L] # Engine routing RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php [L] Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^www.salik\.biz$ [NC] RewriteRule ^(.*)$ http://salik.biz/$1 [R=301,L] RewriteEngine On RewriteCond %{HTTPS} =off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [QSA,L]
Mixed Content: The page at 'https://salik.biz/video' was loaded over HTTPS, but requested an insecure image 'http://salik.biz/upload/video/images/small/a5/84/a584269bf76f5281ffa69e83ef53f573.jpg'. This content should also be served over HTTPS.
Проблема устранена