SSL сертификат и SEO модуль

Где-то давно этот вопрос был, только что-то поиск мне не помог
Установил SSL сертификат, в итоге все встало все заработало, включил для витрины
но теперь с включенным модулем SEO страницы с ЧПУ отдают

Not Found
The requested URL /dekor-interiera/figurki/ was not found on this server.

Apache/2.4.10 (Debian) Server at www.hit-dekor.ru Port 443
<VirtualHost *:443>
        ServerAdmin admin@hit-dekor.ru
        ServerName www.hit-dekor.ru
        ServerAlias hit-dekor.ru
        DirectoryIndex index.php index.html
        DocumentRoot /тарара/www

        SSLEngine on
        SSLCertificateChainFile /тарара.crt
        SSLCertificateFile /тарара.crt
        SSLCertificateChainFile /тарара.crt
        SSLCertificateKeyFile /тарара.key
                
        <FilesMatch "\.(cgi|shtml|phtml|php)$">
                SSLOptions +StdEnvVars
        </FilesMatch>
                
        <Directory />
                SSLOptions +StdEnvVars
        </Directory>
        ErrorLog /тарара/error-www.log
        LogLevel warn
        CustomLog /тарара/access-www.log combined
</VirtualHost>
<VirtualHost *:80>
        ServerAdmin admin@hit-dekor.ru
        ServerName www.hit-dekor.ru
        ServerAlias hit-dekor.ru
        DirectoryIndex index.php index.html
        DocumentRoot /тарара/www
        <Directory />
                Options FollowSymLinks
                AllowOverride All
        </Directory>
        <Directory /тарара/www/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride All
                Order allow,deny
                Allow from all
        </Directory>

        ErrorLog /тарара/error-www.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn

        CustomLog /тарара/access-www.log combined
</VirtualHost>

в чем может быть причина? где ошибся?

Вопрос закрыт. Ступил

забыл перенести в блок для https

        <Directory />
                Options FollowSymLinks
                AllowOverride All
        </Directory>
        <Directory /тарара/www/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride All
                Order allow,deny
                Allow from all
        </Directory>

По теме, установил сертификат ssl, включил все в админке. В админке https горит зеленым, а на витрине https просто серый, в чем может быть ошибка?

Дайте адрес хотя бы, посмотреть что выдает, так экстрасенсом трудно быть :slight_smile:

Посмотрите исходный код страницы, скорее всего где-то в коде есть http ссылки (в html блоках или подвале). Их нужно заменить на https

Спасибо) alex_vp выявил, что в меню были картинки которые были http, картинки удалил все заработало)

Догадка подтвердилась. Спасибо