Files
cwsvJudo/DieJudoGürtelprüfung/.htaccess
2021-10-31 10:57:39 +01:00

7 lines
138 B
ApacheConf

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