You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2013/10/07 17:53:41 UTC

svn commit: r1529983 - /sling/site/trunk/content/site/.htaccess

Author: dklco
Date: Mon Oct  7 15:53:40 2013
New Revision: 1529983

URL: http://svn.apache.org/r1529983
Log:
Adding a redirect for the client request logging page

Modified:
    sling/site/trunk/content/site/.htaccess

Modified: sling/site/trunk/content/site/.htaccess
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/site/.htaccess?rev=1529983&r1=1529982&r2=1529983&view=diff
==============================================================================
--- sling/site/trunk/content/site/.htaccess (original)
+++ sling/site/trunk/content/site/.htaccess Mon Oct  7 15:53:40 2013
@@ -58,4 +58,5 @@ Redirect Permanent /site/xslt-processing
 Redirect Permanent /site/commons-html-utilities.html /documentation/bundles/commons-html-utilities.html
 Redirect Permanent /site/manipulating-content-the-slingpostservlet-servletspost.html /documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html
 Redirect Permanent /site/logging.html /documentation/development/logging.html
-Redirect Permanent /site/bundle-resources-extensionsbundleresource.html /documentation/bundles/bundle-resources-extensions-bundleresource.html#configuration
+Redirect Permanent /site/bundle-resources-extensionsbundleresource.html /documentation/bundles/bundle-resources-extensions-bundleresource.html
+Redirect Permanent /site/client-request-logging.html /documentation/development/client-request-logging.html