URL Parameter won't work in visual force page

Hello,

The URL Parameter & model conditions had been working well to navigate from a list of records, to one specific record. However now I’ve moved the Skuid pages onto our community site, and they are all force.com URLs, the URL parameter has stopped working.

All of the pages are visualforce pages with the skuid include function.

E.g. this works (but brings up no data)
https://gdsgroup.force.com/EPik/apex/EPP_Project

But this goes to the force.com error page
https://gdsgroup.force.com/EPik/apex/EPik_Meeting_Detail&Id=a1i24000001hYoaAAE

Where as within Skuid, this works perfectly:

https://skuid.eu5.visual.force.com/apex/skuid__ui?page=EPik_Meeting_Detail&id=a1i24000001hYoaAAE 


Any ideas where I’m going wrong? The Skuid page is identical.

Thanks!

Try this:
https://gdsgroup.force.com/EPik/apex/skuid__ui?page=EPik_Meeting_Detail&Id=a1i24000001hYoaAAE