Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

404 error comes up in google search


Libellula

Recommended Posts

Posted

I see that your store is actually installed into / (/index.php) rather than /catalog/ (/catalog/index.php). Are you explicitly directing Google to the /catalog/ address? Did you originally install into /catalog/ and moved the store up to the root / (a bad idea, by the way)? If that's the case, Google should be around fairly soon to reindex. If you have their webmaster tools, you should be able to prod them into an immediate recrawl.

Posted

Thank you for the response. I am not sure? We hired out to install the template.. In webmaster tools I submitted just "www.buffonbarrels.com". Then I fetched as www.buffonbarrels.com/index.php. Should I be doing something differently with how it is currently set up on my side or with google?

Posted

Did the guy who installed your site originally put it in /catalog, and then move it to /? If Google happened to index it while it was in /catalog, that might have something to do with it. Given some time, Google will get around to crawling your site again and discover there is no /catalog. You can hurry it up through the Webmaster tools if you want to.

 

It would be possible to add the following to your /.htaccess file (and remove it once Google is updated):

RewriteEngine On
RewriteCond %{REQUEST_URI} ^/catalog [NC]
RewriteEngine ^catalog(.*)$ $1 [R=301,L]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...