Dear, Zen Cart Communities
===
General Info
Website: http://www.homepromedical.com
Zen Cart Version: 1.5.1
Zen Cart Installed:
20110912 as Ver. 1.3.9h
Upgraded to Ver. 1.5.1 on 20140317
Installed/Updated Method: FTP via FileZilla with zc_install
PHP Version: 5.2.17 (Zend: 2.2.0)
Database: MySQL 5.3.12
HTTP Server: Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Installed Mods
COWOA
Sitemap XML
Zen Lightbox
Ultimate SEO
Edit Orders
Ty Package Tracker
Super Orders
Image Handler 4
Customer Tax Exempt v1.30
===
From original topic of - http://www.zen-cart.com/showthread.p...earch-Problems
After I knock myself over the table several times. I compare files on login.php (and other relate files to login), I do think I find there must be something related to "link redirect" problem.
Here is a test.
- Go to http://homepromedical.com/cart/
- Go to "Members Area / Log In" link on the top right
- Click "Sign Up" and proceed to normal account registration
- After you registered, you will be possibly get auto-logged in and landed into "My Account Information" page. Click "Log Out"
- You will be landed on "Log Off" page, click on "log back into your account."
- Now try to relogin.
- "404 Not Found" appeared...
Side Note: This website is using Shared SSL. Therefore, the SSL pages are having the server hosting's domain instead of the actual website's domain.
---
What I find is this...
Login Page URL
Code:
http://homepromedical.com/cart/index.php?main_page=login
After I logged in, resulted the "404 Not Found" error. URL is... [With session ID attached]
Code:
https://vh15.nethosting.com/cart/index.html?zenid=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Press browser's back button, lead to this "Member Area" page. This page is suppose to be load after user logged in.
Code:
https://vh15.nethosting.com/~roni482/cart/index.php?main_page=account&zenid=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Log out lead to this log off page.
Code:
https://vh15.nethosting.com/~roni482/cart/index.php?main_page=logoff&zenid=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Press "log back into your account" lead to this URL.
Code:
https://vh15.nethosting.com/~roni482/cart/index.php?main_page=login&zenid=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
---
Now, I try to do something odd...
Try to logging in.
Code:
http://homepromedical.com/cart/index.php?main_page=login
Press STOP (X) loading before the page finish loading. (Pretty much you must press X as soon as you pressed "Enter" to login) This is the URL that it attempted to load...
Code:
https://vh15.nethosting.com/~roni482/cart/index.php?main_page=account&zenid=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I find that the redirect URL is proper. However, somehow, there is something wrong on the final step that lead to the STRIP OUT part of URL and lead to the 404 page instead. I'm not exactly sure what is the case leading to this... It seems that there is another redirect before the page finally being display.
I compare the files carefully. It does not related to login.php files since not only it had INITIALLY the proper redirect, but files are NEARLY IDENTICAL (the only differences is the additional codes from COWOA).
Sincerely, PanZC2020 (November 4th, 2014)