You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/03/07 22:53:06 UTC

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

Author: janpio
Date: Wed Mar  7 22:53:06 2018
New Revision: 1826164

URL: http://svn.apache.org/viewvc?rev=1826164&view=rev
Log:
hotfix windows redirects

Modified:
    cordova/site/public/.htaccess

Modified: cordova/site/public/.htaccess
URL: http://svn.apache.org/viewvc/cordova/site/public/.htaccess?rev=1826164&r1=1826163&r2=1826164&view=diff
==============================================================================
--- cordova/site/public/.htaccess (original)
+++ cordova/site/public/.htaccess Wed Mar  7 22:53:06 2018
@@ -261,11 +261,8 @@ RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/lat
 RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/dev/cordova/plugins/pluginapis.html$ /docs/$1/deprecated.html [NE,R=301,L]
 RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/latest/cordova/plugins/pluginapis.html$ /docs/$1/deprecated.html [NE,R=301,L]
 RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/dev/guide/platforms/win8/index.html$ /docs/$1/dev/guide/platforms/windows/index.html [NE,R=301,L]
-RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/latest/guide/platforms/win8/index.html$ /docs/$1/latest/guide/platforms/windows/index.html [NE,R=301,L]
 RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/dev/guide/platforms/win8/plugin.html$ /docs/$1/dev/guide/platforms/windows/index.html [NE,R=301,L]
-RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/latest/guide/platforms/win8/plugin.html$ /docs/$1/latest/guide/platforms/windows/index.html [NE,R=301,L]
 RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/dev/guide/platforms/win8/upgrade.html$ /docs/$1/dev/guide/platforms/windows/index.html [NE,R=301,L]
-RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/latest/guide/platforms/win8/upgrade.html$ /docs/$1/latest/guide/platforms/windows/index.html [NE,R=301,L]
 RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/dev/guide/platforms/blackberry10/home.html$ /docs/$1/deprecated.html [NE,R=301,L]
 RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/latest/guide/platforms/blackberry10/home.html$ /docs/$1/deprecated.html [NE,R=301,L]
 RewriteRule ^.*docs/(\w\w(?:-\w\w)?)/dev/guide/platforms/blackberry10/index.html$ /docs/$1/deprecated.html [NE,R=301,L]



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