Special thanks to:
|
#1
|
||||
|
||||
|
Site getting hammered by crawler
It keeps showing this
Quote:
Has anyone seen this happen? Is this a crawling problem or a server misconfiguration of some kind all of a sudden? |
|
#2
|
|||
|
|||
|
Do you have something in your basewebpage that a server error page also pulls from? looks like the spider hit an error and fell into a continuous cycle that would probably ultimately crash the server.
|
|
#3
|
||||
|
||||
|
Hi Marcia,
/suspended.page/ is a URL mainly used by the CPanel control panel, appearing when a site exceeds its bandwidth limit or is suspended by the web host. When the suspension is activated, all URLs for that domain will redirect (302 I think) to this page and therefore sometimes get included in the search engine's index. If I was to hazard a guess, I would say that the site in question was suspended during a Slurp crawl and every URL in their index was visited and redirected to this URL. I would counteract this by sticking the following in your robots.txt: User-agent: * Disallow: /suspended.page/ And then plea with your hosting provider to add the following to the top of the index.php file in the suspended.page folder: PHP Code:
If you have a CPanel reseller account (i.e. use WHM and can create new hosting accounts), you should be able to edit the contents of suspended.page yourself, as it's usually located in the root folder of your main hosting account. ![]() Rob |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|