Author: robbie
Date: Sat Mar 21 15:29:26 2015
New Revision: 1668303
URL: http://svn.apache.org/r1668303
Log:
add rule to redirect old component page and prevent 404's
Modified:
qpid/site/input/.htaccess
Modified: qpid/site/input/.htaccess
URL:
http://svn.apache.org/viewvc/qpid/site/input/.htaccess?rev=1668303&r1=1668302&r2=1668303&view=diff
==============================================================================
--- qpid/site/input/.htaccess (original)
+++ qpid/site/input/.htaccess Sat Mar 21 15:29:26 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]