So far, no problem.
But when I try to navigate to any links in the page, I get errors: links to different tables looks like
- Code: Select all
http://test.xataface.local/\/index.php?-table=table1;
"find" links to
- Code: Select all
http://test.xataface.local/\/\/index.php?-table=table1&-action=find&-cursor=0&-skip=0&-limit=30&-mode=list
Actually, within the source of the generated page, I can see the following lines:
- Code: Select all
<script>
DATAFACE_URL = 'xataface';
DATAFACE_SITE_URL = '\';
DATAFACE_SITE_HREF = '\/index.php';
DATAFACE_PATH = 'D:\projects\test.xataface.local\www\xataface';
</script>
Running apache2 and Php 5.2.9 under Windows.
Seems like a configuration error, but can't find one.
Any suggestions?
TIA