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.
Extraneous blank lines were removed to improve code readability and maintain consistent formatting. These changes help streamline the file without altering functionality.
The `config.php` inclusion was removed from `header.php`, as it was redundant. Updated `.idea/material_theme_project_new.xml` with new metadata fields to reflect project configuration changes
Moved PHP includes inside the `<head>` tag in `header.php` for proper structure and readability. Fixed a typo in variable name `$URLsorrection` in `index.php` to ensure correct script inclusion.
- 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.