Problem to access and edit on a new page (not index)

Hi,

When I log to sitecake on my index :
www.mydomain.com/sitecake.php?page=index.html
It’s good I see my page index.

But when log to another html page “contact”:
www.mydomain.com/sitecake.php?page=contact.html
It’s always the index page.

How modify another page than index ?

Can you help please.

Thanks.

What Sitecake version are you running?

Thank you for answer
I’ve got Sitecake 2.3.6

Hi, we changed request parameter name from page to scpage since we started to support PHP websites because ‘page’ is common request param in dynamic PHP websites.

To edit your contact.html page, you should go to
www.mydomain.com/sitecake.php?scpage=contact.html

Great it’ works thank you very much.

Thanks for that post. I was having the same issue today and it was driving me crazy.