greasemonkey Posted November 9, 2013 Posted November 9, 2013 Hope you guys can help, my site is down. I've been making some changes over the past couple days to my 2.3.3.4 store, including installing; Header Status Handler and Custom HTTP Error Page and a few small changes to .htaccess last night. Everything was working well until last night I noticed (first) that when you click on the shopping cart link (to shopping_cart.php) I was redirected/rewritten to ping_cart.php and got my (brand new, and nice looking 404 page...). Just some context - A long time ago my store was in /shop directory, and I noticed a bunch of 404 errors with my new added looking for the shop dir. So, I added to my htaccess hoping to get those links to hit real pages... RewriteCond %{HTTP_HOST} ^www\.mystore\.com$ RewriteRule ^shop\/?(.*)$ "http\:\/\/www\.mystore\.com\/$1" [R=301,L] I presumed it was this addition to htaccess causing the "shop" from shopping_cart.php to be rewritten - making ping_cart.php. So, removed the code and I'm now when I click the shopping_cart.php link it doesn't rewrite but I now receive IE 10 Error "This page can't be displayed" at shopping_cart.php. Suggesting the file does not exists (it does of course). I can confirm his because all works well on both Chrome and Firefox. Also, the link to shopping_cart.php works fine the FIRST time it is clicked in IE after a browser cache cleared and the oscsid is in the link. I have now uploaded a clean backup of my entire store prior to the changes I was making and that were required by Custom HTTP error page and Header Satus Handler and I still have the same issue. Please help? My store has been working flawlessly for 6 months - even through all the upgrades from 2.3.3 to 2.3.3.4 (about 2 weeks ago). Store link flourconfections dot com
greasemonkey Posted November 9, 2013 Author Posted November 9, 2013 A BIG Duh.... It looks like the was my local IE cache... Once I removed the bad script from the htaccess and cleared my IE cache it's (and probably was all a long.... again... DUH) working.
♥joli1811 Posted November 9, 2013 Posted November 9, 2013 (w00t) Just a song for you know the feeling Regards Joli PS: Ohh did not mean for the whole video to come up just the link strange To improve is to change; to be perfect is to change often.
greasemonkey Posted November 9, 2013 Author Posted November 9, 2013 Yes, its is incredible how I (for one) can chase my tail... Thanks for your support @@joli1811
Recommended Posts
Archived
This topic is now archived and is closed to further replies.