I have a user that would like to restrict access to underlying directories from a main page. That is she doesn't want anyone to be able to have a link on their web page that points to one of her sites underlying pages.<br><br>I thought I could do this with the following code:<br><br>SetEnvIf ^<A HREF=" TARGET="_new"> origin_ok<br><br><Directory /herpage/*/><br>order deny,allow<br>deny from all<br>allow from env=origin_ok<br></Directory><br><br>The problem is when I implement this it's just like the env. variable never gets set. Regardless of where the link comes from access is denied.<br><br>I've searched all over the web for help with this.Upping apache's log level to debug did not lend any useful information.<br><br>Can anyone help me with this?<br><br>I'm running Apache 1.3.6 compiled with dynamic module support on a Solaris 2.6 box.<br><br>Thanks,<br>Lisa