made header

This commit is contained in:
mesafal
2025-02-19 18:04:31 +05:45
parent 0bbe32b785
commit 33205c341a
5 changed files with 42 additions and 22 deletions

6
.htaccess Normal file
View File

@ -0,0 +1,6 @@
RewriteEngine On
RewriteBase /
# Remove .php extension from URLs
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php [L,QSA]