added loginLogging - jsonVersion
This commit is contained in:
7
homepage/participo/.htaccess
Normal file
7
homepage/participo/.htaccess
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user