On Wed, Jul 28, 2010 at 2:35 AM, Rajat Khandelwal <[email protected]> wrote: > I was wondering if anyone knows where does .htaccess file reside in ubuntu? > I installed drupal so it automatically installed php and apache2. I can't > find any solution on site.
http://httpd.apache.org/docs/1.3/howto/htaccess.html (documentation for old apache) In essence, .htaccess files are put in each directory to allow for per directory configuration. -- l...@iitd - http://tinyurl.com/ycueutm
