You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/10/28 05:45:10 UTC

svn commit: r1710941 - /cordova/site/public/.htaccess

Author: dblotsky
Date: Wed Oct 28 04:45:09 2015
New Revision: 1710941

URL: http://svn.apache.org/viewvc?rev=1710941&view=rev
Log:
Updating site.

Modified:
    cordova/site/public/.htaccess

Modified: cordova/site/public/.htaccess
URL: http://svn.apache.org/viewvc/cordova/site/public/.htaccess?rev=1710941&r1=1710940&r2=1710941&view=diff
==============================================================================
--- cordova/site/public/.htaccess (original)
+++ cordova/site/public/.htaccess Wed Oct 28 04:45:09 2015
@@ -32,7 +32,7 @@ RewriteRule ^.*docs/(\w\w)/$ /docs/$1/la
 #       This does NOT return a redirect. It returns the resource *as if* the
 #       redirected URI was requested. That is, both URIs return the same
 #       resource, but the browser won't change the URI (no redirects followed).
-RewriteRule ^(.*)docs/(\w\w)/latest/(.*)$ $1docs/$2/5.1.1/$3 [R=302]
+RewriteRule ^.*docs/(\w\w)/latest/(.*)$ docs/$1/5.1.1/$2 [R=302]
 
 # 301:
 #       old docs pages -> new docs pages (from www/_data/docs-redirects.yml)



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