HEX
Server: LiteSpeed
System: Linux in-mum-web921.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User: u590867752 (590867752)
PHP: 8.2.33
Disabled: NONE
Upload Files
File: /home/u590867752/domains/himanshuartinstitute.com/public_html/images/.htaccess
# Strict security rules for /images/ and all subfolders
Options -Indexes
RewriteEngine On

# Block any dangerous executable or rogue web files anywhere under /images/
RewriteRule \.(php|phtml|php5|php7|php8|phar|cgi|pl|py|sh|bash|asp|aspx|jsp|html|htm|shtml)$ - [F,L,NC]

# For real files, allow only safe static asset extensions.
# This applies to /images/ and all subfolders.
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_URI} !\.(jpg|jpeg|png|gif|webp|svg|ico|css|js|pdf)$ [NC]
RewriteRule ^ - [F,L]