Merhaba sitemdeki htaccess dosyası bu fakat hata veriyor.
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteBase /
RewriteRule ^embed/(.*)/(.*)(/?)$ includes/embed.php?key=$1&lang=$2
RewriteRule ^embed/(.*)(/?)$ includes/embed.php?key=$1
RewriteRule ^api/([0-9a-zA-Z-_]+)(/?)$ includes/client/$1.php
RewriteRule ^payment/([0-9a-zA-Z-_]+)(/?)$ includes/payment/$1.php
RewriteRule ^login/([0-9a-zA-Z-_]+)(/?)$ includes/login/$1.php
RewriteRule ^go/(.*)(/?)$ includes/view/link.php?id=$1
RewriteRule ^go/(.*)/(.*)(/?)$ includes/view/link.php?id=$1&hl=$2
RewriteRule ^link/([0-9a-zA-Z_]+)(/?)$ index.php?go=link&token=$1
RewriteRule ^edit/([0-9a-zA-Z_]+)(/?)$ index.php?go=edit&token=$1
RewriteRule ^stats/([0-9a-zA-Z_]+)(/?)$ index.php?go=stats&token=$1
RewriteRule ^premium/([0-9a-zA-Z_]+)(/?)$ index.php?go=premium&token=$1
RewriteRule ^buy/([0-9a-zA-Z_]+)(/?)$ index.php?go=buy&token=$1
RewriteRule ^button.png(/?)$ content/assets/image/button.png
RewriteRule ^callback/(.*)/(.*)(/?)$ index.php?go=callback&type=$1&message=$2
RewriteRule ^cron includes/cron.php
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)(/?)$ index.php?go=$1Cpanel loglarda aldığım hata.
[Mon Sep 14 20:50:01.262430 2020] [core:error] [pid 11967:tid 47924803299072] [client 88.99.0.80:60046] 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.
[Mon Sep 14 20:50:01.262454 2020] [core:error] [pid 11967:tid 47924803299072] [client 88.99.0.80:60046] 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.
[Mon Sep 14 20:50:01.285810 2020] [core:error] [pid 11868:tid 47924805400320] [client 88.99.0.80:60050] 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.
[Mon Sep 14 20:50:01.285856 2020] [core:error] [pid 11868:tid 47924805400320] [client 88.99.0.80:60050] 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.
[Mon Sep 14 20:50:01.556587 2020] [core:error] [pid 12383:tid 47924704888576] [client 88.99.0.80:60056] 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.
[Mon Sep 14 20:50:01.556610 2020] [core:error] [pid 12383:tid 47924704888576] [client 88.99.0.80:60056] 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.
[Mon Sep 14 20:50:01.776742 2020] [core:error] [pid 11967:tid 47924815906560] [client 88.99.0.80:60058] 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.
[Mon Sep 14 20:50:01.776764 2020] [core:error] [pid 11967:tid 47924815906560] [client 88.99.0.80:60058] 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.
[Mon Sep 14 20:50:35.838291 2020] [core:error] [pid 11868:tid 47924704888576] [client 207.46.13.86:5875] 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.
[Mon Sep 14 20:50:35.838328 2020] [core:error] [pid 11868:tid 47924704888576] [client 207.46.13.86:5875] 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.
htaacces de sanırım bir sorun var ama çözemedim.