K|NG Posted May 25, 2003 Report Share Posted May 25, 2003 Man te vajag redirektēt no nepareizā domēna uz pareizo neaiztiekot htaccess . header("location:http://www.pareizalapa.lv");exit(); neiet dēļ cookies ? Pagaidām ko izdomāju ir, bet ja izslēgts JavaScripts tad arī ni (: <?php $refer=@getenv("HTTP_REFERER"); if(eregi("^http://(www.)?nepareizais.lv",$refer)){ die("<html><head><title>redirect</title><script type="text/javascript">window.location='http://www.pareizalapa.lv/';</script></head><body><a href="http://www.pareizalapa.lv">www.pareizalapa.lv</a></body></html>"); }?> ??? Link to comment Share on other sites More sharing options...
RuncZ Posted May 26, 2003 Report Share Posted May 26, 2003 a kā būtu ja javascripta vietā iemestu šito ??? <META http-equiv="refresh" content="0; URL=http://www.pareizais.lv/"> Link to comment Share on other sites More sharing options...
Recommended Posts