
RewriteOptions inherit
RewriteEngine On    # Turn on the rewriting engine

RewriteRule ^getCompany/([0-9a-zA-Z_-]*)$ getCompany.php?secret_key=$1 [NC,L]

RewriteRule ^getSubscribedDocumentID/([0-9a-zA-Z_-]*)$ getSubscribedDocumentID.php?secret_key=$1 [NC,L]

RewriteRule ^putTransactionStatus/([0-9a-zA-Z_-]*)$ putTransactionStatus.php?secret_key=$1 [NC,L]

RewriteRule ^postAddressVerification/([0-9a-zA-Z_-]*)$ postAddressVerification.php?secret_key=$1 [NC,L]
RewriteRule ^putTransactionStatusByCustomer/([0-9a-zA-Z_-]*)$ putTransactionStatusByCustomer.php?secret_key=$1 [NC,L]

RewriteRule ^getRegulators/([0-9a-zA-Z_-]*)$ getRegulators.php?secret_key=$1 [NC,L]

RewriteRule ^postFilingData/([0-9a-zA-Z_-]*)$ postFilingData.php?secret_key=$1 [NC,L]

RewriteRule ^postTransaction/([0-9a-zA-Z_-]*)$ postTransaction.php?secret_key=$1 [NC,L]
RewriteRule ^postTransactionHistory/([0-9a-zA-Z_-]*)$ postTransactionHistory.php?secret_key=$1 [NC,L]

RewriteRule ^post_transaction_java/([0-9a-zA-Z_-]*)$ post_transaction_java.php?secret_key=$1 [NC,L]


RewriteRule ^getFlaggedTransactions/([0-9a-zA-Z_-]*)$ getFlaggedTransactions.php?secret_key=$1 [NC,L]

RewriteRule ^getFlaggedTransactionsDetails/([0-9a-zA-Z_-]*)$ getFlaggedTransactionsDetails.php?secret_key=$1 [NC,L]

RewriteRule ^putTransactionDetails/([0-9a-zA-Z_-]*)$ putTransactionDetails.php?secret_key=$1 [NC,L]

RewriteRule ^getCustomer/([0-9a-zA-Z_-]*)$ getCustomer.php?secret_key=$1 [NC,L]


RewriteRule ^getHealth/([0-9a-zA-Z_-]*)$ getHealth.php?secret_key=$1 [NC,L]
