Forum Moderators: phranque

Message Too Old, No Replies

Mod rewrite question

RewriteEngine on in every .htaccess file?

         

4string

4:38 pm on Aug 8, 2006 (gmt 0)

10+ Year Member



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

7:18 pm on Aug 8, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You should not need to duplicate your code in each subdirectory. Look into

RewriteOptions inherit [httpd.apache.org]

Jim

4string

1:59 pm on Aug 9, 2006 (gmt 0)

10+ Year Member



Thanks, Jim. I always thought that was enabled by default.

Cheers.