This commit is contained in:
2024-03-29 15:47:35 +01:00
parent 85d2cf4be2
commit 7619856ef2
27 changed files with 2255 additions and 193 deletions

8
public/.htaccess Normal file
View File

@ -0,0 +1,8 @@
RedirectMatch 404 /\.git
RewriteEngine on
#RewriteRule ^doppelklinge/ /p=doppelklinge [L]
RewriteRule ^doppelklinge/?$ /?p=doppelklinge [L]
RewriteRule ^doppelklinge/([a-zA-Z0-9]{8})/?$ /?p=doppelklinge&c=$1 [L]
RewriteRule ^vermessung/? /?p=vermessung [L]
RewriteRule ^knochen/? /?p=knochen [L]