tannn/TriviaTime/master/php/.htaccess - Htaccess File

tannn/TriviaTime/master/php/.htaccess

<FilesMatch "..db">
    Order Allow,Deny
    Deny from all
</FilesMatch>
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_URI} !^(.+/|/?)(css|js|fonts|img)/
RewriteRule ^(.*)$ app.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache