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
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
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