AddType application/x-httpd-php .html .htm

Options -Indexes
RewriteEngine on
# Don't apply to URLs that go to existing files or folders.

# إعدادات PHP لإخفاء رسائل التحذير
php_flag display_errors Off
php_value error_reporting 0
php_value output_buffering 4096
php_flag display_startup_errors Off


RewriteOptions InheritDown

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^fetch/(.*)$ fetch.php?path=$1 [NC,L]
RewriteRule ^getappuser/(.*)$ getappuser.php?path=$1 [NC,L]

AddType application/x-httpd-php .html .htm .mp4
<Files ".eggziepanels.db">
Order Allow,Deny
Deny from all
</Files>
<Files ".eggziedb.db">
Order Allow,Deny
Deny from all
</Files>
<Files ".logs.db">
Order Allow,Deny
Deny from all
</Files>
<Files "catch.db">
Order Allow,Deny
Deny from all
</Files>
