Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. SetHandler This_is_a_Drupal_security_line_do_not_remove
  2. Deny from all
  3. # Turn off all options we don't need.
  4. Options None
  5. Options +FollowSymLinks
  6.  
  7. # Set the catch-all handler to prevent scripts from being executed.
  8. SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
  9. <Files *>
  10. # Override the handler again if we're run later in the evaluation list.
  11. SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
  12. </Files>
  13.  
  14. # If we know how to do it safely, disable the PHP engine entirely.
  15. <IfModule mod_php5.c>
  16. php_flag engine off
  17. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement