.htaccess

Started by mario, February 23, 2011, 12:53:52 PM

Previous topic - Next topic

mario

Today I found some a nice .htaccess tutorial. But seriously, you shouldn't use .htaccess and put your stuff into httpd.conf Thousand times faster (if htaccess is disabled)!

perindu

i agree with u :) using .htaccess give impact to performance but sometimes it's helping a lot :)

mario

You are right. But if you have full access to the swerver config, why not converting the .htaccess content into httpd.conf ?

DnvrSysEngr

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.