Home › Forums › Jevelin Theme › HTTPS redirect breaks the menu
Home › Forums › Jevelin Theme › HTTPS redirect breaks the menu
Hi my question is why doesn’t the English menu work when I add a redirect to HTTPS in the .htaccess file. It works without the redirect but when I add
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain\.com [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]
it stops.
URL: eurolek.com.mk
Hi @ficinter3,
Thank you for your question.
It seems your redirect breaks the menu functionality.
Best regards,
Shufflehound team