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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to