Skip to content

Commit

Permalink
fix the .htaccess to make docs crawlable
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Nov 1, 2012
1 parent c52b047 commit c41883b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RewriteRule ^(.*)$ http://angularjs.org/$1 [r=301,nc]

# Enable Crawling of AJAX apps.
# See: http://code.google.com/web/ajaxcrawling/docs/getting-started.html
RewriteCond %{QUERY_STRING} ^_escaped_fragment_=\/(.*)$
RewriteRule ^(.*)$ /$1/%1.html?
RewriteCond %{QUERY_STRING} ^_escaped_fragment_=
RewriteRule ^(.*)$ /partials/$1.html


# Legacy: map /angular-X.Y.Z.js to /X.Y.Z/angular-X.Y.Z.js
Expand Down

0 comments on commit c41883b

Please sign in to comment.