404 Error Page Not Found

A site that I’m trying to implement SiteCake into runs from a JSON file and a config.php file.
So, as you enter the site you see the following example:

www. yourdomain.com/name/name.php

When putting sitecake.php at the end I get a 404 Error Page Not Found.

Is there anyway to get this to work, either injecting code in my config.php or editing SiteCakes config file.

Hi, can you elaborate little bit about your setup? It would be grate if you send url to website, or even FTP access if possible so I can check it out. You can send details on PM, or via our official support page.

Hi,

I now have a dumby site setup for you to look at:

http://clients.vartioli.com/dumby-cms/4/article-2/

Generally the JSON file is setup to look at 5 groups and 5 articles. Therefore the above reference is Group 4, Article 2, (There may more than one article for each group) which then inturn runs through the config.php file. In essence it is just a single page, just complicated how it gets there.