1

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?

Jojo01
  • 129

2 Answers2

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
1

Nevermind, i fixed it with a <Directory> attribute.

Jojo01
  • 129