werfgrgfwrfagsdsadfgwwr

This commit is contained in:
2023-08-29 19:41:20 -07:00
parent 5668b281e8
commit 906652dff7
4 changed files with 31 additions and 46 deletions

View File

@ -11,4 +11,9 @@ RewriteRule ^404$ /page/404.html
<Files ~ (LICENSE|README.md)$>
Order allow,deny
Allow from all
</Files>
</Files>
#Allow FILES
<Files ~ (.scss)$>
Order allow,deny
deny from all
</Files>