implemented step 01

This commit is contained in:
2026-06-12 15:11:37 +02:00
parent 0751808967
commit a334da7231
18 changed files with 772 additions and 0 deletions

4
.htaccess Normal file
View File

@ -0,0 +1,4 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^data/ - [F,L]
</IfModule>