skip to Main Content

my friends have problems with centos webpanel, i use php native, when i add audio on the web an error appears : HTTP load failed with status 403. Load of media resource

my code :

<audio autoplay>
  <source src='sound.mp3' type='audio/mpeg'>
</audio>

2

Answers


  1. Chosen as BEST ANSWER

    I have tried changing the permissions but it didn't work, I see the mistake is not wanting to read the scrib "resource" is there any possible solution


  2. A similar issue I faced and solved by disabling Mod Security.

    • Go to the CentOS web panel
    • On the dashboard CWP setting, there is a Mod Security option
    • Turn OFF the mod security or edit rules (if you need to ON mod security)
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search