Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. //insert this code after #END WordPress
  2.  
  3. <FilesMatch "^.*(error_log|wp-config\.php|php.ini|\.[hH][tT][aApP].*)$">
  4. Order deny,allow
  5. Deny from all
  6. </FilesMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement