| Wednesday 16 July 2003 2:42:30 am 
                                                                
                                                                 Hi all. I am evalutating eZ3 for the first time and i have encountered some problems... eZ3 is totally different respect to eZ2. I have istalled on my local machine eZ3 installer for win 2k. The installation works fine, but i am working for changing the site layout. I have read http://ez.no/sdk/tutorials/view/main_concepts/ tutorial, but when i must setup site.ini as:  
[SiteAccessSettings]MatchOrder=host
 HostMatchRegexp=^(.+)\.mybookstore\.com$
 HostMatchSubtextPost=\.mybookstore\.com
 i have difficulties. In localhost there is not www.domain.com... I have done a design "mydesign" and i have configured settings/siteaccess/midesign/site.ini.append in this way: 
[SiteSettings]IndexPage=/content/view/full/2
 LoginPage=embedded
 
[SiteAccessSettings]RequireUserLogin=false
 
[SiteAccessRules]Rules[]
 Rules[]=Access;enable
 Rules[]=ModuleAll;true
 Rules[]=Access;disable
 Rules[]=Module;sdk
 
[DesignSettings]SiteDesign=mydesign
 
and in design/mydesign/templates/pagelayout.tpl there is my design. I can display it only if i do http://localhost/mydesign, but i want that is appear in http://localhost.Another problem i have with class template. I have done a class book as the tutorial say, but it display class with default template... any help for me? Tnx
 |