Dear,
I have one new issues.
When im redirect the url http into https, from magento backend admin panel i cant change or update any value
But in http its works fine.
can you help me..
Is your site setup to use https?
Hai..
Yes..my site in https:// so cant change or update any values in backend
Any one know plz help me..
i cant update any value in admin panel while changing https.
But comment or remove below line in htaccess file it works fine,
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]