500 errors do not display video, css

Asked 1 years ago, Updated 1 years ago, 44 views

Some images and css that were normally displayed in the http test environment are not displayed in the https environment, and 500 errors are returned.
Could you please let me know if there are any points to check?

When I checked with the browser, I could see the following error.
How can I identify the mixed content?
Do you have no choice but to deback?

https://developer.mozilla.org/ja/docs/Security/%E6%B7%B7%E5%9C%A8%E3%82%B3%E3%83%B3%E3%83%86%E3%83%B3%E3%83%84

php

2022-09-30 21:18

1 Answers

As you mentioned in the comments,
There was a high possibility that several problems were occurring at the same time.
If so, we need to isolate the problem.

500 errors seem to have various causes.
http://bibabosi-rizumu.com/http500-internalservererror/

Identifying mixed content (recognizing that an earlier path called http~ is identified from a source in the site) is
If you are using Dreamweaver, atom, sublime, etc.,
from all files in the directory I think you can search and replace it.
Example) Atom uses openfolder→ctrl+shift+f to search and replace all files in the folder

If it is a linux command, I think I can do the following.
http://qiita.com/kkyouhei/items/b4ff839a2f36ba194df3

I'm sorry if you're mistaken.
·What exactly did you do?
·Specific error message
·What kind of environment do you work in?
and so on
You may get another answer.


2022-09-30 21:18

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.