phpBB3 SEO Sitemap

how to create the XML(how to start) - phpBB3 SEO Sitemap

how to create the XML(how to start)

by pengo » Mon Apr 23, 2018 1:49 am

i have phpBB3.2.2 on PHP7.1

and no xml is created.

should the sitemap.xml create automatically on enabeling the extension, or what?

i see the settings-page, but cant see any other?

log says: module added SEOMAP_SETTINGS
and: module added SEOMAP

but where is this SEOMAP-module???
pengo
Registered User
Posts: 21
Joined: Thu Apr 12, 2018 12:27 pm
Contact:

Re: how to create the XML(how to start)

by pengo » Mon Apr 23, 2018 7:57 pm

ok, got it: xml is created dynamically,
but when i click blabla/sitemap.xml
i got
internal server error 500

i try to errorlog, but i dont know in wich folder to put the php.ini with the errorlog-instructions?
pengo
Registered User
Posts: 21
Joined: Thu Apr 12, 2018 12:27 pm
Contact:

Re: how to create the XML(how to start)

by pengo » Mon Apr 23, 2018 9:16 pm

SOLVED:
link should be
https://www.blablabla.com/app.php/sitemap.xml
instead of
https://www.blablabla.com/sitemap.xml

disgusting! everything worked fine already.
pengo
Registered User
Posts: 21
Joined: Thu Apr 12, 2018 12:27 pm
Contact:

Re: how to create the XML(how to start)

by pengo » Sun Apr 29, 2018 12:52 am

if u want change
$sitemap_url = generate_board_url() . '/sitemap.xml';
to
$sitemap_url = generate_board_url() . '/app.php/sitemap.xml';
in
\shredder\sitemap\acp\sitemap_module.php
pengo
Registered User
Posts: 21
Joined: Thu Apr 12, 2018 12:27 pm
Contact: