BLACKSITE
:
216.73.217.148
:
172.93.223.125 / www.geeteetravels.com
:
Linux ubuntu 5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 x86_64
:
/
home
/
geeteetravels
/
public_html
/
Upload File:
files >> /home/geeteetravels/public_html/.htaccess
Options -Indexes # ───────────────────────────────────────────────────────────── # Rewrite Engine # ───────────────────────────────────────────────────────────── RewriteEngine On # Route sitemap.xml → sitemap.php (Dynamic Sitemap) RewriteRule ^sitemap\.xml$ sitemap.php [L] # ───────────────────────────────────────────────────────────── # Security Headers # ───────────────────────────────────────────────────────────── <IfModule mod_headers.c> Header always set X-Content-Type-Options "nosniff" Header always set X-Frame-Options "SAMEORIGIN" Header always set X-XSS-Protection "1; mode=block" Header always set Referrer-Policy "strict-origin-when-cross-origin" </IfModule> # ───────────────────────────────────────────────────────────── # Cache Static Assets for Performance # ───────────────────────────────────────────────────────────── <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access plus 1 year" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType image/webp "access plus 1 year" ExpiresByType text/css "access plus 1 month" ExpiresByType application/javascript "access plus 1 month" ExpiresByType application/x-font-woff "access plus 1 year" ExpiresByType font/woff2 "access plus 1 year" </IfModule> # ───────────────────────────────────────────────────────────── # Enable Gzip Compression for Faster Page Loads # ───────────────────────────────────────────────────────────── <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/plain text/xml AddOutputFilterByType DEFLATE text/css application/javascript AddOutputFilterByType DEFLATE application/json application/xml AddOutputFilterByType DEFLATE image/svg+xml </IfModule>