completed 5th kyu

This commit is contained in:
marko
2021-10-31 10:52:24 +01:00
parent a8994ef70c
commit 4d304cf91b
12 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.+)$ $1.php [L]