tarsy-club/TarSy-Bot/master/public/.htaccess - Htaccess File

tarsy-club/TarSy-Bot/master/public/.htaccess

RewriteEngine on
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L,QSA]

<Files *_class.php>
  deny from all
</Files>

Options -Indexes
DirectoryIndex index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache