From 8e438eace7591ddb07da0fa366d169b03d4545fe Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 23 Apr 2013 11:17:43 -0700 Subject: [PATCH] .htaccess - allow optional default port in rewrite regexp --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 14a30d0801..c0a78b361d 100644 --- a/.htaccess +++ b/.htaccess @@ -32,7 +32,7 @@ RewriteRule ^latest/(.*)$ /1.0.2/$1 # If the request comes on http://docs.angularjs.org then point it to snapshot/docs -RewriteCond %{HTTP_HOST} ^docs\.angularjs\.org$ +RewriteCond %{HTTP_HOST} ^docs\.angularjs\.org(\:80)?$ RewriteRule ^(.*)$ /snapshot/docs/$1