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
ErrorDocument 403 /errors/forbid.html
ErrorDocument 404 /errors/notfound.html
ErrorDocument 500 /errors/serverr.html

and obviously deny all other directives?

so an user with own htaccess file, can only personalize that directives.

Any idea?

Thanks for replies :-)

Pol


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to