Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 8e438ea

Browse files
committed
.htaccess - allow optional default port in rewrite regexp
1 parent 43aad28 commit 8e438ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RewriteRule ^latest/(.*)$ /1.0.2/$1
3232

3333

3434
# If the request comes on http://docs.angularjs.org then point it to snapshot/docs
35-
RewriteCond %{HTTP_HOST} ^docs\.angularjs\.org$
35+
RewriteCond %{HTTP_HOST} ^docs\.angularjs\.org(\:80)?$
3636
RewriteRule ^(.*)$ /snapshot/docs/$1
3737

3838

0 commit comments

Comments
 (0)