##
## ACCESS RULES FOR API

RewriteEngine On
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

# Skip all requests under /interface/modules/custom_modules/oe-module-faxsms/library//phone-services/
RewriteCond %{REQUEST_URI} !^/interface/modules/custom_modules/oe-module-faxsms/library//phone-services/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule (.*) ?_ACTION_COMMAND=$1 [QSA,L]
