mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-26 04:51:09 -05:00
git-subtree-dir: TriviaTime git-subtree-mainline: 3551587ecdefc75e34b8b2a87d91a466bdf4c764 git-subtree-split: ae216897cd9c45259853c3f84eae826f344482aa
9 lines
206 B
ApacheConf
9 lines
206 B
ApacheConf
<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]
|