Autor Zpráva
Werner
Profil
Jak udělat tohle v html stránce (stranka.html):

<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.exemple.cz/12/");
header("Connection: close");
?>

Přesměrování 301 jednotlivých souborů?

Díky
djlj
Profil
Pomocí .htaccess.
Toto téma je uzamčeno. Odpověď nelze zaslat.

0