My favorites | Sign in
Project Logo
       
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?php

if(isset($_GET["section"])){

$section = $_GET["section"];

$rootPath = "http://zarate.tv/";

switch($section){

case("portfolioDetail"):
case("portfolio"):
header("Location:".$rootPath."portfolio");breaK;
case("home"):
header("Location:".$rootPath."es");break;
case("about"):
header("Location:".$rootPath."personal");break;
case("proyectos"):
header("Location:".$rootPath."proyectos");break;
case("articulos"):
header("Location:".$rootPath."articulos");break;
case("css"):
header("Location:".$rootPath."es");break;
default:
break;
}

}

?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
<head>

<title>Z&aacute;rate</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<script type="text/javascript">

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

</script>

<script type="text/javascript">

var pageTracker = _gat._getTracker("UA-158766-1");
pageTracker._initData();
pageTracker._trackPageview();

</script>

</head>
<body>

<h1>Z&aacute;rate no encuentra lo que buscas :|</h1>

<p>Hay una <a href="http://zarate.tv">nueva versi&oacute;n</a> de esta web. He tratado de &quot;recuperar&quot; todos los enlaces de la versi&oacute;n anterior, pero si est&aacute;s leyendo esto es que algo me he dejado. Mis disculpas!</p>

<p>Juan Delgado - <a href="http://zarate.tv">Z&aacute;rate</a></p>

</body>
</html>
Show details Hide details

Change log

r99 by zzzarate on Apr 05, 2008   Diff
Fixed bug when redirecting to
www.zarate.tv and crossdomain.xml
Go to: 
Project members, sign in to write a code review

Older revisions

r90 by zzzarate on Mar 29, 2008   Diff
Now handling old v2 url system. I'd
love to deal with it inside Code
Igniter, but that would force me to
allow query-type urls and that's not
good!
All revisions of this file

File info

Size: 1763 bytes, 64 lines
Hosted by Google Code