The current .htaccess file that does the redirects (done by Gael) is: """ Options +FollowSymLinks RewriteEngine on RedirectMatch permanent ^/$ http://scikit-learn.org/stable RewriteRule ^modules/(.*) http://scikit-learn.org/stable/modules/$1 [R=301,L] RewriteRule ^auto_examples/(.*) http://scikit-learn.org/stable/auto_examples/$1 [R=301,L] RewriteRule ^developers/(.*) http://scikit-learn.org/stable/developers/$1 [R=301,L] #RewriteRule ^([^/]*).html$ http://scikit-learn.org/stable/$1.html """
Fabian. On Fri, Sep 7, 2012 at 2:44 PM, Olivier Grisel <[email protected]> wrote: > 2012/9/7 Andreas Müller <[email protected]>: >> I don't understand the connection between redirecting and hosting. >> Aren't the rewrite rules at the domain provider? > > This is about redirects inside the website: e.g. an old section that > was moved from one place to another: the goal is avoid breaking > incoming links from the outside. > >> What are the current redirects? > > I don't think I have access to the list. Maybe Fabian has? > > -- > Olivier > http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
