added playground for video embedding

This commit is contained in:
marko
2021-11-15 15:37:13 +01:00
parent e4505b0cda
commit c7ddd690d1
2 changed files with 152 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
RewriteEngine On
RewriteBase /
# Url-Rewriting aktivieren
RewriteEngine on
# Wenn * angefordert wurde und *.php existiert
RewriteCond %{REQUEST_FILENAME}.php -f
# Hänge ein \.php an
RewriteRule ^(.*)$ $1\.php
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.+)$ $1.php [L]