Author: jross
Date: Wed Feb 25 20:53:52 2015
New Revision: 1662304

URL: http://svn.apache.org/r1662304
Log:
QPID-6334: Remove rewrite rules and redirects for URLs from the previous site 
version

Modified:
    qpid/site/input/.htaccess

Modified: qpid/site/input/.htaccess
URL: 
http://svn.apache.org/viewvc/qpid/site/input/.htaccess?rev=1662304&r1=1662303&r2=1662304&view=diff
==============================================================================
--- qpid/site/input/.htaccess (original)
+++ qpid/site/input/.htaccess Wed Feb 25 20:53:52 2015
@@ -17,73 +17,6 @@
 # under the License.
 #
 
-<IfModule mod_rewrite.c>
-  RewriteEngine on
-  RewriteBase /
-
-  # Rewrite urls corresponding to old locations for cpp, java and programming 
trunk books to the new location beneath /releases/qpid-trunk/
-  RewriteRule ^books/trunk/AMQP-Messaging-Broker-CPP-Book/html/(.*)$ 
/releases/qpid-trunk/cpp-broker/book/$1 [R=301,L]
-  RewriteRule 
^books/trunk/AMQP-Messaging-Broker-CPP-Book/pdf/AMQP-Messaging-Broker-CPP-Book.pdf$
 /releases/qpid-trunk/cpp-broker/cpp-broker-book.pdf [R=301,L]
-  RewriteRule ^books/trunk/AMQP-Messaging-Broker-Java-Book/html/(.*)$ 
/releases/qpid-trunk/java-broker/book/$1 [R=301,L]
-  RewriteRule 
^books/trunk/AMQP-Messaging-Broker-Java-Book/pdf/AMQP-Messaging-Broker-Java-Book.pdf$
 /releases/qpid-trunk/java-broker/java-broker-book.pdf [R=301,L]
-  RewriteRule ^components/java-broker/book/(.*)$ 
/releases/qpid-trunk/java-broker/book/$1 [R=301,L]
-  RewriteRule ^books/trunk/Programming-In-Apache-Qpid(-Book)?/html/(.*)$ 
/releases/qpid-trunk/programming/book/$2 [R=301,L]
-  RewriteRule 
^books/trunk/Programming-In-Apache-Qpid(-Book)?/pdf/Programming-In-Apache-Qpid(-Book)?.pdf$
 /releases/qpid-trunk/programming/programming-book.pdf [R=301,L]
-  RewriteRule ^components/programming/book/(.*)$ 
/releases/qpid-trunk/programming/book/$1 [R=301,L]
-
-  RewriteRule ^books/0.14/(.*)$ /releases/qpid-0.14/books/$1 [R=301,L]
-  RewriteRule ^books/0.16/(.*)$ /releases/qpid-0.16/books/$1 [R=301,L]
-  RewriteRule ^books/0.18/(.*)$ /releases/qpid-0.18/books/$1 [R=301,L]
-  RewriteRule ^apis/0.14/(.*)$ /releases/qpid-0.14/apis/$1 [R=301,L]
-  RewriteRule ^apis/0.16/(.*)$ /releases/qpid-0.16/apis/$1 [R=301,L]
-  RewriteRule ^apis/0.18/(.*)$ /releases/qpid-0.18/apis/$1 [R=301,L]
-
-  RewriteRule ^books/0.20/AMQP-Messaging-Broker-CPP-Book/html/(.*)$ 
/releases/qpid-0.20/cpp-broker/book/$1 [R=301,L]
-  RewriteRule ^books/0.20/AMQP-Messaging-Broker-Java-Book/html/(.*)$ 
/releases/qpid-0.20/java-broker/book/$1 [R=301,L]
-  RewriteRule ^books/0.20/Programming-In-Apache-Qpid/html/(.*)$ 
/releases/qpid-0.20/programming/book/$1 [R=301,L]
-  RewriteRule ^apis/0.20/cpp/html/(.*) 
/releases/qpid-0.20/messaging-api/cpp/api/$1 [R=301,L]
-  RewriteRule ^apis/0.20/python/html/(.*) 
/releases/qpid-0.20/messaging-api/python/api/$1 [R=301,L]
-
-  RewriteRule ^books/0.22/AMQP-Messaging-Broker-CPP-Book/html/(.*)$ 
/releases/qpid-0.22/cpp-broker/book/$1 [R=301,L]
-  RewriteRule ^books/0.22/AMQP-Messaging-Broker-Java-Book/html/(.*)$ 
/releases/qpid-0.22/java-broker/book/$1 [R=301,L]
-  RewriteRule ^books/0.22/Programming-In-Apache-Qpid/html/(.*)$ 
/releases/qpid-0.22/programming/book/$1 [R=301,L]
-  RewriteRule ^apis/0.22/cpp/html/(.*) 
/releases/qpid-0.22/messaging-api/cpp/api/$1 [R=301,L]
-  RewriteRule ^apis/0.22/python/html/(.*) 
/releases/qpid-0.22/messaging-api/python/api/$1 [R=301,L]
-
-  RewriteRule ^components/dispatch/(.*) /components/dispatch-router/$1 
[R=301,L]
-</IfModule>
-
-<IfModule mod_alias.c>
-  Redirect /download.cgi http://qpid.apache.org/download.html
-  Redirect /licence.html http://www.apache.org/licenses/
-
-  Redirect /proton/download.html             
http://qpid.apache.org/download.html
-  Redirect /faq.html                         
http://qpid.apache.org/overview.html
-  Redirect /docs/api/cpp/html/index.html     
http://qpid.apache.org/components/messaging-api/index.html
-  Redirect /docs/api/python/html/index.html  
http://qpid.apache.org/components/messaging-api/index.html
-
-  RedirectPermanent /acknowledgements.html   
http://qpid.apache.org/contributors.html
-  RedirectPermanent /compatibility.html      
http://qpid.apache.org/components/index.html
-  RedirectPermanent /getting_involved.html   
http://qpid.apache.org/get-involved.html
-  RedirectPermanent /getting_started.html    
http://qpid.apache.org/documentation.html
-  RedirectPermanent /mailing_lists.html      
http://qpid.apache.org/discussion.html
-  RedirectPermanent /people.html             
http://qpid.apache.org/contributors.html
-  RedirectPermanent /release_notes_0.14.html 
http://qpid.apache.org/releases/qpid-0.14/release-notes.html
-  RedirectPermanent /release_notes_0.16.html 
http://qpid.apache.org/releases/qpid-0.16/release-notes.html
-  RedirectPermanent /release_notes_0.18.html 
http://qpid.apache.org/releases/qpid-0.18/release-notes.html
-  RedirectPermanent /release_notes_0.20.html 
http://qpid.apache.org/releases/qpid-0.20/release-notes.html
-  RedirectPermanent /release_notes_0.22.html 
http://qpid.apache.org/releases/qpid-0.22/release-notes.html
-  RedirectPermanent /source_repository.html  
http://qpid.apache.org/source-code.html
-
-  RedirectPermanent 
/books/0.20/AMQP-Messaging-Broker-CPP-Book/pdf/AMQP-Messaging-Broker-CPP-Book.pdf
 http://qpid.apache.org/releases/qpid-0.20/cpp-broker/cpp-broker-book.pdf
-  RedirectPermanent 
/books/0.20/AMQP-Messaging-Broker-Java-Book/pdf/AMQP-Messaging-Broker-Java-Book.pdf
 http://qpid.apache.org/releases/qpid-0.20/java-broker/java-broker-book.pdf
-  RedirectPermanent 
/books/0.20/Programming-In-Apache-Qpid/pdf/Programming-In-Apache-Qpid.pdf 
http://qpid.apache.org/releases/qpid-0.20/programming/programming-book.pdf
-
-  RedirectPermanent 
/books/0.22/AMQP-Messaging-Broker-CPP-Book/pdf/AMQP-Messaging-Broker-CPP-Book.pdf
  http://qpid.apache.org/releases/qpid-0.22/cpp-broker/cpp-broker-book.pdf
-  RedirectPermanent 
/books/0.22/AMQP-Messaging-Broker-Java-Book/pdf/AMQP-Messaging-Broker-Java-Book.pdf
  http://qpid.apache.org/releases/qpid-0.22/java-broker/java-broker-book.pdf
-  RedirectPermanent 
/books/0.22/Programming-In-Apache-Qpid/pdf/Programming-In-Apache-Qpid.pdf 
http://qpid.apache.org/releases/qpid-0.22/programming/programming-book.pdf
-</IfModule>
-
 <IfModule mod_deflate.c>
   SetOutputFilter DEFLATE
 </IfModule>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to