The Apache Haus Forum

Forum Topics => News & General Discussion => Topic started by: mario on February 23, 2011, 12:53:52 PM

Title: .htaccess
Post by: mario on February 23, 2011, 12:53:52 PM
Today I found some a nice .htaccess tutorial (http://www.askapache.com/htaccess/htaccess.html). But seriously, you shouldn't use .htaccess and put your stuff into httpd.conf Thousand times faster (if htaccess is disabled)!
Title: Re: .htaccess
Post by: perindu on February 23, 2011, 02:58:06 PM
i agree with u :) using .htaccess give impact to performance but sometimes it's helping a lot :)
Title: Re: .htaccess
Post by: mario on March 29, 2011, 10:24:53 AM
You are right. But if you have full access to the swerver config, why not converting the .htaccess content into httpd.conf ?
Title: Re: .htaccess
Post by: DnvrSysEngr on March 29, 2011, 04:59:46 PM
I have to agree with you.  Being that I am new to Apache and am all about simplicity, it is much easier for me to try to consolidate everything into one central location for ease of use and management.