update .htaccess file
This commit is contained in:
parent
635d036520
commit
0421b54d36
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^index.php$ - [L]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^(.+)$ NewsProject/index.php [QSA,L]
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.+)$ OnlineNewsSite/index.php [QSA,L]
|
Loading…
Reference in a new issue