芝麻web文件管理V1.00
编辑当前文件:/home/shaabmuni/public_html/public/crm/.htaccess
# Very simple security for apache webserver - do not remove. # # Restrict access to DotFiles (like .htaccess, .env, .gitignore....)
Order allow,deny Deny from all
# Restrict access to system files
Order allow,deny Deny from all
# Uncomment to restrict access to release text files #
# Order allow,deny # Deny from all #
# php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php71” package as the default “PHP” programming language.
AddHandler application/x-httpd-ea-php71 .php .php7 .phtml
# php -- END cPanel-generated handler, do not edit