add: htaccess
This commit is contained in:
parent
f9914b3745
commit
1750463e8c
1 changed files with 5 additions and 0 deletions
5
.htaccess
Normal file
5
.htaccess
Normal file
|
@ -0,0 +1,5 @@
|
|||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^(.+)$ NewsProject/index.php [QSA,L]
|
Loading…
Reference in a new issue