Ben yöneticiler oturumu ayarlı değilse, ancak ben kullanmak, izin nerede var sayfanın birinde, başlık index.php onları yönlendirmek ve bu yöntem çalışır.
I home index.php onu değiştirir htaccess için ama tarayıcıda bir hata veriyor hangi ile index.php değiştirin
Bu çalışır:
if(!isset($_SESSION['MEMBER'])){ header("Location: index.php"); }
Bu işe yaramazsa:
if(!isset($_SESSION['MEMBER'])){ header("Location: home"); }
htaccess:
RewriteRule ^home$ index.php
Firefox hata:
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept cookies.
Bunun nesi yanlış? Nasıl bu yöntem işe alabilirim?