Page 1 of 1

htaccess is must for all projects…..

Posted: Mon Dec 08, 2008 12:32 am
by panprasath
Hi...

I am doing one project. I study some guide for htaccess. According to the guide, if you use htaccess the suite performance is reduced. So htaccess is must for all projects. Please explain…

Re: htaccess is must for all projects…..

Posted: Mon Dec 08, 2008 1:03 am
by requinix
Performance is reduced therefore it is necessary? I don't get it.

Explain what? How the guide tells you something without explaining why? How "suite performance" is reduced? How every project out there must use features not available to all web servers?

Re: htaccess is must for all projects…..

Posted: Mon Dec 08, 2008 9:33 am
by VladSun
AllowOverride Directive
.......
AllowOverride
...
When this directive is set to None, then .htaccess files are completely ignored. In this case, the server will not even attempt to read .htaccess files in the filesystem.
So, enabling .htaccess files on your web server reduces the performance of the service by adding file search and read operations.

Re: htaccess is must for all projects…..

Posted: Mon Dec 08, 2008 9:35 am
by papa
VladSun wrote:
AllowOverride Directive
.......
AllowOverride
...
When this directive is set to None, then .htaccess files are completely ignored. In this case, the server will not even attempt to read .htaccess files in the filesystem.
So, enabling .htaccess files on your web server reduces the performance of the service by adding file search and read operations.
Computers works in mysterious ways... :roll: