<FilesMatch "^(add_user|escalated)_reply.php$">
  php_value auto_prepend_file auth_header.php
  php_value auto_append_file footer_no_nav.php
</FilesMatch>

<FilesMatch "^(export|viewattachment).php$">
  php_value auto_prepend_file auth.php
  php_value auto_append_file none
</FilesMatch>

SetEnv REQUIRE_USER_TYPE Support
PassEnv REQUIRE_USER_TYPE

<Files address_book_popup.php>
  php_value auto_prepend_file auth.php
  php_value auto_append_file none
</Files>
