.htacces Mod_Rewrite Problem mit Serverpfad

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

.htacces Mod_Rewrite Problem mit Serverpfad

Postby TobbiDev » 01. November 2014 00:01

Hallo Liebe Community,
ich habe leider ein kleines Problem mit meiner .htaccess.
Ich habe auf meinem XAMPP-Server einen neuen Ordner im htdocs-folder angelegt also eine "Unterwebsite".
Darin habe ich eine .htaccess angelegt und verschiedene Sachen, sowie ein ModRewrite-Generator benutzt (http://www.generateit.net/mod-rewrite/index.php). Jedoch bekomme ich es nicht hin dass die URL http://localhost/site02/home auf diese http://localhost/site02/index.php/?page=home geleited wird.
Ich habe es auch mit der .htaccess im root (htdocs) folder versucht jedoch bekomme ich folgende Nachricht:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at postmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.5.15 Server at localhost Port 80


Bei dieser Nachricht wird die .htaccess im site02-folder benutzt mit folgendem Code: (Habe auch welche auskommentiert die villeicht einen Nutzen haben könntent)

Code: Select all
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
#RewriteRule ^([^/]*)\.html$ index.php?page=$1 [L]
#RewriteRule ^([^/]*)/$ index.php?page=$1 [L]
#RewriteRule ^([^/]*)$ /index.php?page=$1 [L]  (<--- hat keinen Fehler, ruft nur die index.php im htdocs-folder auf wegen dem '/')
RewriteRule ^site02/([^_]*)$ /site02/index.php?page=$1 [L]
</IfModule>


Ich hoffe ihr habt mein Anliegen verstanden und könnt mir helfen. Zur Not formulieren ich es ausführlicher oder Poste einen LOG.
User avatar
TobbiDev
 
Posts: 3
Joined: 31. October 2014 23:46
Operating System: Windows 7 Ultimate, OSX

Re: .htacces Mod_Rewrite Problem mit Serverpfad

Postby Altrea » 01. November 2014 10:19

Viel hilfreicher wären Informationen aus dem Apache error.log zum HTTP Fehler 500
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 10 Pro x64

Re: .htacces Mod_Rewrite Problem mit Serverpfad

Postby TobbiDev » 01. November 2014 17:34

Altrea wrote:Viel hilfreicher wären Informationen aus dem Apache error.log zum HTTP Fehler 500


error.log:

Code: Select all
[Fri Oct 31 23:18:30.688670 2014] [ssl:warn] [pid 3800:tid 172] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Oct 31 23:18:30.813470 2014] [so:warn] [pid 3800:tid 172] AH01574: module cache_disk_module is already loaded, skipping
[Fri Oct 31 23:18:30.844670 2014] [core:warn] [pid 3800:tid 172] AH00098: pid file C:/Users/Produktion/Desktop/web01/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Oct 31 23:18:30.844670 2014] [auth_digest:notice] [pid 3800:tid 172] AH01757: generating secret for digest authentication ...
[Fri Oct 31 23:18:30.844670 2014] [lbmethod_heartbeat:notice] [pid 3800:tid 172] AH02282: No slotmem from mod_heartmonitor
[Fri Oct 31 23:18:32.366679 2014] [ssl:warn] [pid 3800:tid 172] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Oct 31 23:18:35.229110 2014] [mpm_winnt:notice] [pid 3800:tid 172] AH00455: Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.5.15 configured -- resuming normal operations
[Fri Oct 31 23:18:35.229110 2014] [mpm_winnt:notice] [pid 3800:tid 172] AH00456: Apache Lounge VC11 Server built: Jul 17 2014 11:50:08
[Fri Oct 31 23:18:35.229110 2014] [core:notice] [pid 3800:tid 172] AH00094: Command line: 'c:\\users\\produktion\\desktop\\web01\\apache\\bin\\httpd.exe -d C:/Users/Produktion/Desktop/web01/apache'
[Fri Oct 31 23:18:35.232110 2014] [mpm_winnt:notice] [pid 3800:tid 172] AH00418: Parent: Created child process 5704
[Fri Oct 31 23:18:35.637930 2014] [so:warn] [pid 5704:tid 184] AH01574: module cache_disk_module is already loaded, skipping
[Fri Oct 31 23:18:36.293968 2014] [ssl:warn] [pid 5704:tid 184] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Oct 31 23:18:36.318969 2014] [so:warn] [pid 5704:tid 184] AH01574: module cache_disk_module is already loaded, skipping
[Fri Oct 31 23:18:36.350570 2014] [auth_digest:notice] [pid 5704:tid 184] AH01757: generating secret for digest authentication ...
[Fri Oct 31 23:18:36.350570 2014] [lbmethod_heartbeat:notice] [pid 5704:tid 184] AH02282: No slotmem from mod_heartmonitor
[Fri Oct 31 23:18:37.500800 2014] [ssl:warn] [pid 5704:tid 184] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Oct 31 23:18:37.614203 2014] [mpm_winnt:notice] [pid 5704:tid 184] AH00354: Child: Starting 150 worker threads.
[Fri Oct 31 23:21:35.363916 2014] [core:error] [pid 5704:tid 1900] [client ::1:62592] AH00124: 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.
[Fri Oct 31 23:21:35.363916 2014] [core:error] [pid 5704:tid 1900] [client ::1:62592] AH00124: 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.
[Fri Oct 31 23:24:42.230280 2014] [core:error] [pid 5704:tid 1900] [client ::1:62993] AH00124: 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.
[Fri Oct 31 23:24:42.230280 2014] [core:error] [pid 5704:tid 1900] [client ::1:62993] AH00124: 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.
[Fri Oct 31 23:24:43.076496 2014] [core:error] [pid 5704:tid 1900] [client ::1:63012] AH00124: 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.
[Fri Oct 31 23:24:43.076496 2014] [core:error] [pid 5704:tid 1900] [client ::1:63012] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.010010 2014] [core:error] [pid 5704:tid 1900] [client ::1:63169] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:05.862632 2014] [core:error] [pid 5704:tid 1900] [client ::1:63184] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:26:06.284651 2014] [core:error] [pid 5704:tid 1872] [client ::1:63185] AH00124: 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.
[Fri Oct 31 23:31:20.141494 2014] [core:error] [pid 5704:tid 1852] [client ::1:63855] AH00124: 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.
[Fri Oct 31 23:31:20.142494 2014] [core:error] [pid 5704:tid 1852] [client ::1:63855] AH00124: 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.
[Fri Oct 31 23:31:41.429001 2014] [core:error] [pid 5704:tid 1828] [client ::1:63896] AH00124: 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.
[Fri Oct 31 23:31:41.429001 2014] [core:error] [pid 5704:tid 1828] [client ::1:63896] AH00124: 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.
[Fri Oct 31 23:31:42.057624 2014] [core:error] [pid 5704:tid 1900] [client ::1:63897] AH00124: 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.
[Fri Oct 31 23:31:42.057624 2014] [core:error] [pid 5704:tid 1900] [client ::1:63897] AH00124: 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.
[Fri Oct 31 23:32:35.612838 2014] [core:error] [pid 5704:tid 1828] [client ::1:63988] AH00124: 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.
[Fri Oct 31 23:32:35.612838 2014] [core:error] [pid 5704:tid 1828] [client ::1:63988] AH00124: 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.
[Fri Oct 31 23:32:36.883664 2014] [core:error] [pid 5704:tid 1872] [client ::1:63989] AH00124: 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.
[Fri Oct 31 23:32:36.899264 2014] [core:error] [pid 5704:tid 1872] [client ::1:63989] AH00124: 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.
[Fri Oct 31 23:32:37.356687 2014] [core:error] [pid 5704:tid 1852] [client ::1:64012] AH00124: 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.
[Fri Oct 31 23:32:37.356687 2014] [core:error] [pid 5704:tid 1852] [client ::1:64012] AH00124: 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.
[Fri Oct 31 23:37:05.003300 2014] [core:error] [pid 5704:tid 1836] [client ::1:64572] AH00124: 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.
[Fri Oct 31 23:37:05.003300 2014] [core:error] [pid 5704:tid 1836] [client ::1:64572] AH00124: 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.
[Fri Oct 31 23:37:09.264130 2014] [core:error] [pid 5704:tid 1836] [client ::1:64591] AH00124: 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.
[Fri Oct 31 23:37:09.264130 2014] [core:error] [pid 5704:tid 1836] [client ::1:64591] AH00124: 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.
[Fri Oct 31 23:37:10.031553 2014] [core:error] [pid 5704:tid 1836] [client ::1:64592] AH00124: 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.
[Fri Oct 31 23:37:10.031553 2014] [core:error] [pid 5704:tid 1836] [client ::1:64592] AH00124: 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.
[Fri Oct 31 23:37:10.445973 2014] [core:error] [pid 5704:tid 1836] [client ::1:64595] AH00124: 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.
[Fri Oct 31 23:37:10.445973 2014] [core:error] [pid 5704:tid 1836] [client ::1:64595] AH00124: 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.
[Fri Oct 31 23:38:08.155071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.155071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.155071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.155071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.155071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.155071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.155071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.155071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.156071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.156071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.156071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.156071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.156071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.156071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.156071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.156071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.156071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.156071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.156071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.156071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.156071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:08.156071 2014] [core:error] [pid 5704:tid 1852] [client ::1:64703] AH00124: 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.
[Fri Oct 31 23:38:17.910110 2014] [core:error] [pid 5704:tid 1872] [client ::1:64747] AH00124: 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.
[Fri Oct 31 23:38:17.910110 2014] [core:error] [pid 5704:tid 1872] [client ::1:64747] AH00124: 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.
[Fri Oct 31 23:38:19.444138 2014] [core:error] [pid 5704:tid 1848] [client ::1:64748] AH00124: 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.
[Fri Oct 31 23:38:19.444138 2014] [core:error] [pid 5704:tid 1848] [client ::1:64748] AH00124: 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.
[Fri Oct 31 23:38:19.892163 2014] [core:error] [pid 5704:tid 1852] [client ::1:64749] AH00124: 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.
[Fri Oct 31 23:38:19.893163 2014] [core:error] [pid 5704:tid 1852] [client ::1:64749] AH00124: 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.
[Fri Oct 31 23:38:20.302984 2014] [core:error] [pid 5704:tid 1836] [client ::1:64750] AH00124: 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.
[Fri Oct 31 23:38:20.302984 2014] [core:error] [pid 5704:tid 1836] [client ::1:64750] AH00124: 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.
[Fri Oct 31 23:38:20.697403 2014] [core:error] [pid 5704:tid 1900] [client ::1:64751] AH00124: 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.
[Fri Oct 31 23:38:20.697403 2014] [core:error] [pid 5704:tid 1900] [client ::1:64751] AH00124: 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.
[Fri Oct 31 23:41:05.719020 2014] [core:error] [pid 5704:tid 1828] [client ::1:65091] AH00124: 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.
[Fri Oct 31 23:41:05.719020 2014] [core:error] [pid 5704:tid 1828] [client ::1:65091] AH00124: 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.
[Fri Oct 31 23:41:06.682248 2014] [core:error] [pid 5704:tid 1828] [client ::1:65094] AH00124: 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.
[Fri Oct 31 23:41:06.682248 2014] [core:error] [pid 5704:tid 1828] [client ::1:65094] AH00124: 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.
[Fri Oct 31 23:41:07.110065 2014] [core:error] [pid 5704:tid 1828] [client ::1:65097] AH00124: 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.
[Fri Oct 31 23:41:07.110065 2014] [core:error] [pid 5704:tid 1828] [client ::1:65097] AH00124: 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.
[Fri Oct 31 23:41:17.258506 2014] [ssl:warn] [pid 812:tid 172] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Oct 31 23:41:17.274106 2014] [so:warn] [pid 812:tid 172] AH01574: module cache_disk_module is already loaded, skipping
[Fri Oct 31 23:41:17.305306 2014] [core:warn] [pid 812:tid 172] AH00098: pid file C:/Users/Produktion/Desktop/web01/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Oct 31 23:41:17.305306 2014] [auth_digest:notice] [pid 812:tid 172] AH01757: generating secret for digest authentication ...
[Fri Oct 31 23:41:17.320906 2014] [lbmethod_heartbeat:notice] [pid 812:tid 172] AH02282: No slotmem from mod_heartmonitor
[Fri Oct 31 23:41:18.350508 2014] [ssl:warn] [pid 812:tid 172] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Oct 31 23:41:18.381708 2014] [mpm_winnt:notice] [pid 812:tid 172] AH00455: Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.5.15 configured -- resuming normal operations
[Fri Oct 31 23:41:18.381708 2014] [mpm_winnt:notice] [pid 812:tid 172] AH00456: Apache Lounge VC11 Server built: Jul 17 2014 11:50:08
[Fri Oct 31 23:41:18.381708 2014] [core:notice] [pid 812:tid 172] AH00094: Command line: 'c:\\users\\produktion\\desktop\\web01\\apache\\bin\\httpd.exe -d C:/Users/Produktion/Desktop/web01/apache'
[Fri Oct 31 23:41:18.381708 2014] [mpm_winnt:notice] [pid 812:tid 172] AH00418: Parent: Created child process 7620
[Fri Oct 31 23:41:18.724908 2014] [so:warn] [pid 7620:tid 184] AH01574: module cache_disk_module is already loaded, skipping
[Fri Oct 31 23:41:19.270909 2014] [ssl:warn] [pid 7620:tid 184] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Oct 31 23:41:19.302109 2014] [so:warn] [pid 7620:tid 184] AH01574: module cache_disk_module is already loaded, skipping
[Fri Oct 31 23:41:19.333310 2014] [auth_digest:notice] [pid 7620:tid 184] AH01757: generating secret for digest authentication ...
[Fri Oct 31 23:41:19.333310 2014] [lbmethod_heartbeat:notice] [pid 7620:tid 184] AH02282: No slotmem from mod_heartmonitor
[Fri Oct 31 23:41:20.440911 2014] [ssl:warn] [pid 7620:tid 184] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Oct 31 23:41:20.518912 2014] [mpm_winnt:notice] [pid 7620:tid 184] AH00354: Child: Starting 150 worker threads.
[Fri Oct 31 23:41:34.183737 2014] [core:error] [pid 7620:tid 1936] [client ::1:65152] AH00124: 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.
[Fri Oct 31 23:41:34.183737 2014] [core:error] [pid 7620:tid 1936] [client ::1:65152] AH00124: 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.
[Fri Oct 31 23:41:37.744362 2014] [core:error] [pid 7620:tid 1936] [client ::1:65159] AH00124: 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.
[Fri Oct 31 23:41:37.744362 2014] [core:error] [pid 7620:tid 1936] [client ::1:65159] AH00124: 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.
[Sat Nov 01 00:11:56.433894 2014] [core:error] [pid 7620:tid 1936] [client ::1:52748] AH00124: 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.
[Sat Nov 01 00:11:56.433894 2014] [core:error] [pid 7620:tid 1936] [client ::1:52748] AH00124: 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.
[Sat Nov 01 00:12:12.139519 2014] [core:error] [pid 7620:tid 1936] [client ::1:52784] AH00124: 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.
[Sat Nov 01 00:12:12.139519 2014] [core:error] [pid 7620:tid 1936] [client ::1:52784] AH00124: 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.
[Sat Nov 01 00:12:17.219352 2014] [core:error] [pid 7620:tid 1916] [client ::1:52783] AH00124: 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.
[Sat Nov 01 00:12:17.219352 2014] [core:error] [pid 7620:tid 1916] [client ::1:52783] AH00124: 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.
[Sat Nov 01 00:12:21.215179 2014] [core:error] [pid 7620:tid 1936] [client ::1:52795] AH00124: 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.
[Sat Nov 01 00:12:21.215179 2014] [core:error] [pid 7620:tid 1936] [client ::1:52795] AH00124: 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.


Ich hoffe diese Informationen sind hilfreich.
User avatar
TobbiDev
 
Posts: 3
Joined: 31. October 2014 23:46
Operating System: Windows 7 Ultimate, OSX

Re: .htacces Mod_Rewrite Problem mit Serverpfad

Postby Altrea » 01. November 2014 22:45

Deine Rewriterule resultiert in einer Endlosschleife.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 10 Pro x64

Re: .htacces Mod_Rewrite Problem mit Serverpfad

Postby TobbiDev » 02. November 2014 20:35

Altrea wrote:Deine Rewriterule resultiert in einer Endlosschleife.


Würdest du mir helfen den Fehler zu korriegieren?
User avatar
TobbiDev
 
Posts: 3
Joined: 31. October 2014 23:46
Operating System: Windows 7 Ultimate, OSX


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 45 guests