warmseal-roofing/includes/htaccess
Gary a3d3016846 Add meta.php for dynamic meta tag generation
- Introduced meta.php to handle meta tags dynamically based on the presence of values in the $ometa array.
- Set default values for meta tags using predefined variables if $ometa values are not set.
- Included essential meta tags for SEO and social media sharing, including Open Graph and Twitter cards.
- Ensured compatibility with various devices by adding viewport and charset meta tags.
2025-05-08 16:09:16 +01:00

4 lines
125 B
Plaintext

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