🔍 IEF Framework Routing Debugger

📊 Sunucu Değişkenleri (Litespeed/Apache Check)

REQUEST_URI:        /
QUERY_STRING:       
SCRIPT_NAME:        /index.php
PHP_SELF:           /index.php
PATH_INFO:          YOK
REDIRECT_URL:       YOK
SERVER_SOFTWARE:    LiteSpeed

🔗 .htaccess Yönlendirme Analizi

Girdiğiniz URL: /

✅ Yönlendirme Başarılı! Sunucu isteği yakalayıp bu dosyaya (index.php simülasyonu) pasladı.

📂 Dosya Sistemi Kontrolü

🛤️ Rota Eşleşme Simülasyonu

Tanımlı Toplam Rota Sayısı: 205

Aranan Temiz URI: /

Eşleşme Tablosu:

GET    /                              -> HomeController@index [EŞLEŞTİ!]
GET    /uzmanlar                      -> ExpertController@index
GET    /uzmanlar/{slug}               -> ExpertController@show
GET    /uzmanlar/view-profile/{id}    -> ExpertController@viewById
GET    /api/expert/occupied-slots     -> ExpertController@getOccupiedSlots
GET    /testler                       -> TestController@index
GET    /testler/{slug}                -> TestController@show
GET    /testler/{slug}/basla          -> TestController@start
POST   /testler/{slug}/sonuc          -> TestController@submit
GET    /testler/paylas/{token}        -> TestController@viewShared
GET    /test-olustur                  -> TestController@createCustom
POST   /test-olustur/kaydet           -> TestController@storeCustom
POST   /api/report-error              -> ErrorReportController@report
GET    /blog                          -> BlogController@index
GET    /blog/{slug}                   -> BlogController@show
GET    /duyurular                     -> AnnouncementController@index
GET    /duyuru/{id}                   -> AnnouncementController@show
GET    /profil/{slug}                 -> ProfileController@show
GET    /giris                         -> AuthController@showLogin
POST   /giris                         -> AuthController@login
GET    /kayit                         -> AuthController@showRegister
POST   /kayit                         -> AuthController@register
GET    /sifre-sifirla                 -> AuthController@showForgotPassword
POST   /sifre-sifirla                 -> AuthController@forgotPassword
GET    /sifre-yenile/{token}          -> AuthController@showResetPassword
POST   /sifre-yenile                  -> AuthController@resetPassword
GET    /cikis                         -> AuthController@logout
GET    /logout                        -> AuthController@logout

Fatal error: Uncaught Error: Object of class Closure could not be converted to string in /home2/mediaweb/public_html/index.php:88 Stack trace: #0 {main} thrown in /home2/mediaweb/public_html/index.php on line 88