- Original Poster
- #1
Changed site design a while ago and did re-directs, question is how long do you leave them in the .htaccess file, 3 month, 6 month or what?
Yes, I've got one with 1400 lines in .htaccess.we had so many that it was having a small but noticeable effect of TTFB speeds....
If you have control of the server you can mitigate that by putting the rewrites into the vHost configuration, or use an include file. That way it will be read into memory once only on start up.