Add .htaccess

This commit is contained in:
2025-12-29 21:15:53 +01:00
parent 75122bcae4
commit 1d891fc6ee

6
.htaccess Normal file
View File

@@ -0,0 +1,6 @@
RewriteEngine On
# verwijder .php van links
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^home$ home.php [L]