cancel
Showing results for 
Search instead for 
Did you mean: 

Does not update any value in admin panel when redirect http into https

Does not update any value in admin panel when redirect http into https

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..

3 REPLIES 3

Re: Does not update any value in admin panel when redirect http into https

Is your site setup to use https?

Magento Moderator since 2009
Keep Calm and Clear Cache!

Re: Does not update any value in admin panel when redirect http into https

Hai..

 

Yes..my site in https:// so cant change or update any values in backend

 

 

Re: Does not update any value in admin panel when redirect http into https

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]