403 Forbidden on PHP page called with url encoded in a $_GET parameter

前端 未结 2 1492
青春惊慌失措
青春惊慌失措 2021-01-13 12:11

Given hello.php:


rendering the page works fine and returns Hello, however



        
相关标签:
2条回答
  • 2021-01-13 12:34

    Perhaps your htaccess is picking up on something in that URL and sending forbidden headers. Do you have a .htaccess file?

    0 讨论(0)
  • 2021-01-13 12:52

    It is mod_security's 10_asl_rules.conf causing this error.

    0 讨论(0)
提交回复
热议问题