[IPSUR-commits] r209 - in www: . book

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Sep 20 18:05:52 CEST 2011


Author: gkerns
Date: 2011-09-20 18:05:51 +0200 (Tue, 20 Sep 2011)
New Revision: 209

Added:
   www/.htaccess
Removed:
   www/book/.htaccess
Modified:
   www/index.html
Log:
more changes


Added: www/.htaccess
===================================================================
--- www/.htaccess	                        (rev 0)
+++ www/.htaccess	2011-09-20 16:05:51 UTC (rev 209)
@@ -0,0 +1,5 @@
+redirect 301 /book/index.html http://ipsur.org/index.html
+redirect 301 /book/install.html http://ipsur.org/install.html
+redirect 301 /book/download.html http://ipsur.org/download.html
+redirect 301 /book/resources.html http://ipsur.org/resources.html
+redirect 301 /book/feedback.html http://ipsur.org/feedback.html

Deleted: www/book/.htaccess
===================================================================
--- www/book/.htaccess	2011-09-20 14:45:30 UTC (rev 208)
+++ www/book/.htaccess	2011-09-20 16:05:51 UTC (rev 209)
@@ -1,5 +0,0 @@
-redirect 301 /index.html http://ipsur.org/index.html
-redirect 301 /install.html http://ipsur.org/install.html
-redirect 301 /download.html http://ipsur.org/download.html
-redirect 301 /resources.html http://ipsur.org/resources.html
-redirect 301 /feedback.html http://ipsur.org/feedback.html

Modified: www/index.html
===================================================================
--- www/index.html	2011-09-20 14:45:30 UTC (rev 208)
+++ www/index.html	2011-09-20 16:05:51 UTC (rev 209)
@@ -24,7 +24,7 @@
 </tr>
 <tr>
 <td width="700" height="100">
-<a href="book/index.html">
+<a href="http://ipsur.org/">
 <img src="IPSURtitle3.png" height="100" width="700" alt="Introduction to Probability and Statistics Using R" border="0" />
 </a>
 </td>



More information about the IPSUR-commits mailing list