• 21-02-2021, 20:57:06
    #1
    Kimlik doğrulama veya yönetimden onay bekliyor.
    hem localde hemde server tabanında htaccessim çalımıyor 500 hatası veriyor htaccess ve error loglarımı paylasıyorum lütfen yardımcı olabilirmisiniz


    RewriteEngine On
    
    
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME}\.php -f
    RewriteRule ^(.*)$ $1.php
    
    
    RewriteRule ^server/([0-9a-zA-Z-_]+)$  server.php?seo=$1 [NC,NE,L]
    RewriteRule ^server-duzenle/([0-9a-zA-Z-_]+)$  server-duzenle.php?seo=$1&server_id=$2 [NC,NE,L]
    RewriteRule ^zorluk/([0-9a-zA-Z-_]+)$  zorluk.php?zorluk_seo=$1 [NC,NE,L]
    RewriteRule ^zorluk/(.*)/sayfa/(.*)$  zorluk.php?zorluk_seo=$1&sayfa=$2 [NC,NE,L]
    [Sun Feb 21 20:50:34.746225 2021] [core:error] [pid 13504:tid 1892] [client ::1:58204] 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.
    [Sun Feb 21 20:50:34.906639 2021] [core:error] [pid 13504:tid 1876] [client ::1:58205] 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.
    [Sun Feb 21 20:50:42.054365 2021] [core:error] [pid 13504:tid 1892] [client ::1:58207] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:52:06.949426 2021] [core:error] [pid 13504:tid 1876] [client ::1:58256] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:52:07.674912 2021] [core:error] [pid 13504:tid 1892] [client ::1:58257] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:52:07.924145 2021] [core:error] [pid 13504:tid 1876] [client ::1:58258] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:52:08.114708 2021] [core:error] [pid 13504:tid 1892] [client ::1:58259] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:52:15.879174 2021] [core:error] [pid 13504:tid 1876] [client ::1:58262] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:53:51.051691 2021] [core:error] [pid 13504:tid 1892] [client ::1:58295] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:53:51.613876 2021] [core:error] [pid 13504:tid 1876] [client ::1:58304] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:53:51.770886 2021] [core:error] [pid 13504:tid 1892] [client ::1:58305] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:53:51.950900 2021] [core:error] [pid 13504:tid 1876] [client ::1:58306] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:53:57.943017 2021] [core:error] [pid 13504:tid 1892] [client ::1:58307] 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., referer: http://localhost/servertanitim/server-listesi
  • 21-02-2021, 21:02:32
    #2
    livosoft adlı üyeden alıntı: mesajı görüntüle
    hem localde hemde server tabanında htaccessim çalımıyor 500 hatası veriyor htaccess ve error loglarımı paylasıyorum lütfen yardımcı olabilirmisiniz


    RewriteEngine On
    
    
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME}\.php -f
    RewriteRule ^(.*)$ $1.php
    
    
    RewriteRule ^server/([0-9a-zA-Z-_]+)$  server.php?seo=$1 [NC,NE,L]
    RewriteRule ^server-duzenle/([0-9a-zA-Z-_]+)$  server-duzenle.php?seo=$1&server_id=$2 [NC,NE,L]
    RewriteRule ^zorluk/([0-9a-zA-Z-_]+)$  zorluk.php?zorluk_seo=$1 [NC,NE,L]
    RewriteRule ^zorluk/(.*)/sayfa/(.*)$  zorluk.php?zorluk_seo=$1&sayfa=$2 [NC,NE,L]
    [Sun Feb 21 20:50:34.746225 2021] [core:error] [pid 13504:tid 1892] [client ::1:58204] 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.
    [Sun Feb 21 20:50:34.906639 2021] [core:error] [pid 13504:tid 1876] [client ::1:58205] 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.
    [Sun Feb 21 20:50:42.054365 2021] [core:error] [pid 13504:tid 1892] [client ::1:58207] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:52:06.949426 2021] [core:error] [pid 13504:tid 1876] [client ::1:58256] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:52:07.674912 2021] [core:error] [pid 13504:tid 1892] [client ::1:58257] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:52:07.924145 2021] [core:error] [pid 13504:tid 1876] [client ::1:58258] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:52:08.114708 2021] [core:error] [pid 13504:tid 1892] [client ::1:58259] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:52:15.879174 2021] [core:error] [pid 13504:tid 1876] [client ::1:58262] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:53:51.051691 2021] [core:error] [pid 13504:tid 1892] [client ::1:58295] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:53:51.613876 2021] [core:error] [pid 13504:tid 1876] [client ::1:58304] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:53:51.770886 2021] [core:error] [pid 13504:tid 1892] [client ::1:58305] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:53:51.950900 2021] [core:error] [pid 13504:tid 1876] [client ::1:58306] 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., referer: http://localhost/servertanitim/server-listesi
    [Sun Feb 21 20:53:57.943017 2021] [core:error] [pid 13504:tid 1892] [client ::1:58307] 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., referer: http://localhost/servertanitim/server-listesi
    Merhaba livosoft,

    RewriteBase / olmaması kaynaklı olabilir. Hosting aldığınız yer bu sorunu kolayca çözecektir muhtemelen.

    İyi çalışmalar.
  • 21-02-2021, 21:03:41
    #3
    CliaWeb adlı üyeden alıntı: mesajı görüntüle
    Merhaba livosoft,

    RewriteBase / olmaması kaynaklı olabilir. Hosting aldığınız yer bu sorunu kolayca çözecektir muhtemelen.

    İyi çalışmalar.
    aynı sorunu localhosttada alıyorum
  • 21-02-2021, 21:05:51
    #4
    Cliaweb dediği gibi bir de extra olarak şu kodu dener misiniz. İlk kod satırını siliniz. (1-6)

    RewriteBase /
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
  • 21-02-2021, 21:08:11
    #5
    PATRON54 adlı üyeden alıntı: mesajı görüntüle
    Cliaweb dediği gibi bir de extra olarak şu kodu dener misiniz. İlk kod satırını siliniz. (1-6)

    RewriteBase /
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
    not found hatası alıyorum