Seite 2 von 2

Verfasst: 31.12.2005 01:38
von Miroerr
---

Verfasst: 31.12.2005 01:43
von Jan500
hi

Nein!

ihr müsst schon genau lesen ;-)
define('FORUM_URL_PREFIX', 'viewforum.php?f='); // What comes up before the forum ID?
define('FORUM_URL_SUFFIX', ''); // What comes up after the forum ID?

Why define something like this? All forums are the same aren't they? Well, no.

You may have implemented some form of mod_rewrite work to offer .html URLs to
facilitate spidering & SEO in the past. It makes sense, then, that your
sitemap would also be best using these URLs.

The phpBB default is simply viewforum.php?f=#, where # is the ID of the forum. However, your site might load this page up as forum-#.html (again, where # is
the ID of the forum). In this example, you would modify the two lines above as
follows...

define('FORUM_URL_PREFIX', 'forum-'); // What comes up before the forum ID?
define('FORUM_URL_SUFFIX', '.html'); // What comes up after the forum ID?
bei dir ist das standard ;-) also musst du es o lassen wie es da stand also ohne html!
das html ist nur wenn du zb mit mod_rewrite arbeitest ;-)

gruß Jan

Verfasst: 31.12.2005 02:00
von Miroerr
Oh :D! Naja da ich das tue hab ichs so gemacht ;). Dann einfach leer lassen denke ich ? Also ''

Verfasst: 16.06.2006 09:49
von dennis84
Um welchen Sitemap mod handelt es sich hier?

http://www.beehave.de/forum/sitemap.php ... 45dc6b2c15

?

Verfasst: 19.06.2006 14:42
von thompson
kann mal einer was zum erfolgreichen oder nicht erfolgreichen einsatz der sitemap sagen ?

bringt die google sitemap auch bei größeren boards was ? bisher habe ich eine normale seitemap im einsatz.