Código:
Analizando este error parece que el htaccess que tengo definido tiene algun error, el mismo es:[Mon Jan 12 01:19:39 2015] [info] Initial (No.1) HTTPS request received for child 3 (server empresa.dominio.com:443) [Mon Jan 12 01:19:39 2015] [error] [client 10.18.1.3] 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: https://empresa.dominio.com/ [Mon Jan 12 01:19:39 2015] [debug] core.c(3112): [client 10.18.1.3] r->uri = /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/ [Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/ [Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/ [Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/ [Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/ [Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/ [Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/ [Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/ [Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/ [Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/ [Mon Jan 12 01:19:39 2015] [debug] core.c(3118): [client 10.18.1.3] redirected from r->uri = /welcome/authenticate, referer: https://empresa.dominio.com/ [Mon Jan 12 01:19:39 2015] [debug] mod_deflate.c(615): [client 10.18.1.3] Zlib: Compressed 625 to 383 : URL /ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/ldapreport/index.php/welcome/authenticate, referer: https://empresa.dominio.com/ [Mon Jan 12 01:19:39 2015] [debug] ssl_engine_kernel.c(1884): OpenSSL: Write: SSL negotiation finished successfully [Mon Jan 12 01:19:39 2015] [info] [client 10.18.1.3] Connection closed to child 3 with standard shutdown (server empresa.dominio.com:443)
Código:
Alguna idea de lo que puede ser? <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /app RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] </IfModule> <IfModule !mod_rewrite.c> ErrorDocument 404 /app/index.php </IfModule>