<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class="">On Apr 11, 2018, at 4:28 PM, Davideth <<a href="mailto:Davideth@whojamadoogle.com" class="">Davideth@whojamadoogle.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Thanks for the assistance David,<br class=""><br class=""><br class=""><a href="https://paradex.com/~paradex/cgi-bin/cart.cgi/admin/index" class="">https://paradex.com/~paradex/cgi-bin/cart.cgi/admin/index</a><br class=""><br class="">results in<br class=""><br class="">https://paradex.com/~paradex/cgi-bin/cart.cgi/admin/login<br class=""><br class="">when the valid id and password are entered,<br class=""><br class="">it goes to page https://paradex.com/~paradex/cgi-bin/cart.cgi/process<br class=""><br class=""><br class="">which posts the following error message:<br class=""><br class=""><br class=""> Sorry, the page (process) was not found<br class=""><br class="">The requested page (process) was not found.<br class=""><br class="">My problem is, since there is not any actual process.html or process.pm that I can find, I can not see what in process is causing the problem.<br class=""><br class="">In fact, every time that process is called, the same result occurs.<br class=""></div></div></blockquote></div><div class=""><br class=""></div>The process actionmap is built-in to the interchange system, so it does not have a file like some of the other pages; I’d guess something about your rewrites are resulting in a rewrite of a POST to a different URL, which would discard the form data so “process” doesn’t know what to do.<div class=""><br class=""></div><div class="">HTH,</div><div class=""><br class=""></div><div class="">David<br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">--<br class="">David Christensen<br class="">End Point Corporation<br class=""><a href="mailto:david@endpoint.com" class="">david@endpoint.com</a><br class="">785-727-1171<br class=""><br class=""><br class=""></div>

</div>
<br class=""></div></body></html>