I admin panel I see link to preview page with “https://”, but when I click him then redirect me to “https://”.
If someone has the problem?
I tried rewrite in htacces, but it does not work ??
RewriteCond %{QUERY_STRING} ^preview=true(.*)$
RewriteRule ^.*$ https://%{HTTP_HOST}%{SERVER_URI}$ [R=301,L]
Please help.