interfasys Posted September 10, 2014 Report Posted September 10, 2014 You should not have naked php_flag values in .htaccess files and expect that to work with all configs. Ideally, the ones in htaccess would be in ifmodule blocks and the same settings would be added to a .user.ini file. flangefrog 1
0 interfasys Posted September 10, 2014 Author Report Posted September 10, 2014 plugins/phpids/lib/IDS/.htaccess # silence is golden php_flag display_errors off
0 Paul Posted September 10, 2014 Report Posted September 10, 2014 Oh, that's part of the PHPIDS library. That rule wouldn't be executed unless you navigate to that directory in your browser. We try not to modify 3rd party libraries unless absolutely necessary.
0 interfasys Posted September 10, 2014 Author Report Posted September 10, 2014 Ah, I wasn't sure. You're right, it's best to report the bug upstream directly.
Question
interfasys
You should not have naked php_flag values in .htaccess files and expect that to work with all configs. Ideally, the ones in htaccess would be in ifmodule blocks and the same settings would be added to a .user.ini file.
4 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now