add: htaccess

This commit is contained in:
Mobina 2022-10-24 08:44:16 -07:00
parent f9914b3745
commit 1750463e8c

5
.htaccess Normal file
View file

@ -0,0 +1,5 @@
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ NewsProject/index.php [QSA,L]