[SciPy-user] Broken links in WindowsBuild wiki page

Albert Strasheim fullung at gmail.com
Wed Feb 22 16:58:07 EST 2006


Hello all

The WindowsBuild wiki page refers to

http://www.scipy.org/download/atlasbinaries/winnt/

which opens up a "page does not exist" wiki page, instead of the directory.

On my personal site I use the following .htaccess to prevent this from
happening:

RewriteEngine On
RewriteRule ^$ FrontPage [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /cgi-bin/moin.cgi/$1 [L]

Maybe something similar can be done for the SciPy site.

Meanwhile, broken links can be found at old.scipy.org, for example:

http://old.scipy.org/download/atlasbinaries/winnt/

Regards

Albert




More information about the SciPy-User mailing list