mirror of
https://github.com/cloudmaker97/JTL-Shop-Entwicklungsumgebung.git
synced 2025-12-06 00:48:34 +00:00
Behalte den Ordner Templates
This commit is contained in:
parent
b741f86f0a
commit
d71d27cf96
3 changed files with 20 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
# Ignore all changes except for non-default plugins and templates
|
# Ignore all changes except for non-default plugins and templates
|
||||||
/shop/*
|
/shop/*
|
||||||
!/shop/plugins
|
!/shop/plugins
|
||||||
!/shop/templates/*
|
!/shop/templates
|
||||||
/shop/templates/NOVA
|
/shop/templates/NOVA
|
||||||
|
|
||||||
# Include the DDEV configuration
|
# Include the DDEV configuration
|
||||||
|
|
|
||||||
0
shop/templates/.gitkeep
Normal file
0
shop/templates/.gitkeep
Normal file
19
shop/templates/.htaccess
Normal file
19
shop/templates/.htaccess
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<Files *.tpl>
|
||||||
|
<IfModule mod_authz_core.c>
|
||||||
|
Require all denied
|
||||||
|
</IfModule>
|
||||||
|
<IfModule !mod_authz_core.c>
|
||||||
|
Order Deny,Allow
|
||||||
|
Deny from all
|
||||||
|
</IfModule>
|
||||||
|
</Files>
|
||||||
|
|
||||||
|
<Files *.php>
|
||||||
|
<IfModule mod_authz_core.c>
|
||||||
|
Require all denied
|
||||||
|
</IfModule>
|
||||||
|
<IfModule !mod_authz_core.c>
|
||||||
|
Order Deny,Allow
|
||||||
|
Deny from all
|
||||||
|
</IfModule>
|
||||||
|
</Files>
|
||||||
Loading…
Reference in a new issue