First I must say how impressed I am with the capabilities of this system.
But I do have one very significant problem. On my Mac all works well - but the PHP setup on my server requires a proxy routing internally to route from one Apache server to another. It is not practical at this time to change that approach for many reasons.
The result is that the first page comes up beautifully - but clicking on anything except a second table tab results in a "not found" error because the base URL is now wrong.
For example from the opening page, clicking on the "product" tab results in the URL http://192.168.11.4:89/demoxataface/ind ... le=product which works fine. Similarly clicking on any other table tab on that screen uses the correct URL. If I click on one of the displayed products, an incorrect URL is used i.e. http://127.0.0.1:8000/demoxataface/inde ... -mode=list which reflects the internal proxy mechanism. Manually changing the "127..." bit to the "real" IP "192..." corrects the problem and the correct page is displayed. But of course that is not a practical approach.
Any suggestions on how to fix this?
Jon P.