Forums / Setup & design / Startup Design after Installation

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Startup Design after Installation

Author Message

Petter Karsten

Tuesday 08 July 2003 3:22:59 pm

Hello,

now i have Exponential 3.1.1 installed, but when i try for look it in the Browser (http://www.finderlohn.com/)
It appears the admin interface ? is it ?

For Configure the Site i must go to :
http://www.finderlohn.com/admin

what happens when i go to http://www.finderlohn.com/user ?
it appears the same what appears on my root .

http://www.finderlohn.com/demo is the demo data,

No my question, what i must make so that under my domain apperas my new data , or the demo data so i can test on it.

I have read here that i must edit /settings/siteaccess/www/site.ini.append
but i don't have the folder www .

Or I Have not understand it, and what ever (admin,user) ist the admin interface and i have configure false the host ? so that i can'nt see the result of my changes ?

I Hope anybody cann understand and help me.

thanks and regards
petter

Petter Karsten

Tuesday 08 July 2003 3:44:28 pm

I Have installed Exponential Manually following this Dokument:

http://ez.no/developer/ez_publish_3/documentation/installation_and_configuration/installation/manual/linuxunix

And I have running the Domain as VirtualHost, I Put the VirtualHost Code in my httpd.conf and restart the apache whitout problems .

Adri Rots

Wednesday 09 July 2003 12:17:57 am

It's the user interface when going to you're root. You didn't setup eZ with the right design.
Look at: http://www.ez.no/developer/ez_publish_3/documentation/installation_and_configuration/configuration/site_access for more information.

Change the admin password because everyone can get in now.

Adri

Petter Karsten

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 info@finderlohn.com
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 On
RewriteRule !\.(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