I need suhosin disabled for my moodle directory, would putting a .htaccess file disable it only for that directory or would that disable it for the whole site?
Asked
Active
Viewed 751 times
2 Answers
1
An .htaccess file (per-directory Apache config file) applies just to that directory and all child directories. So, yes, in theory, using the appropriate directive in that .htaccess file would disable Suhosin just for that directory.
MrWhite
- 13,315