Re: [users@httpd] How limit directives at htaccess file

2013-08-07 Thread Nick Kew
On 7 Aug 2013, at 13:28, LuKreme wrote: > .htaccess is required, for example, for a working wordpress install. Rubbish. htaccess is not required for anything. Its purpose is to enable limited aspects of server admin to be devolved to unprivileged and untrusted users. > I do not know that Allo

Re: [users@httpd] How limit directives at htaccess file

2013-08-06 Thread Ben Reser
On Tue, Aug 6, 2013 at 11:54 AM, Pol Hallen wrote: > Hi all, I'm study apache and I don't understand some things about htaccess. > > Reading, the advice is: never permit htaccess to users. > > So, can I enable htaccess but only for personalize something like this? > > ErrorDocument 400 /errors/bad

[users@httpd] How limit directives at htaccess file

2013-08-06 Thread Pol Hallen
Hi all, I'm study apache and I don't understand some things about htaccess. Reading, the advice is: never permit htaccess to users. So, can I enable htaccess but only for personalize something like this? ErrorDocument 400 /errors/badrequest.html ErrorDocument 401 /errors/authreqd.html ErrorDocum