Are these rewrites correct?
rewritten data: "/interface/modules/zend_modules/public/index.php",
args: "/multipledb/index", client: client IP address,
server: domain.net,
request: "GET /interface/modules/zend_modules/public/multipledb/index HTTP/2.0",
host: "domain.net",
referrer: "https://domain.net/interface/main/tabs/main.php?token_main=token
how about:
rewritten data: "/interface/modules/custom_modules/oe-module-faxsms/index.php",
args: "_ACTION_COMMAND=/getPending", client: client IP address,
server: domain.net,
request: "POST /interface/modules/custom_modules/oe-module-faxsms/getPending HTTP/2.0",
host: "domain.net",
referrer: "https://domain.net/interface/modules/custom_modules/oe-module-faxsms/messageUI.php"
and:
rewritten data: "/interface/modules/custom_modules/oe-module-faxsms/index.php",
args: "_ACTION_COMMAND=/saveSetup", client: client IP address,
server: domain.net,
request: "POST /interface/modules/custom_modules/oe-module-faxsms/saveSetup HTTP/2.0",
host: "domain.net",
referrer: "https://domain.net/interface/modules/custom_modules/oe-module-faxsms/setup.php"
There is also:
rewritten data: "/interface/modules/zend_modules/public/index.php",
args: "/multipledb/index", client: client IP address,
server: domain.net,
request: "GET /interface/modules/zend_modules/public/multipledb/index HTTP/2.0",
host: "domain.net",
referrer: "https://domain.net/interface/main/tabs/main.php?token_main=token
and,
rewritten data: "/interface/modules/zend_modules/public/index.php",
args: "/multipledb/edit", client: client IP address,
server: domain.net,
request: "GET /interface/modules/zend_modules/public/multipledb/edit HTTP/2.0",
host: "domain.net",
referrer: "https://domain.net/interface/modules/zend_modules/public/multipledb/index"
and
rewritten data: "/interface/modules/zend_modules/public/index.php",
args: "/multipledb/checknamespacejson", client: client IP address,
server: domain.net,
request: "POST /interface/modules/zend_modules/public/multipledb/checknamespacejson HTTP/2.0",
host: "domain.net",
referrer: "https://domain.net/interface/modules/zend_modules/public/multipledb/edit"
rewritten data: "/interface/modules/zend_modules/public/index.php",
args: "/multipledb/save", client: client IP address,
server: domain.net,
request: "POST /interface/modules/zend_modules/public/multipledb/save HTTP/2.0",
host: "domain.net",
referrer: "https://domain.net/interface/modules/zend_modules/public/multipledb/edit"
rewritten data: "/portal/patient/index.php",
args: "_REWRITE_COMMAND=/onsitedocuments&pid=#", client: client IP address,
server: domain.net,
request: "GET /portal/patient/onsitedocuments?pid=# HTTP/2.0",
host: "domain.net",
referrer: "https://domain.net/portal/home.php"
I am trying to get nignx rewrite rules down. It looks to me that these rewrites are missing the site ID. If possible, it would be great if the modules were compatible with multisite! (sorry for the long post)
Thanks