Hi,
I just want to have "AllowOverride" enabled only for server "homes" [not for /]
would you please let me know how the best way to do that,:
<Directory />
Options None
AllowOverride None
</Directory>
<Directory /home* >
AllowOverride All
Options -MultiViews -Indexes +FollowSymLinks +IncludesNoExec +Includes
</Directory>
I just want to have "AllowOverride" enabled only for server "homes" [not for /]
would you please let me know how the best way to do that,:
<Directory />
Options None
AllowOverride None
</Directory>
<Directory /home* >
AllowOverride All
Options -MultiViews -Indexes +FollowSymLinks +IncludesNoExec +Includes
</Directory>