That is a good script i modified my htaccess and it is work . I was a bit afraid becaus the htaccess is very important so make a copy before to modife it ;-)
That is a good script i modified my htaccess and it is work . I was a bit afraid becaus the htaccess is very important so make a copy before to modife it ;-)
Do you know if there are any benchmarks for this modification? While in theory it is smarter programming, in practice I am not sure it would make much difference.
Wow this worked great! Thank you so much everyone!
It is a good suggestion. But best solution to stop needless requests to .htaccess file is to avoid using it.
You should avoid using .htaccess files completely if you have access to apache server config file. Using .htaccess files slows down the apache server. Any directive that you can include in a .htaccess file is better set in a <Directory> block, as it will have the same effect with better performance.
Problem with that, posido, is that the vast majority of shared hosts don't let you play with the Apache server config, so you can't. I would hazard a guess most .org folks are still on shared :)
You must log in to post.