[cc-commits] [CC SVN] r15230 - apache_vhost_configs/trunk

webmaster at creativecommons.org webmaster at creativecommons.org
Fri Sep 16 10:07:58 EDT 2011


Author: nkinkade
Date: 2011-09-16 14:07:58 +0000 (Fri, 16 Sep 2011)
New Revision: 15230

Modified:
   apache_vhost_configs/trunk/creativecommons.org.conf
Log:
Terminate /about redirects with $ so they aren't to greedy.

Modified: apache_vhost_configs/trunk/creativecommons.org.conf
===================================================================
--- apache_vhost_configs/trunk/creativecommons.org.conf	2011-09-16 13:51:27 UTC (rev 15229)
+++ apache_vhost_configs/trunk/creativecommons.org.conf	2011-09-16 14:07:58 UTC (rev 15230)
@@ -167,10 +167,10 @@
 RewriteRule ^/about/licenses/meet-the-licenses/?$ %{ENV:reqproto}://%{SERVER_NAME}/licenses/ [L,R=301]
 RewriteRule /about/licenses/sampling %{ENV:reqproto}://%{SERVER_NAME}/about/licenses/ [L,R=301]
 Rewriterule ^/about/people/alumni http://web.archive.org/*/http://creativecommons.org/about/people [L,R=301]
-Rewriterule ^/about/people %{ENV:reqproto}://%{SERVER_NAME}/staff [L,R=301]
-Rewriterule ^/about/people/board %{ENV:reqproto}://%{SERVER_NAME}/board [L,R=301]
-Rewriterule ^/about/people/fellows %{ENV:reqproto}://%{SERVER_NAME}/fellows [L,R=301]
-Rewriterule ^/about/opportunities %{ENV:reqproto}://%{SERVER_NAME}/opportunities [L,R=301]
+Rewriterule ^/about/people$ %{ENV:reqproto}://%{SERVER_NAME}/staff [L,R=301]
+Rewriterule ^/about/people/board$ %{ENV:reqproto}://%{SERVER_NAME}/board [L,R=301]
+Rewriterule ^/about/people/fellows$ %{ENV:reqproto}://%{SERVER_NAME}/fellows [L,R=301]
+Rewriterule ^/about/opportunities$ %{ENV:reqproto}://%{SERVER_NAME}/opportunities [L,R=301]
 RewriteRule /about/sampling %{ENV:reqproto}://%{SERVER_NAME}/retiredlicenses [L,R=301]
 RewriteRule /about/sampling-movie %{ENV:reqproto}://%{SERVER_NAME}/about/licenses/ [L,R=301]
 RewriteRule ^/about/videos$ %{ENV:reqproto}://%{SERVER_NAME}/videos/ [L,R=301]



More information about the cc-commits mailing list