Allow IP address without authentication

前端 未结 3 1191
长发绾君心
长发绾君心 2020-12-04 12:47

I have set up a site that is currently work in progress. I\'m using an external SMS gateway that needs access to a script on my server. However, I have set up a basic userna

3条回答
  •  温柔的废话
    2020-12-04 13:38

    Try changing first 2 lines to

    Order deny,allow
    Deny from all
    Allow from 1.2.3.x
    

    Replace your desired IP in the Allow from

提交回复
热议问题