Page 1 of 1

Static Pages: Startpage not shown as Startpage

Posted: Wed May 06, 2015 4:30 pm
by kybernator
Hi everyone,

a page, created by serendipity_event_staticpage 4.09 and marked as "define as starting page:yes" (or similar, I do use a German backend) isn't.

the blog still shows the usual starting page, /index.php?frontpage instead of the one I want for that purpose, /index.php?/pages/index.html

Any ideas where to look?

Regards,

Bernd

Re: Static Pages: Startpage not shown as Startpage

Posted: Wed May 06, 2015 4:57 pm
by Timbalu
Use Permalink "/" for the static startpage, callable by http://www.yourdomain.de -
while http://www.yourdomain.de/?frontpage is your blog (with mod_rewrite).

Re: Static Pages: Startpage not shown as Startpage

Posted: Wed May 06, 2015 5:09 pm
by kybernator
Works fine now, thank you.