Skip to content

Commit

Permalink
.htaccess - allow optional default port in rewrite regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Apr 23, 2013
1 parent 43aad28 commit 8e438ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Expand Up @@ -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


Expand Down

0 comments on commit 8e438ea

Please sign in to comment.