php.de

Zurück   php.de > Webentwicklung > Server, Hosting und Workstations

Server, Hosting und Workstations Server-Konfigurationsdateien (.htaccess/httpd.conf) und Arbeiten auf Serverebene

Antwort
 
LinkBack Themen-Optionen Thema bewerten
Alt 08.01.2010, 16:50  
Benutzer
 
Registriert seit: 18.10.2009
Beiträge: 30
PHP-Kenntnisse:
Fortgeschritten
AUSTRIA ist zur Zeit noch ein unbeschriebenes Blatt
Standard RewriteRule führt zu Internal Error

Code:
RewriteEngine on
RewriteRule ^([a-z|\-]+)/ ./program.php?p_id=$1&p_name=$2
RewriteRule ^([a-z|\-]+) ./program.php?p_id=$1&p_name=$2
führt beim Aufruf von Domain.de - Domainsuchergebnis zu einem Internal Error des Servers.
wenn ich die zweite RewriteRule entferne und Domain.de - Domainsuchergebnis aufrufe funktioniert die Umleitung.

Wie kann ich es machen, dass der Slash am Ende optional ist?

mfg AUSTRIA
__________________
I write code in following languages:
Pascal(Delphi + Lazarus), PHP, SQLite, MySQL, HTML, JavaScript (jQuery), CSS
AUSTRIA ist offline   Mit Zitat antworten
Sponsor Mitteilung
PHP Code Flüsterer

Registriert seit: 21.08.2005
Beiträge: 4682
PHP-Kenntnisse:
Fortgeschritten

Alt 08.01.2010, 16:51  
Moderator
 
Benutzerbild von robo47
 
Registriert seit: 03.09.2004
Beiträge: 11.792
PHP-Kenntnisse:
Fortgeschritten
robo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz sein
Standard

mal ins error-log geschaut ob da was steht ?
robo47 ist offline   Mit Zitat antworten
Alt 08.01.2010, 16:52  
Benutzer
 
Registriert seit: 18.10.2009
Beiträge: 30
PHP-Kenntnisse:
Fortgeschritten
AUSTRIA ist zur Zeit noch ein unbeschriebenes Blatt
Standard

Die Bearbeitung wurde vorzeitig abgebrochen
__________________
I write code in following languages:
Pascal(Delphi + Lazarus), PHP, SQLite, MySQL, HTML, JavaScript (jQuery), CSS
AUSTRIA ist offline   Mit Zitat antworten
Alt 08.01.2010, 16:54  
Moderator
 
Benutzerbild von robo47
 
Registriert seit: 03.09.2004
Beiträge: 11.792
PHP-Kenntnisse:
Fortgeschritten
robo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz sein
Standard

Der Wortlaut steht im error-log vom apachen ?
robo47 ist offline   Mit Zitat antworten
Alt 08.01.2010, 16:57  
Benutzer
 
Registriert seit: 18.10.2009
Beiträge: 30
PHP-Kenntnisse:
Fortgeschritten
AUSTRIA ist zur Zeit noch ein unbeschriebenes Blatt
Standard

Zitat:
[Fri Jan 08 16:01:06 2010] [error] [client ::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.
__________________
I write code in following languages:
Pascal(Delphi + Lazarus), PHP, SQLite, MySQL, HTML, JavaScript (jQuery), CSS
AUSTRIA ist offline   Mit Zitat antworten
Alt 08.01.2010, 17:28  
Moderator
 
Benutzerbild von robo47
 
Registriert seit: 03.09.2004
Beiträge: 11.792
PHP-Kenntnisse:
Fortgeschritten
robo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz seinrobo47 kann auf vieles stolz sein
Standard

fehlt da vielleicht ein [L]
-> modrewrite.de | mod_rewrite Syntax | Die Syntax von mod_rewrite
robo47 ist offline   Mit Zitat antworten
Antwort


Themen-Optionen
Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an
Gehe zu

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
[Erledigt] Verarbeiten eines Fatal Error starwhooper PHP Tipps 2009 10 12.11.2009 14:54
[Erledigt] 500 - Internal Server Error (plötzlich) Capfly Server, Hosting und Workstations 2 09.10.2009 18:25
Kein Zugriff! yannicf PHP Tipps 2009 1 16.03.2009 13:08
Spionageversuch? Code-Injection? saibot PHP-Fortgeschrittene 24 06.10.2007 02:07
[Erledigt] RewriteRule will nich so richtig PHP-Fortgeschrittene 8 20.10.2006 11:17
/kategorie auf / weiterleiten htaccess ypsie PHP Tipps 2006 9 13.10.2006 14:47
500 Internal Server Error... PHP Tipps 2007 6 30.11.2005 09:33
xmlrpc-epi kompilieren [gelöst] freq.9 Server, Hosting und Workstations 4 24.07.2005 21:45
Error 500 bei .htaccess test022 PHP Tipps 2005 18 10.02.2005 17:11
HTTP request failed! HTTP/1.1 500 Internal Server Error Datenbanken 6 28.01.2005 14:54
[Erledigt] Internal Server Error und mod_rewrite PHP Tipps 2005 4 12.01.2005 16:50
Internal Server Error PHP Tipps 2004-2 11 24.11.2004 18:44
Internal Server Error Skazi PHP Tipps 2004 2 06.10.2004 22:31
Internal Server Error PHP Tipps 2004 2 09.09.2004 19:07

Besucher kamen über folgende Suchanfragen bei Google auf diese Seite
request exceeded the limit of 10 internal redirects due to probable configuration error, request exceeded the limit of 10 internal redirects due to probable configuration error., request exceeded the limit of 10 internal redirects due to probable configuration error. use \'limitinternalrecursion\' to increase the limit if necessary., 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., request exceeded the limit of 10 internal redirects due to probable configuration error. use \'limitinternalrecursion\' to increase the limit if necessary, request exceeded the limit of 10 internal redirects, request exceeded the limit of 10 internal redirects due to probable configuration error. use \'limitinternalrecursion\', \request exceeded the limit of 10 internal redirects due to probable configuration error.\, request exceeded the limit of 4 internal redirects due to probable configuration error. use \'limitinternalrecursion\' to increase the limit if necessary. use \'loglevel debug\' to get a backtrace., use \'limitinternalrecursion\' to increase the limit if necessary, request exceeded the limit of 4 internal redirects due to probable configuration error, 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, zend framework request exceeded the limit of 10 internal redirects, rewriterule request, zend limitinternalrecursion, zend internal error, rewriterule internal server error, \request exceeded the limit of 10 internal redirects due to probable configuration error\, 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.,, php rewrite request exceeded the limit of 10 internal redirects due to probable configuration error.

Alle Zeitangaben in WEZ +2. Es ist jetzt 21:55 Uhr.




Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Aprilia-Forum, Aquaristik-Forum, Liebeskummer-Forum, Zierfisch-Forum, Geizkragen-Forum