Bohora-rental/.htaccess

7 lines
139 B
ApacheConf
Raw Normal View History

2025-02-19 18:04:31 +05:45
RewriteEngine On
RewriteBase /
# Remove .php extension from URLs
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php [L,QSA]