Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi,
    I just made a test page on my server pointing to your S3 audio file and here I’m able to download it:
    http://pupunzi.open-lab.com/audio-test/

    So the problem is not depending on the S3 configuration but on something else on your web server.
    You should check that the allow_url_fopen is set to 1 in the php.ini configuration file.

    allow_url_fopen = 1

    Bye,
    Matteo

    Thread Starter Sumukha

    (@sumukha)

    Hi Matteo,
    thanks for posting!
    Did some digging about my php configuration (no php.ini found, in a path that I don’t see on my server) but was able to retrieve the following setting:
    allow_url_fopen Local Value: ON Master Value: ON

    Any other idea?

    Thanks!

    BTW I disabled security plugins to test…

    Plugin Author pupunzi

    (@pupunzi)

    Sorry but I’m not so skilled on web server configurations 😉
    Anyway, as it is working on my server it is surely something wrong configured on your server…
    Ask your server admin for a solution.

    Bye,
    Matteo

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Downloads from Amazon S3 cause 403’ is closed to new replies.