On Sep 6, 2006, at 2:30 PM, Joshua Slive wrote:
2. You should probably just avoid .htaccess entirely. As the
.htaccess tutorial explains, anything that can be done inside
.htaccess can also be done in a <Directory> section in httpd.conf. So
just use httpd.conf and everything is simpler (no need to bother with
AllowOverride) and faster (the .htaccess files don't need to be read
on every request).
Okay thank you for that very helpful information.
I did not know that using the directives i did not need .htaccess and
that it slow down the server process by reading the .htaccess file
each time.
That is good advice.
Thank you.
Leon
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]