| Thursday 10 July 2003 5:37:03 am 
                                                                 
Well, i does it but no seems to work, I Createed a seite in /settings/overwrite, i named the file site.ini.append and put the HOST Code in it, i see not change.
 
In ez 2.x , there was a Example code for the httpd.conf Apache Config, for create the subdomains. Perhaps it does works whith ez 3.x ?
 No i intend test the "If all others fail, index parameters is one of the last options" :) perhaps it does works.  Or perhaps anybody kann send me your config file /strcutre, because i check not or i understand not very well the dokumentation.  After the Install i didn't like make big exchanges , por example creted new config files, it does confuse me .  In my httpd.conf now i have following code : 
[code]<VirtualHost 217.160.110.172:80>
 DocumentRoot /home/www/www.finderlohn.com/html/
 ServerAdmin [email protected]
 ServerName www.finderlohn.com
 ServerAlias www.finderlohn.com finderlohn.com
 
 <Directory "/home/www/www.finderlohn.com/html">Options FollowSymLinks Indexes ExecCGI
 AllowOverride none
 </Directory>
 
 RewriteEngine OnRewriteRule !\.(gif|css|jpg|png|js)$ /home/www/www.finderlohn.com/html/index.php
 </VirtualHost>
 [/code] Wenn i setting finished the Install i go for change the password :) But for the way i needs Help and support it can be the standard passwort because at the moment i only test whit it , if i came good whith Exponential then i will takes it for a project. Thanks + regards Petter |