Sitemap erstellen ?
- Jan500
- Ehemaliges Teammitglied
- Beiträge: 4199
- Registriert: 01.03.2003 21:32
- Wohnort: Hamburg
- Kontaktdaten:
hi
Nein!
ihr müsst schon genau lesen
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
Nein!
ihr müsst schon genau lesen

bei dir ist das standarddefine('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?

das html ist nur wenn du zb mit mod_rewrite arbeitest

gruß Jan
Zuletzt geändert von Jan500 am 31.12.2005 02:05, insgesamt 1-mal geändert.
"Life begins at 40 Knots...!" 
kein (kostenlosen) Support per pn, mail, icq usw. | Kostenlosen Support gibt es hier im Forum!

kein (kostenlosen) Support per pn, mail, icq usw. | Kostenlosen Support gibt es hier im Forum!
Um welchen Sitemap mod handelt es sich hier?
http://www.beehave.de/forum/sitemap.php ... 45dc6b2c15
?
http://www.beehave.de/forum/sitemap.php ... 45dc6b2c15
?