- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2015
03:36 AM
11-05-2015
03:36 AM
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..
Labels:
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2015
05:38 AM
11-05-2015
05:38 AM
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!
Keep Calm and Clear Cache!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2015
11:23 PM
11-05-2015
11:23 PM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2015
09:27 PM
11-12-2015
09:27 PM
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]