Totally Zenned
- Join Date:
- Aug 2009
- Location:
- Longs, SC
- Posts:
- 635
- Plugin Contributions:
- 0
Contact_us redirects to home page
I have a weird problem that I could use a little help with. Zencart 1.5.4 running on php 5.5. The cart is lightly modified with the exception of the template. The mods installed are Advanced shipper, google analytics 2.4.2, numinix facebook like button, printable price list, image handler, and a template. I'm not sure exactly when it started but when I click on the contact us link it sends me to the home page. Looking at the logs it shows a 302 redirect. There are no redirects set up that I can see in the cpanel or .htaccess files. Here's the weird part. Maintenance mode is set to send the customer to the contact us page. Down for Maintenance: filename is set to contact_us in the config and that works fine. To rule out a template issue I switched to the classic template and it redirects to the home page also. If I enter the url in the browser it redirects too. https://www.domain.com/index.php?main_page=contact_us lands at index.php?main_page=index. Any idea where to look for the possible cause of this?