warmseal-roofing/htaccess
2025-05-14 16:07:51 +01:00

6 lines
157 B
Plaintext

RewriteEngine On
# Remove .php extension from URLs
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.+)$ $1.php [L]