www-commits
[Top][All Lists]
Advanced

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

www .htaccess


From: Ineiev
Subject: www .htaccess
Date: Mon, 23 Apr 2018 14:09:41 -0400 (EDT)

CVSROOT:        /web/www
Module name:    www
Changes by:     Ineiev <ineiev> 18/04/23 14:09:41

Modified files:
        .              : .htaccess 

Log message:
        Try another set of directives.

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

Patches:
Index: .htaccess
===================================================================
RCS file: /web/www/www/.htaccess,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- .htaccess   23 Apr 2018 18:03:50 -0000      1.47
+++ .htaccess   23 Apr 2018 18:09:40 -0000      1.48
@@ -22,5 +22,6 @@
 RedirectPermanent /software/commonc++/ /software/commoncpp/
 
 # Redirecting for-ios.* and for-windows.* to the Free Software Directory RT 
#1289418
-RedirectPermanent /software/for-windows 
"https://directory.fsf.org/wiki/Collection:IOS";
-RedirectPermanent /software/for-ios 
"https://directory.fsf.org/wiki/Collection:IOS";
+RedirectMatch permanent "^/software/for-ios(\..*)?" 
"https://directory.fsf.org/wiki/Collection:IOS";
+RedirectPermanent /software/for-windows.html 
"https://directory.fsf.org/wiki/Collection:Windows";
+RedirectMatch permanent "^/software/for-windows(\..*)?" 
"https://directory.fsf.org/wiki/Collection:Windows";



reply via email to

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