Forum Moderators: phranque
Morals of the story:
1) the .htaccess file is powerful
2) after any changes to it, it's best to go to the site and make sure it's OK
I just spent the last two weeks trying to figure out why bots were getting thought that never did before :(
Never did discover what I did, but after extensive testing I finally just retyped each line. Finally, it works correctly. All I can figure is that I copy/pasted something that must have included some nonprinting characters (even though I had that setting on so I could see).
Whatever the mistake, it ended up costing because I exceeded my bandwidth.
Morals of the story:
1) the .htaccess file is powerful
Apache's .htaccess files are Apache server configuartion files that override the primary configuration files. If possible, use the primary configuration file, but in any event:
1) Make a backup copy
2) Read the documentation
3) Read the documentation
4) Read the documentation
5) Test it
6) Test it
7) Test it
I think you get the idea <g>
Matt