Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help needed to set GSDONOTPING
#3
(2013-08-02, 13:22:50)davetest Wrote: I'm having trouble getting my head around the logic of define('GSDONOTPING', 1); in gsconfig.php. I'm probably not the first with this problem, but I can't find anything definitive guidance on the forum.

Which way 'round does it work please and how should it be set to ping search engines.

Disable GSDONOTPING to set it to ping search engines. Change this:
Code:
define('GSDONOTPING', 1);
by this:
Code:
#define('GSDONOTPING', 1);

(See: http://get-simple.info/wiki/config:gsconfig )

(2013-08-02, 13:22:50)davetest Wrote: Incidentally where can I see which search engines are pinged?

Google, Yahoo, Bing and Ask - function pingGoogleSitemaps in admin/inc/template_functions.php

[edit] Connie and I were replying at the same time :-) Well, both ways of disabling GSDONOTPING are valid.
Reply


Messages In This Thread
Help needed to set GSDONOTPING - by davetest - 2013-08-02, 13:22:50
RE: Help needed to set GSDONOTPING - by Connie - 2013-08-02, 16:27:28
RE: Help needed to set GSDONOTPING - by Carlos - 2013-08-02, 16:29:29
RE: Help needed to set GSDONOTPING - by davetest - 2013-08-02, 19:52:20
RE: Help needed to set GSDONOTPING - by Connie - 2013-08-02, 23:01:20
RE: Help needed to set GSDONOTPING - by shawn_a - 2013-08-02, 23:57:10
RE: Help needed to set GSDONOTPING - by Connie - 2013-08-03, 23:30:56



Users browsing this thread: 1 Guest(s)