/
/
home
/
u523034047
/
domains
/
senglobalschool.com
/
public_html
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.4
PHP 8.3.16
Dir:
/home/u523034047/domains/senglobalschool.com/public_html
Edit:
/home/u523034047/domains/senglobalschool.com/public_html/.htaccess
# Disable directory listing Options -Indexes # Protect hidden and sensitive files <FilesMatch "(^\.htaccess|\.htpasswd|\.env|wp-config\.php)$"> Order allow,deny Deny from all </FilesMatch> # Block access to hidden files (except .well-known) RewriteEngine On RewriteRule (^|/)\.(?!well-known) - [F] # Security headers <IfModule mod_headers.c> Header always set X-Frame-Options "SAMEORIGIN" Header set X-XSS-Protection "1; mode=block" Header set X-Content-Type-Options "nosniff" </IfModule> # Block zip uploads <FilesMatch "\.zip$"> Order allow,deny Deny from all </FilesMatch> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Ukuran: 855 B