| Thursday 19 December 2002 11:25:01 am 
                                                                 I reply myself because I found the solution (I suposse) 
1.Install and follow the setup instructions of Exponential
 
2.I changed the following lines in file [ez_root]/site.ini.php
 [SiteAccessSettings]
 MatchOrder=index;uri;host
 RequiredUserLogin=false
 
 [PortAccessSettings]delete or comment both lines
 
 [SiteSettings]SiteUrl=localhost/myeZsite/index.php
 SiteAdminUrl=localhost/myeZsite/index_admin.php
 IndexPage=/content/view/full/26
 DefaultPage=/content/view/full/26
 
 3.
 I changed the following lines in [ez_root]/siteaccess/admin/site.ini.append:
 [SiteAccessSettings]
 RequireUserLogin=true
 
 [SiteSettings]IndexPage=/content/view/sitemap/2
 DefaultPage=/content/view/sitemap/2
 
4.In [ez_root] I copy the file "index.php" to "index_admin.php" and I changed the following line
 
 //Initialize basic settings, such as vhless and separators//ezSys::init( 'index.php' );
 ezSys::init( 'index_admin.php' )
 And it seem Ok. Is this wrong? I need make other changes? 
Kind regardsAdolfo barragán
 |