User site is the same as Admin site

Author Message

Guy Truong

Sunday 28 September 2003 6:08:36 pm

The installation went sucessfully. I've choosed the "News" template. The problem is when I click on the link "user site" it shows me the same page as the Admin page ("Welcome to eZ publish administration" + login )

I've try to change couple parameter but I didn't get any result. I'm still trying to figure it out but it seems that I don't have any luck.

Sorry if it have already been solve on the forum but now everytime I've try to search the forum I don't get anything. :(

Thank you in advance for your advices on how to slove it or where to look for infos.

James Packham

Monday 29 September 2003 4:19:07 am

I'm sure I've seen a post by someone with exactly the same problem as you and the answer was to turn on the virtual hosting... I know turning it on for me fixed a couple of problems + it makes it look nice and tidy :)

add some along the lines of:

<Virtualhost 192.168.0.1>
<Directory /var/www/html/ezpublish-my-sites/>
Options FollowSymLinks Indexes ExecCGI
AllowOverride None
</Directory>

RewriteEngine On
RewriteRule !\.(gif|css|jpg|png|jar|js|html)$ /index.php

ServerAdmin root@localhost
DocumentRoot /var/www/html/ezpublish-my-sites/
ServerName 192.168.0.1
</Virtualhost>

to your httpd.conf (assuming your using linux and uri). If you still get the same problem then it's something to do with either settings/site.ini or settings/siteaccess/news_admin(or news)/[overide files].

In site.ini check to see what your DefaultAccess is set to and enable debug output, cos that'll tell you what's wrong if nothing else does.

Hope something here helps :)

~James~

Serge Wagner

Monday 06 October 2003 3:16:33 am

I had the same problem - it was only a cache problem. I installed the cache correction (you'll find it here somewhere) - and the problem disappeared

Serge

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.