Jump to content
php.lv forumi

Lapas adresse


hackerman

Recommended Posts

Es nomainīju lapai adresi. Vajag 'pieradināt' tautu, lai nāk uz jauno adresi :)

Ir iespējams uztaisīt tā, ka nočeko kāda adrese ir...

if adrese = $adrese

die un te redirektē uz īsto adresi

 

ir tas iespejams?

Link to comment
Share on other sites

Tomēr sanāca problēma...

 

Skatoties pēc ši piemēra

$url = $_SERVER['REQUEST_URI'];

if($url == '/phpref/53.php'){
echo "You are viewing the PHP Reference for REQUEST_URI";
} else {
echo "You have accessed this URL improperly, We will redirect you now.";
//insert meta refresh here
}

 

Es izmantoju šādu kodu

<?
$url = $_SERVER['REQUEST_URI'];

if($url == 'lapa.lv){
echo "Tu skaties normaalu lapu";
} else {
echo "<center>mees esam mainijushu nosaukumu uz lapalapa.lv tapec izmanto tadu turpmak utt :D <meta http-equiv='refresh' content='1; URL=http://lapalapa.lv'></center>";


} 

?>

 

Problēma tāda, ka visulaiku rāda, ka nepareiza lapa un redirektējas visulaiku :D

Link to comment
Share on other sites

/test.php ...

 

laikam man tajā linkā jānorāda vēl index.php ? :D

 

itkā tagad izmainīju uz

if($url == 'http://lapa.lv/index.php'){

 

Vienalga tas pats...

Edited by hackerman
Link to comment
Share on other sites

×
×
  • Create New...