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: [email protected]
For additional commands, e-mail: [email protected]