Jump to content
php.lv forumi

Recommended Posts

Posted
if(strtolower($_SERVER['HTTP_HOST']) != 'manalapa.lv'){
 header("Location: http://www.manalapa.lv{$_SERVER['REQUEST_URI']}?{$_SERVER['QUERY_STRING']}");
}

Posted

Ghenis, bišķi saputrojies.

<?
 if(strtolower($_SERVER['HTTP_HOST'])!="www.manalapa.lv"){
header("Location: http://www.manalapa.lv".$_SERVER['REQUEST_URI']);
exit;
 }
?>

Posted (edited)

tūlīt būs labāks

 

EDIT:

 

mļin, nav vairs formas kur jaunu avatara urlu ierakstīt icon2.gif

Edited by Pentiums
×
×
  • Create New...