| Mod rewrite question RewriteEngine on in every .htaccess file? |
4string

msg:3038791 | 4:38 pm on Aug 8, 2006 (gmt 0) | I have multiple .htaccess files throughout my site. As I was trying to put hotlink protection code in the root directory file I discovered it didn't trickle down to all other directories like I expected. I had to place the code in my other .htaccess files as well. In which ways should the code be different in subdirectory .htaccess files? Does "RewriteEngine on" need to be in each file or only the top file? Anything else I may be missing? 4
|
jdMorgan

msg:3039060 | 7:18 pm on Aug 8, 2006 (gmt 0) | You should not need to duplicate your code in each subdirectory. Look into RewriteOptions inherit [httpd.apache.org] Jim
|
4string

msg:3039899 | 1:59 pm on Aug 9, 2006 (gmt 0) | Thanks, Jim. I always thought that was enabled by default. Cheers.
|
|
|