You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2015/03/21 16:26:14 UTC

svn commit: r1668302 - in /qpid/site/docs: .htaccess components/qpid-jms/

Author: robbie
Date: Sat Mar 21 15:26:14 2015
New Revision: 1668302

URL: http://svn.apache.org/r1668302
Log:
another try at redirect

Removed:
    qpid/site/docs/components/qpid-jms/
Modified:
    qpid/site/docs/.htaccess

Modified: qpid/site/docs/.htaccess
URL: http://svn.apache.org/viewvc/qpid/site/docs/.htaccess?rev=1668302&r1=1668301&r2=1668302&view=diff
==============================================================================
--- qpid/site/docs/.htaccess (original)
+++ qpid/site/docs/.htaccess Sat Mar 21 15:26:14 2015
@@ -16,6 +16,12 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+<IfModule mod_rewrite.c>
+   RewriteEngine on
+   RewriteBase /
+
+   RewriteRule ^components/qpid-jms/(.*) /components/jms/$1 [R=301,L]
+</IfModule>
 
 <IfModule mod_deflate.c>
   SetOutputFilter DEFLATE



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org