Installation on Linux in a subfolder - URL problem

Installation on Linux in a subfolder - URL problem

Tuesday 13 May 2003 12:02:34 am - 6 replies

Author Message

Karsten Jennissen

Tuesday 13 May 2003 1:02:00 am

Hi Claudius,

installing in a subfolder should work theoretically. Did you try clearing the cache and / or reinstalling?

Karsten

Karsten Jennissen

Tuesday 13 May 2003 1:07:45 am

Ah, I just had a look at your site. I think you will have to change the siteaccess method to get it to work. The index.php/demo etc. all produce a module not found. I am not sure why exactly this error is produced on the URI method, maybe it is a bug.

Try using the host match map method, see http://ez.no/manual/install/siteaccess#HostMatchMap

There you match complete urls to sites. Match www.liber.de/ez/index.php/demo to demo and www.liber.de/ez/index.php/admin to admin

Karsten

Claudius Frank

Tuesday 13 May 2003 1:56:35 am

Hi Karsten,

To clear the cache I installed the file cleare_cache.php in /ez/bin.
It is no problem to clear cache with this file. If you have a bit time, you can try it too under:

www.liber.de/ez/bin/clear_cache.php

Of course I have installed my ezpublish several times. It is supposed to be normal.

I have tried to access the sit with "host map", but it doesn't work too. I have forgotten which error I received.
In one or two hour I will try it again and let you know what I have done.

Thank you very much for you help Karsten.

Regards
Claudius

Claudius Frank

Tuesday 13 May 2003 3:31:04 am

Hi Karsten,

Now I have installed ezpublish in

www.liber.de/ezpublish/

and I got as result error 500.

I add all the .ini details and would be very glad if you could see whether I have made a mistake in site.ini:

settings/site.ini

MatchOrder=host
HostMatchType=map
HostMatchMapItems[]=liber.de;user
HostMatchMapItems[]=www.liber.de;user
HostMatchMapItems[]=liber.de;demo
HostMatchMapItems[]=www.liber.de;demo
HostMatchMapItems[]=liber.de;admin
HostMatchMapItems[]=www.liber.de;admin

---------
settigs/siteaccess/admin/site.ini.append

[SiteAccessSettings]
MatchOrder=host
HostMatchType=map
HostMatchMapItems[]=liber.de;admin
HostMatchMapItems[]=www.liber.de;admin
---------

settings/siteaccess/demo/site.ini.append

[SiteAccessSettings]
MatchOrder=host
HostMatchType=map
HostMatchMapItems[]=liber.de;demo
HostMatchMapItems[]=www.liber.de;demo
---------

settings/siteaccess/user/site.ini.append

[SiteAccessSettings]
MatchOrder=host
HostMatchType=map
HostMatchMapItems[]=liber.de;user
HostMatchMapItems[]=www.liber.de;user

Regards
Claudius

Karsten Jennissen

Tuesday 13 May 2003 9:05:44 am

Hi Claudius,

uhm, I wasn't thinking when I suggested host match to you. It only works, if you do not have subdirectories, of course. Can you use subdomains to point to the directory you installed ez publish? If so, do something like

MatchOrder=host
HostMatchType=map
HostMatchMapItems[]=ezpublish.liber.de;demo
HostMatchMapItems[]=admin.liber.de;admin

Don't set up any siteaccess stuff in other ini files, especially in the /settings/siteaccess/... files.

Right now, I can't help you any further, maybe someone else?

Karsten

Claudius Frank

Tuesday 13 May 2003 1:38:45 pm

Hi,

Unfortunately this method does not work too.

Regards
Claudius

You must be logged in to post messages in this topic!

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