That .htacess will add significant load if it gets a lot of traffic, so put it as deep in
the directory structure as possible. For example, if the action goes to this URL:
/tour/comments/script/submitcomment.php
Then put the .htaccess in /tour/comments/script/ to avoid extra load caused
by processing it on other pages.
|