|
From: <ma...@us...> - 2015-11-12 12:39:12
|
Revision: 733
http://sourceforge.net/p/pywbem/code/733
Author: maiera
Date: 2015-11-12 12:39:09 +0000 (Thu, 12 Nov 2015)
Log Message:
-----------
Changed redirection time to 0, making it a permanent redirection for spiders.
Modified Paths:
--------------
web/index.shtml
Modified: web/index.shtml
===================================================================
--- web/index.shtml 2015-11-12 12:26:05 UTC (rev 732)
+++ web/index.shtml 2015-11-12 12:39:09 UTC (rev 733)
@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta http-equiv="Refresh" content="5; url=http://pywbem.github.io/" />
+<meta http-equiv="Refresh" content="0; url=http://pywbem.github.io/" />
<title>PyWBEM</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|