<?php
if(!$logged){
if(
$_SERVER['REQUEST_URI'] <> "/index.php?route=account/login" &&
$_SERVER['REQUEST_URI'] <> "/index.php?route=account/register" &&
$_SERVER['REQUEST_URI'] <> "/index.php?route=common/home"
)
{
header('Location: index.php?route=account/login');
}
}
?>
bu kodları ekleyince sayfa görüntülenemiyor. giriş sayfası : "http://10fashion.cn.com/women/index.php?route=account/login" buraya yonlendiriyor ve sayfa hiç görüntülenemiyor. Header ekte
NOT : Versiyon 1.5.2.1
if(!$logged){
if(
$_SERVER['REQUEST_URI'] <> "/index.php?route=account/login" &&
$_SERVER['REQUEST_URI'] <> "/index.php?route=account/register" &&
$_SERVER['REQUEST_URI'] <> "/index.php?route=common/home"
)
{
header('Location: index.php?route=account/login');
}
}
?>
bu kodları ekleyince sayfa görüntülenemiyor. giriş sayfası : "http://10fashion.cn.com/women/index.php?route=account/login" buraya yonlendiriyor ve sayfa hiç görüntülenemiyor. Header ekte
NOT : Versiyon 1.5.2.1