warmseal-roofing/htaccess
Mark c51d23b367 Rename htaccess to includes/htaccess
The htaccess file was moved to the includes directory to improve project organization. This change helps maintain a cleaner directory structure and better aligns related files.
2025-05-09 10:33:52 +01:00

4 lines
125 B
Plaintext

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php [NC,L]