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 00:41:18 UTC

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

Author: dblotsky
Date: Tue Oct 27 23:41:18 2015
New Revision: 1710908

URL: http://svn.apache.org/viewvc?rev=1710908&view=rev
Log:
Fixing links in .htaccess.

Modified:
    cordova/site/public/.htaccess

Modified: cordova/site/public/.htaccess
URL: http://svn.apache.org/viewvc/cordova/site/public/.htaccess?rev=1710908&r1=1710907&r2=1710908&view=diff
==============================================================================
--- cordova/site/public/.htaccess (original)
+++ cordova/site/public/.htaccess Tue Oct 27 23:41:18 2015
@@ -4,7 +4,7 @@ ErrorDocument 404 /404.html
 Options +FollowSymLinks
 RewriteEngine on
 
-RewriteCond %{REQUEST_URI} ^/docs/.*$
+RewriteCond %{REQUEST_URI} ^.*/?docs/.*$
 
 RewriteRule ^.*(/?)docs/([^/]{2,2})/([^/]+)/config_ref_images.md.html$ /docs/$2/$3/config_ref/images.html [R=301]
 RewriteRule ^.*(/?)docs/([^/]{2,2})/([^/]+)/config_ref_index.md.html$ /docs/$2/$3/config_ref/index.html [R=301]



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