We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43aad28 commit 8e438eaCopy full SHA for 8e438ea
.htaccess
@@ -32,7 +32,7 @@ RewriteRule ^latest/(.*)$ /1.0.2/$1
32
33
34
# If the request comes on http://docs.angularjs.org then point it to snapshot/docs
35
-RewriteCond %{HTTP_HOST} ^docs\.angularjs\.org$
+RewriteCond %{HTTP_HOST} ^docs\.angularjs\.org(\:80)?$
36
RewriteRule ^(.*)$ /snapshot/docs/$1
37
38
0 commit comments