diff --git a/.htaccess b/.htaccess index 4b4701c..35812e1 100644 --- a/.htaccess +++ b/.htaccess @@ -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]