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 Quote
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 Quote
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. Quote
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. Quote
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.