芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/.htaccess
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress # Disable directory listing Options -Indexes # Set index.php as the default file DirectoryIndex index.php index.html # Wordfence WAF
php_value auto_prepend_file '/home/freeclou/optimyar/wordfence-waf.php'
php_value auto_prepend_file '/home/freeclou/optimyar/wordfence-waf.php'
Require all denied
Order deny,allow Deny from all
# END Wordfence WAF # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php81” package as the default “PHP” programming language.
AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
# php -- END cPanel-generated handler, do not edit