Hi,
Which one is more better way to keep server's load low if main folder say A has many subfolders say A-1, A-2, A-3 etc. and we have to do url mod rewrite:
1) Is it better to create one htaccess file inside folder A and put all mod rewrite patterns for the sub folders A-1, A-2, A-3 in that file?
OR
2) Should create independently htaccess file for each subfolder?