Hi guys,
As I understand it, this directive below (in httpd.conf) allows .htaccess in root directory and below - so everywhere?
<Directory "/">
AllowOverride All
Options FollowSymLinks Indexes SymLinksIfOwnerMatch
</Directory>
That was already like that so I presume it's a default but I'd like to disable .htaccess for users unless explicitly allowed.
To do it, I believe I need to make a new directory block with "/home/user" and set AllowOverride to None. But where? :p
The Documentation for Advanced Apache Configuration has been quite helpful, so if I put it in httpd.conf and distiller the file it could work, right? But *should* it instead go in one of the Include Editor field in WHM? And if so, which one is the appropriate one?
Apologise for the beginner question. I sift through a fair few related threads before I hassle you guys with another one.
As I understand it, this directive below (in httpd.conf) allows .htaccess in root directory and below - so everywhere?
<Directory "/">
AllowOverride All
Options FollowSymLinks Indexes SymLinksIfOwnerMatch
</Directory>
That was already like that so I presume it's a default but I'd like to disable .htaccess for users unless explicitly allowed.
To do it, I believe I need to make a new directory block with "/home/user" and set AllowOverride to None. But where? :p
The Documentation for Advanced Apache Configuration has been quite helpful, so if I put it in httpd.conf and distiller the file it could work, right? But *should* it instead go in one of the Include Editor field in WHM? And if so, which one is the appropriate one?
Apologise for the beginner question. I sift through a fair few related threads before I hassle you guys with another one.