completed 5th kyu
This commit is contained in:
6
DieJudoGürtelprüfung/.htaccess
Normal file
6
DieJudoGürtelprüfung/.htaccess
Normal file
@@ -0,0 +1,6 @@
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME}\.php -f
|
||||
RewriteRule ^(.+)$ $1.php [L]
|
||||
Reference in New Issue
Block a user