Link to home
Start Free TrialLog in
Avatar of Raz
RazFlag for United States of America

asked on

Apache - IE problem

I have recently enabled https on one of my sites. Since then while accessing the site, IE8 is throwing a message - "Do you want to veiw only the webpage content that was delivered securely?" If I press No, site works fine. If I press yes, login page shows but unable to login.
Site is working fine in Mozilla.
Why IE is taking Non secure content seperately? I cant ask all my users to press "No" when it throws a warning message. So Can I solve this at Apache?
Avatar of edbedb
edbedb
Flag of United States of America image

I believe you can fix this by changing all the "http:" links to "https:"
Avatar of Raz

ASKER

I have already changed them. The problem arises only when I access the application through https. On http it is working fine.
ASKER CERTIFIED SOLUTION
Avatar of DonConsolio
DonConsolio
Flag of Austria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Raz

ASKER

I asked how to solve this at backend that is at apache. How to make the content secure. The solution provided is to disable the http/https content categorising feature in IE which i already know.
Check your web pages for absolute links to http://.... URLs, check if the pages load content from different servers via http:// (e.g. pictures, media, flash content, etc.)