LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   apche 2 htaccess (https://www.linuxquestions.org/questions/linux-server-73/apche-2-htaccess-535966/)

just_for_fun 03-09-2007 07:43 AM

apche 2 htaccess
 
Hi, I have a little and simple question.I am using Apache 2.0.54 and I want to activate htaccess.How can I do this?

jff

btmiller 03-10-2007 01:18 AM

Apache should recognize .htaccess (note the leading dot -- it's important!) files automatically. What options they are allowed to set is controlled by an AllowOverride directive in the main Apache configuration.

just_for_fun 03-10-2007 08:12 AM

Ok, but, what do I have to change ?What shold stand after AllowOverride?

btmiller 03-10-2007 01:13 PM

Take a look at the appropriate section of the Apache documentation for a list of all the possible options. If you want the .htaccess to be able to configure everything "AllowOverride All" will do it, but there are finer grained options described on the page to which I linked.


All times are GMT -5. The time now is 07:08 PM.