SAE15_2022/.htaccess

5 lines
115 B
ApacheConf
Raw Normal View History

2022-12-05 10:42:07 +01:00
RedirectMatch 404 /\.git
2023-01-15 15:30:49 +01:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]