Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.www.php > #23072 > unrolled thread
| Started by | Enrico Maria Chellini <bitit@bitit.it> |
|---|---|
| First post | 2023-12-26 20:01 +0100 |
| Last post | 2023-12-27 00:29 +0100 |
| Articles | 2 — 1 participant |
Back to article view | Back to it.comp.www.php
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
| From | Enrico Maria Chellini <bitit@bitit.it> |
|---|---|
| Date | 2023-12-26 20:01 +0100 |
| Subject | redirect 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]
| From | Enrico Maria Chellini <bitit@bitit.it> |
|---|---|
| Date | 2023-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