AbanteCart Community
Shopping Cart Operations => Support => Topic started by: flyn on August 06, 2014, 10:59:34 AM
-
I just noticed something that is worrisome and I need help quick!
On our site www.hygienics.com when I hover over the links at the top Login/Account/Checkout it shows a different URL than hygienics.com
Instead it shows www.flatscreenbrackets.net. What the hell is that?
Never heard of that URL. It also happens in the category menu under Home. No where else is this occurring from what I see.
Can anyone explain why this would occur? I looked in the settings of the site and .htaccess and nothing is showing for that URL.
This is ****** please. Thanks
-
I wanted to follow up and say that when the links are clicked on it goes to www.hygienics.com though.
It seems what I did in .htaccess prior to even seeing this issue may have helped.
RewriteCond %{HTTP_HOST} !^www\.hygienics\.com$ [NC]
RewriteCond %{HTTP_HOST} !^hygienics\.com$ [NC]
RewriteRule ^(.*)$ http://www.hygienics.com/$1 [R=301,L]
Can anyone confirm it does help?
-
Can you please PM access to your FTP?
-
OK I will but before I do that the issue now has gone away for me unless it is my browser cache.
Can you confirm you see this issue?
-
OK I will but before I do that the issue now has gone away for me unless it is my browser cache.
Can you confirm you see this issue?
We can not confirm. Now links are correct at www .hygienics.com
-
Yes it seems once I did changes in .htaccess everything worked fine. I am not going to worry about this now as it is fixed
-
Keep .htacces file secured with 644 file permission setting