www-commits
[Top][All Lists]
Advanced

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

www .htaccess software/.symlinks


From: Ineiev
Subject: www .htaccess software/.symlinks
Date: Sat, 28 Apr 2018 10:46:12 -0400 (EDT)

CVSROOT:        /web/www
Module name:    www
Changes by:     Ineiev <ineiev> 18/04/28 10:46:12

Modified files:
        .              : .htaccess 
        software       : .symlinks 

Log message:
        Reword redirects to eliminate unneeded .symlinks.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/.htaccess?cvsroot=www&r1=1.49&r2=1.50
http://web.cvs.savannah.gnu.org/viewcvs/www/software/.symlinks?cvsroot=www&r1=1.10&r2=1.11

Patches:
Index: .htaccess
===================================================================
RCS file: /web/www/www/.htaccess,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- .htaccess   23 Apr 2018 18:14:02 -0000      1.49
+++ .htaccess   28 Apr 2018 14:46:10 -0000      1.50
@@ -22,5 +22,9 @@
 RedirectPermanent /software/commonc++/ /software/commoncpp/
 
 # Redirecting for-ios.* and for-windows.* to the Free Software Directory RT 
#1289418
-RedirectMatch permanent "^/software/for-ios(\..*)?" 
"https://directory.fsf.org/wiki/Collection:IOS";
-RedirectMatch permanent "^/software/for-windows(\..*)?" 
"https://directory.fsf.org/wiki/Collection:Windows";
+RedirectMatch permanent \
+  "^/software/for-ios((\.html(\.(..)(-..)?)?)|((\.(..)(-..)?)\.html))$" \
+  "https://directory.fsf.org/wiki/Collection:IOS";
+RedirectMatch permanent \
+  "^/software/for-windows((\.html(\.(..)(-..)?)?)|((\.(..)(-..)?)\.html))$" \
+  "https://directory.fsf.org/wiki/Collection:Windows";

Index: software/.symlinks
===================================================================
RCS file: /web/www/www/software/.symlinks,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- software/.symlinks  23 Apr 2018 18:14:03 -0000      1.10
+++ software/.symlinks  28 Apr 2018 14:46:12 -0000      1.11
@@ -1,5 +1,3 @@
 software.html index.html
 ../server/standards/boilerplate-source.html boilerplate_software.html
 ../philosophy/java-trap.html java.html
-https://directory.fsf.org/wiki/Collection:Windows for-windows.html
-https://directory.fsf.org/wiki/Collection:IOS for-ios.html



reply via email to

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