We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0356c90 commit f9502d2Copy full SHA for f9502d2
1 file changed
docs/src/templates/.htaccess
@@ -10,6 +10,9 @@ RewriteEngine on
10
RewriteCond %{HTTP_COOKIE} ng-offline="NG_VERSION_FULL"
11
RewriteRule appcache.manifest appcache-offline.manifest
12
13
+## Redirect to the latest manifest
14
+RewriteCond %{HTTP_HOST} ^docs-next\.angularjs\.org$
15
+RewriteRule appcache.manifest http://code.angularjs.org/next/docs/appcache.manifest [R=301]
16
17
## HTML5 URL Support ##
18
RewriteRule ^(guide|api|cookbook|misc|tutorial)(/.*)?$ index.html
0 commit comments