Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


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

redirect da php

Started byEnrico Maria Chellini <bitit@bitit.it>
First post2023-12-26 20:01 +0100
Last post2023-12-27 00:29 +0100
Articles 2 — 1 participant

Back to article view | Back to it.comp.www.php


Contents

  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

#23072 — redirect da php

FromEnrico Maria Chellini <bitit@bitit.it>
Date2023-12-26 20:01 +0100
Subjectredirect da php
Message-ID<20231226200135.4e805bcb@enricodesk>
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 

[toc] | [next] | [standalone]


#23073

FromEnrico Maria Chellini <bitit@bitit.it>
Date2023-12-27 00:29 +0100
Message-ID<20231227002909.5bf614d0@enricodesk>
In reply to#23072
> 
> scusate la domanda ma mi son perso in un bicchiere d'acqua 
> 

Niente scusate ancora, ho risolto.. 

Enrico 

[toc] | [prev] | [standalone]


Back to top | Article view | it.comp.www.php


csiph-web