> -----Original Message----- > From: Teun [mailto:apache.httpd.100@xxxxxx] > Sent: Sunday, November 15, 2009 9:09 PM > To: users@xxxxxxxxxxxxxxxx > Subject: Re: htacces > > > On Sun, Nov 15, 2009 at 2:32 PM, Teun > <apache.httpd.100@xxxxxx> wrote: > >> Best People, > >> I do not understand the website of httpd apache for to > enabled htacces > >> support websitefolders. > >> > >> How can ik enable in Ubuntu htacces for my websitefolder on my > >> localhost? > >> Thanks all ! > > > > http://httpd.apache.org/docs/2.2/howto/htaccess.html > > http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride > > > > You have virtual hosts defined in > /etc/apache2/sites-available/* that > > probably have "AllowOverride none". This disabled the reading of > > htaccess files. > > > > -- > > Eric Covener > > covener@xxxxxxxxx > > > Best Eric, > I think, I understand you. So...must I change "AllowOverride none" in > "AllowOverride yes" Look at the doc-page above (http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride). Look at the outlined summary-box. Look at the "Syntax" line. To make htaccess work, you need "AllowOverride All"... "AllowOverride yes" does not mean anything to apache. But try to understand Eric's warning about what you are doing - if you allow local overrides, people who edit the content can also control some features of the server. Are you OK with this? Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. > ? > > Thanks from Teun > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP > Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. The sender's company reserves the right to monitor all e-mail communications through their networks. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx