79117610

Date: 2024-10-23 10:58:46
Score: 1
Natty:
Report link

The configuration directive cgi. force_redirect prevents anyone from calling PHP directly with a URL like http://my.host/cgi-bin/php/secretdir/script.php . Instead, PHP will only parse in this mode if it has gone through a web server redirect rule.

Goto php.ini file

cgi.force_redirect =0

Uncommnet the above line and set 0

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cstutorial