Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mdknight

    (@mdknight)

    While waiting for a response I see that there is a low priority issue open for this on github. Using the information from that issue I have found a work around for servers using apache 2.4

    I added the following to my .htaccess file

    <Limit GET POST PUT OPTIONS DELETE PATCH HEAD>
        Require all granted
    </Limit>
    <LimitExcept GET POST PUT OPTIONS DELETE PATCH HEAD>
        Require all denied
    </LimitExcept>

    Hi @mdknight

    That’s great to hear that you have found a workaround for servers using Apache 2.4 based on the information from the low priority issue on GitHub.

    I am going to mark this ticket as resolved, if you have any new question please create a new ticket.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘AH01630: client denied by server configuration’ is closed to new replies.