www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www .htaccess


From: Dora Scilipoti
Subject: www .htaccess
Date: Wed, 04 Jun 2014 08:12:38 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Dora Scilipoti <dora>   14/06/04 08:12:38

Modified files:
        .              : .htaccess 

Log message:
        Permanently redirect malware*.html and proprietary*.html from 
/philosophy/ to /philosophy/proprietary/. (Will add translation files once the 
po subdir is created) RT#914790.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/.htaccess?cvsroot=www&r1=1.32&r2=1.33

Patches:
Index: .htaccess
===================================================================
RCS file: /web/www/www/.htaccess,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- .htaccess   11 Oct 2012 23:03:34 -0000      1.32
+++ .htaccess   4 Jun 2014 08:12:37 -0000       1.33
@@ -3,6 +3,21 @@
 # Expand SSI directives in .translist files
 AddOutputFilter INCLUDES .translist
 
+# Redirect malware*.html and proprietary*.html from /philosophy/ to 
/philosophy/proprietary/ (RT#914790).
+
+RedirectPermanent /philosophy/malware-apple.html 
http://www.gnu.org/philosophy/proprietary/malware-apple.html
+RedirectPermanent /philosophy/malware-kindle-swindle.html 
http://www.gnu.org/philosophy/proprietary/malware-kindle-swindle.html
+RedirectPermanent /philosophy/malware-microsoft.html 
http://www.gnu.org/philosophy/proprietary/malware-microsoft.html
+RedirectPermanent /philosophy/malware-mobiles.html 
http://www.gnu.org/philosophy/proprietary/malware-mobiles.html
+RedirectPermanent /philosophy/proprietary.html 
http://www.gnu.org/philosophy/proprietary/proprietary.html
+RedirectPermanent /philosophy/proprietary-back-doors.html 
http://www.gnu.org/philosophy/proprietary/proprietary-back-doors.html
+RedirectPermanent /philosophy/proprietary-drm.html 
http://www.gnu.org/philosophy/proprietary/proprietary-drm.html
+RedirectPermanent /philosophy/proprietary-insecurity.html 
http://www.gnu.org/philosophy/proprietary/proprietary-insecurity.html
+RedirectPermanent /philosophy/proprietary-jails.html 
http://www.gnu.org/philosophy/proprietary/proprietary-jails.html
+RedirectPermanent /philosophy/proprietary-sabotage.html 
http://www.gnu.org/philosophy/proprietary/proprietary-sabotage.html
+RedirectPermanent /philosophy/proprietary-surveillance.html 
http://www.gnu.org/philosophy/proprietary/proprietary-surveillance.html
+RedirectPermanent /philosophy/proprietary-tyrants.html 
http://www.gnu.org/philosophy/proprietary/proprietary-tyrants.html
+
 RedirectPermanent /private/index.html http://www.gnu.org/home.html
 
 # Redirect the old /philsophy/schools.html article to the new home



reply via email to

[Prev in Thread] Current Thread [Next in Thread]