Groups | Search | Server Info | Login | Register


Groups > it.comp.www.php > #23072

redirect da php

From Enrico Maria Chellini <bitit@bitit.it>
Newsgroups it.comp.www.php
Subject redirect da php
Date 2023-12-26 20:01 +0100
Organization bitit.it
Message-ID <20231226200135.4e805bcb@enricodesk> (permalink)

Show all headers | View raw


perchè questo funziona

""
	else if ($uinput=="linea_uno.php"){
					header("HTTP/1.1 301 Moved
	Permanently"); header("Location: italian-womens-shoes.php");
					exit(); }
""

e questo no?

""
			else if ($uinput=="it/linea_uno.php"){
					header("HTTP/1.1 301 Moved
	Permanently"); header("Location: it/scarpe-donna-italiane.php");
					exit(); }

""

scusate la domanda ma mi son perso in un bicchiere d'acqua 

Enrico 

Back to it.comp.www.php | Previous | NextNext in thread | Find similar


Thread

redirect da php Enrico Maria Chellini <bitit@bitit.it> - 2023-12-26 20:01 +0100
  Re: redirect da php Enrico Maria Chellini <bitit@bitit.it> - 2023-12-27 00:29 +0100

csiph-web