added server2, This is use in online server for the notification to boss mobile app

This commit is contained in:
kicap1992
2022-01-31 05:20:45 +08:00
parent 10d958015f
commit 89ee6fbb90
487 changed files with 212589 additions and 0 deletions

5
server2/.htaccess Normal file
View File

@ -0,0 +1,5 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]