--- Eduardo Orive <[EMAIL PROTECTED]> wrote:

> Hi there,
> 
> I'm doing some tests with cherokee before a permanent migration from
> apache and i'm having some problems.
> 
> in the sites-enabled dir there is a list of subdirectories like this:
> Directory /edorka {
>          DocumentRoot /home/edorka/public_html
> }
> So the pages of the users can be accesed without typing the ~ symbol in
> the url, this list is included  from cherokee.conf
> 
> the problem is that when i try to enter in a existing subdir of my
> public_html dir the server sends me to the root, for example
> www.ultimaorbita.com:81/edorka/php_test sends me to
> www.ultimaorbita.com:81/  

in recent version 404 error has been changed. if cherokee is not able  to find 
the requested
document, it won't display a 404 error msg, but will redirect you to the parent 
folder afaik.

To Alvaro: as for me, this feature should be switchable.

> but this not happens if i type
> www.ultimaorbita.com:81/edorka/php_test/index.php it shows the right
> documento. What i'm doing wrong?
> 
> Thanks in advance.
> 

You should take a look at DirectoryIndex section of your virtual host 
configuration. Maybe
index.php is excluded from DirectoryIndex'es.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Cherokee mailing list
[email protected]
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee

Reply via email to