I'm new to Xataface,
I tried to create a new app with makesite but I got - page NOT FOUND : (Xataface is correctly installed as per dataface_info.php)
http://www.mysite.it/shop/xataface/makesite ../prestashop/user root:secret@http://63.129.100.26/db_3 ../xataface
or
http://www.mysite.it/shop/xataface/makesite ../prestashop/user root:secret@63.129.100.26/db_3 ../xataface
but I got error :
The requested URL /shop/xataface/makesite ../prestashop/user root:secret@http://63.129.100.26/db_3 ../xataface was not found on this server.
Then I created manually config.ini and index.php but it looks my server doesn't like to execute index.php > line 2 :
Warning: require_once() [function.require-once]: URL file-access is disabled in the server configuration in /web/htdocs/www.mysite.it/home/shop/prestashop/user/index.php on line 2
Warning: require_once(http://www.mysite.it/shop/xataface/data ... ic-api.php) [function.require-once]: failed to open stream: no suitable wrapper could be found in /web/htdocs/www.mysite.it/home/shop/prestashop/user/index.php on line 2
Fatal error: require_once() [function.require]: Failed opening required 'http://www.mysite.it/shop/xataface/dataface-public-api.php' (include_path='.:/php5/lib/php/') in /web/htdocs/www.mysite.it/home/shop/prestashop/user/index.php on line 2
config.ini
------------
[_database]
host = "63.129.100.26"
user = "root"
password = "secret"
name = "db_3"
[_tables]
Product = "ps_products"
Supplier = "ps_supplier"
index.php
------------
<?
require_once 'http://www.mysite.it/shop/xataface/dataface-public-api.php';
df_init(__FILE__, 'http://www.mysite.it/shop/xataface');
$app =& Dataface_Application::getInstance();
$app->display();
?>
I cannot configure my server , is there any way to use Xataface ?

many thanks