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…
htaccess is must for all projects…..
Moderator: General Moderators
-
panprasath
- Forum Newbie
- Posts: 19
- Joined: Thu Jul 24, 2008 3:35 am
- Location: Chennai,Tamilnadu,India
Re: htaccess is must for all projects…..
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?
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…..
So, enabling .htaccess files on your web server reduces the performance of the service by adding file search and read operations.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.
There are 10 types of people in this world, those who understand binary and those who don't
Re: htaccess is must for all projects…..
Computers works in mysterious ways...VladSun wrote:So, enabling .htaccess files on your web server reduces the performance of the service by adding file search and read operations.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.