North-east-loft-boarding/.htaccess
2026-03-18 11:46:23 +00:00

4 lines
125 B
ApacheConf

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