Forums / Setup & design / siteacces problem (?)
Marko Žmak
Sunday 07 August 2005 4:30:43 am
I've setup ez 3.6.0 and I have a problem with accessing my sites. When I try to acces a site like this:
http://myhost/index.php/siteacces_name/
the default siteacces is used. But when I acces it like this:
http://myhost/index.php?/siteacces_name/
(note the question mark)
everything works O.K. Is this a bug or is my site misconfigured?
-- Nothing is impossible. Not if you can imagine it! Hubert Farnsworth
Lazaro Ferreira
Sunday 07 August 2005 7:31:26 am
Hi,
if you are using php cgi environment, this is a normal behaviour
Lazaro http://www.mzbusiness.com
Monday 08 August 2005 4:32:28 am
On the same server I have another eZ installation, which doesn't behave that way? So it means that eZ can work without using the cgi enviroonment.
Did I do something wrong in the second installation, and how can I fix it?
Monday 08 August 2005 8:50:38 am
You can run ezpublish as php cgi or apache module, but last is recommended
if you are running another ezp setup on the same web server without using php cgi URI, I guess that you can force the ofending ezp site to run the other way
A couple of questions:
Are you using Virtual Host to host your several ezp setup ?
Have you compiled your offending ezp setup using ezp command line compiler , case yes, what options are you using ?
Tuesday 09 August 2005 3:27:23 am
I have this two eZ instalations on a web hosting server each one of them on different site which are accesed using Apache virtual hosting.
I have compiled the offending eZ instalation like this:
bin/php/eztc.php
Which is the same way I compiled the OK eZ installation.
I'm not sure if the setup went the same way on both sites, so maybe it's my fault.
Can this behaviour (using CGI or not) be changed in some eZ ini file?
P.S.
The offneding installation is eZ 3.6.0The OK installation is eZ 3.5.1
Thursday 11 August 2005 1:36:26 pm
Does anyone know the answer to this?