added loginLogging - jsonVersion

This commit is contained in:
marko
2021-12-20 16:26:42 +01:00
parent 45fac66184
commit 0abfd49781
2 changed files with 16 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
# Url-Rewriting aktivieren
RewriteEngine on
# Wenn * angefordert wurde und *.php existiert
RewriteCond %{REQUEST_FILENAME}.php -f
# Hänge ein \.php an
RewriteRule ^(.*)$ $1\.php