web/html/docs/user-guide/f11 index.php,1.4,1.5

Rüdiger Landmann rlandmann at fedoraproject.org
Wed Nov 11 22:52:32 UTC 2009


Author: rlandmann

Update of /cvs/fedora/web/html/docs/user-guide/f11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14372/user-guide/f11

Modified Files:
	index.php 
Log Message:
Redirect with http-equiv instead of php


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/docs/user-guide/f11/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.php	10 Nov 2009 00:18:50 -0000	1.4
+++ index.php	11 Nov 2009 22:52:02 -0000	1.5
@@ -1,5 +1,9 @@
-<?php
-/* Redirect to main docs page */
-header("Location: http://docs.fedoraproject.org/index.html");
-?>
- 
+<html>
+<head>
+<meta http-equiv="refresh" content="0;url=http://docs.fedoraproject.org/">
+<!-- redirect to main docs page -->
+</head>
+<body>
+<p>Navigation for this guide is now through the main documentation menu. If your browser does not redirect you automatically, follow this link: <a href="http://docs.fedoraproject.org/">http://docs.fedoraproject.org/</a>
+</body>
+</html> 




More information about the Fedora-docs-commits mailing list