added server2, This is use in online server for the notification to boss mobile app
This commit is contained in:
5
server2/.htaccess
Normal file
5
server2/.htaccess
Normal 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]
|
||||
Reference in New Issue
Block a user