# .htaccess Nulled-By-Hello-Tech-55-for-you-guys-for-free
<FilesMatch "\.(env|env\.example|git|htaccess|htpasswd|ini|log|sh)$">
  Require all denied
</FilesMatch>

<IfModule mod_headers.c>
  Header set Access-Control-Allow-Origin "*"
  Header set Access-Control-Allow-Methods "GET, POST, OPTIONS"
  Header set Access-Control-Allow-Headers "Content-Type, Authorization"
</IfModule>

<IfModule mod_dir.c>
    DirectoryIndex admin.php
</IfModule>

<IfModule mod_deflate.c>
  # Fonts
  AddType application/vnd.ms-fontobject .eot
  AddType application/x-font-ttf        .ttf
  AddType application/x-font-opentype   .otf
  AddType application/x-font-woff       .woff
  AddType image/svg+xml                 .svg

  AddOutputFilterByType DEFLATE text/html text/plain text/css text/javascript \
    application/javascript application/x-javascript application/json \
    application/xml application/xhtml+xml application/rss+xml \
    image/svg+xml image/x-icon \
    application/x-font-ttf application/x-font-otf font/ttf font/otf
</IfModule>

<IfModule mod_expires.c>
  ExpiresActive On
  ExpiresByType image/png                       "access plus 1 year"
  ExpiresByType image/gif                       "access plus 1 year"
  ExpiresByType image/jpeg                      "access plus 1 year"
  ExpiresByType image/svg+xml                   "access plus 1 year"
  ExpiresByType image/x-icon                    "access plus 1 year"
  ExpiresByType text/css                        "access plus 1 week"
  ExpiresByType text/javascript                 "access plus 1 week"
  ExpiresByType application/javascript          "access plus 1 week"
  ExpiresByType application/pdf                 "access plus 1 month"
  ExpiresDefault                                "access plus 1 week"
</IfModule>

<IfModule mod_headers.c>
  <FilesMatch "\.(php|html)$">
    Header set Cache-Control "no-cache, no-store, must-revalidate"
    Header set Pragma "no-cache"
    Header set Expires 0
  </FilesMatch>
</IfModule>

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /
  Options -Indexes







