[ic] Sorry, the page (process) was not found

Davideth Davideth at whojamadoogle.com
Wed Apr 11 21:28:54 UTC 2018


Thanks for the assistance David,


https://paradex.com/~paradex/cgi-bin/cart.cgi/admin/index

results in

https://paradex.com/~paradex/cgi-bin/cart.cgi/admin/login

when the valid id and password are entered,

it goes to page https://paradex.com/~paradex/cgi-bin/cart.cgi/process


which posts the following error message:


  Sorry, the page (process) was not found

The requested page (process) was not found.

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.

In fact, every time that process is called, the same result occurs.


___________ htaccess _______________

RewriteEngine on

RewriteOptions inherit

DirectoryIndex ~paradex/cgi-bin/cart.cgi

<FilesMatch "\.(mov|mp3|jpg|pdf)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>

# RewriteCond %{HTTP_HOST} ^.*$
# RewriteRule ^/?$ "http\:\/\/paradex\.com\/cgi\-bin\/cart\.cgi" [R=301,L]


RewriteCond %{HTTP_HOST} ^.*$
RewriteCond %{REQUEST_URI} !^/https://paradex.com/process/
RewriteCond %{REQUEST_URI} 
!^/https://paradex.com/~paradex/cgi-bin/cart.cgi/process/
RewriteCond %{REQUEST_URI} !^/process/
RewriteCond %{REQUEST_URI} !^/include/
RewriteCond %{REQUEST_URI} !^/include/checkout/
RewriteCond %{REQUEST_URI} !^/interchange-5/
RewriteCond %{REQUEST_URI} !^/cart/
RewriteCond %{REQUEST_URI} !^/cart/images/
RewriteCond %{REQUEST_URI} !^huldaclarkzapper.paradex.com$
RewriteCond %{REQUEST_URI} !^ultimatezapper.paradex.com$
RewriteCond %{REQUEST_URI} !^ultimate_zapper.paradex.com$
RewriteCond %{REQUEST_URI} !^huldaclarkparasitezapper.paradex.com$
RewriteCond %{REQUEST_URI} !^zapper.paradex.com$
RewriteCond %{REQUEST_URI} !^Arlyn_Jimenez.paradex.com$
RewriteCond %{REQUEST_URI} !^arlyn_jimenez.paradex.com$
RewriteCond %{REQUEST_URI} !^/~paradex/cgi-bin/cart.cgi
RewriteCond %{REQUEST_URI} !^/~paradex/cart/
RewriteCond %{REQUEST_URI} !^/https://paradex.com/500.shtml/
RewriteCond %{REQUEST_URI} !^/https://paradex.com/400.shtml/
RewriteCond %{REQUEST_URI} !^/https://paradex.com/401.shtml/
RewriteCond %{REQUEST_URI} !^/https://paradex.com/403.shtml/
RewriteCond %{REQUEST_URI} !^/https://paradex.com/404.shtml/
RewriteCond %{REQUEST_URI} !^paradex.com/~paradex/cart/
# RewriteRule ^(.*)$ http://paradex.com/~paradex/cgi-bin/cart.cgi/$1 
[R=301,L]
RewriteRule ^(.*)$ 
"https\:\/\/paradex\.com\/\~paradex\/cgi\-bin\/cart\.cgi\/$1" [R=301,L]

__________________________


David



More information about the interchange-users mailing list