Skip to content

Commit

Permalink
More review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy committed Feb 7, 2022
1 parent 5856659 commit 9261994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RewriteRule ^numpy(/.*) https://numpy.org/doc/stable$1 [R=permanent]
# See https://github.com/scipy/scipy/issues/14267
Redirect 301 /scipy/reference/objects.inv /scipy/objects.inv
RewriteRule ^scipy(/.*) scipy-1.8.0/html-scipyorg$1 [R=permanent]
RewriteRule ^scipy-1.8.0(/.*) scipy-1.8.0/html-scipyorg$1 [R=permanent]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]

0 comments on commit 9261994

Please sign in to comment.