Initial commit

This commit is contained in:
Timon Ostertun
2020-09-19 12:56:10 +02:00
commit 139543199e
618 changed files with 128530 additions and 0 deletions

19
.htaccess_example Normal file
View File

@@ -0,0 +1,19 @@
RewriteEngine on
# root directory:
RewriteBase /projects/RegattenApp/
### RESTRICTED FOLDER
RewriteRule ^(.*)server(.*)$ / [R=301,L,NC]
RewriteRule ^(.*)content(.*)$ / [R=301,L,NC]
### CONTENT LOADER
# Keep this subfolders untouched
RewriteRule ^(api)($|/) - [L]
# Show site
RewriteRule ^([^\.]*)$ index.php?request=$1 [QSA]