hjkhhrterwefdgdfgdfgdfgdgdfgdfgdsvstertrt
bnmbertsdfsdfgdfgdfgfffdgdfgdfgrtdfg
/
home
/
u254050281
/
domains
/
indiannadarcouncil.in
/
Upload FileeE
HOME
<IfModule mod_rewrite.c> RewriteEngine On # Handle Authorization Header RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] # Deny access to sensitive files RewriteRule ^(\.env|\.git|\.htaccess|\.idea|\.vscode|composer\.|phpunit\.|.*\.bak|.*\.sql|.*\.log)$ - [F,L] # Prevent direct access to the src directory RewriteRule ^public_html/ - [F] # Redirect trailing slashes (unless it's a folder) RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$ RewriteRule ^ %1 [L,R=301] # Send everything else to index.php RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] </IfModule> # Extra protection for file types <FilesMatch "\.(env|git|bak|sql|log|htaccess)$"> Order allow,deny deny from all </FilesMatch> # Disable directory listing Options -Indexes