Hi,

I used

   zf create project beta

to create the project folders as described in the Quickstart to ZF 1.8.
The directories are built properly.

I run the local test servers via virtual directives and this one is
pointing to the beta directory as its document root. When I point my
browser to my localhost, i get the correct result, but the error log
from Apache displays the errors under my signature twice (even once
would be bad :P).

I tried pointing the virtual server to the public directory, which
results in a 500 Internal Server Error.

I tried my .htaccess from another perfectly running ZF 1.7 project, but
it produces the same errors.

After hours of useless and resultless debugging I am quite lost - what
am I missing?

It seems that index.php keeps redirecting to itself - but I cannot
understand why it produces the desired result when pointing to the
"parent" directory (wasn't the application supposed to reside outside
html directory?) and why it ends in an internal server error when
pointing it to the "official" document root ...

-- 
Cheers,                        \\|//
Vince                          (o o)
----------------------------ooO-(_)-Ooo-------------------------
 '''   (o)_(o)                                        [ ][0][ ]
 ô¿ô   (=°o°=)   World Domination by Copy and Paste   [ ][ ][0]
  -    (")_(")                                        [0][0][0]

 ()  ascii ribbon campaign - against html e-mail
 /\  www.asciiribbon.org   - against proprietary attachments
                                   Ooo.
---------------------------.ooO----(  )-------------------------
                           (  )    (_/
                            \_)

[Sat Jun 13 04:12:14 2009] [error] [client 127.0.0.1] Request exceeded
the limit of 10 internal redirects due to probable configuration error.
Use 'LimitInternalRecursion' to increase the limit if necessary. Use
'LogLevel debug' to get a backtrace., referer: http://zf24.localhost/
[Sat Jun 13 04:12:14 2009] [debug] core.c(3046): [client 127.0.0.1]
r->uri = /html/htdocs/zf24/beta/public/index.php, referer:
http://zf24.localhost/
[Sat Jun 13 04:12:14 2009] [debug] core.c(3052): [client 127.0.0.1]
redirected from r->uri = /html/htdocs/zf24/beta/public/index.php,
referer: http://zf24.localhost/
[Sat Jun 13 04:12:14 2009] [debug] core.c(3052): [client 127.0.0.1]
redirected from r->uri = /html/htdocs/zf24/beta/public/index.php,
referer: http://zf24.localhost/
[Sat Jun 13 04:12:14 2009] [debug] core.c(3052): [client 127.0.0.1]
redirected from r->uri = /html/htdocs/zf24/beta/public/index.php,
referer: http://zf24.localhost/
[Sat Jun 13 04:12:14 2009] [debug] core.c(3052): [client 127.0.0.1]
redirected from r->uri = /html/htdocs/zf24/beta/public/index.php,
referer: http://zf24.localhost/
[Sat Jun 13 04:12:14 2009] [debug] core.c(3052): [client 127.0.0.1]
redirected from r->uri = /html/htdocs/zf24/beta/public/index.php,
referer: http://zf24.localhost/
[Sat Jun 13 04:12:14 2009] [debug] core.c(3052): [client 127.0.0.1]
redirected from r->uri = /html/htdocs/zf24/beta/public/index.php,
referer: http://zf24.localhost/
[Sat Jun 13 04:12:14 2009] [debug] core.c(3052): [client 127.0.0.1]
redirected from r->uri = /html/htdocs/zf24/beta/public/index.php,
referer: http://zf24.localhost/
[Sat Jun 13 04:12:14 2009] [debug] core.c(3052): [client 127.0.0.1]
redirected from r->uri = /html/htdocs/zf24/beta/public/index.php,
referer: http://zf24.localhost/
[Sat Jun 13 04:12:14 2009] [debug] core.c(3052): [client 127.0.0.1]
redirected from r->uri = /html/htdocs/zf24/beta/public/index.php,
referer: http://zf24.localhost/
[Sat Jun 13 04:12:14 2009] [debug] core.c(3052): [client 127.0.0.1]
redirected from r->uri = /favicon.ico, referer: http://zf24.localhost/

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to