Apache redirect digitalmars.com/d/2.0 -> d-programming-language.org

2011-11-12 Thread Andrei Alexandrescu
Hello, I wrote this to the site admin (Jan Knepper) too. Walter and I are trying to set up the digitalmars.com server such that all request for pages under digitalmars.com/d/2.0/ go to the corresponding file in d-programming-language.org/. I experimented on my own website and here is the ap

Re: Apache redirect digitalmars.com/d/2.0 -> d-programming-language.org

2011-11-12 Thread Adam D. Ruppe
Apache rewriting is the hardest thing in the world. But I'd try putting a [R] at the end of that redirect line and if it fails, check the error log. tail /var/log/httpd/error_log or whatever it is on your box. Sometimes there's something helpful in there.

Re: Apache redirect digitalmars.com/d/2.0 -> d-programming-language.org

2011-11-12 Thread Walter Bright
On 11/12/2011 7:45 PM, Andrei Alexandrescu wrote: On 11/12/11 9:37 PM, Adam D. Ruppe wrote: tail /var/log/httpd/error_log or whatever it is on your box. Sometimes there's something helpful in there. The [R] applies to RewriteRule, not RedirectMatch. Walter, could you please take a look at th

Re: Apache redirect digitalmars.com/d/2.0 -> d-programming-language.org

2011-11-12 Thread Andrei Alexandrescu
On 11/12/11 9:37 PM, Adam D. Ruppe wrote: Apache rewriting is the hardest thing in the world. But I'd try putting a [R] at the end of that redirect line and if it fails, check the error log. tail /var/log/httpd/error_log or whatever it is on your box. Sometimes there's something helpful in th

Re: Apache redirect digitalmars.com/d/2.0 -> d-programming-language.org

2011-11-12 Thread Michel Fortin
On 2011-11-13 03:28:33 +, Andrei Alexandrescu said: Hello, I wrote this to the site admin (Jan Knepper) too. Walter and I are trying to set up the digitalmars.com server such that all request for pages under digitalmars.com/d/2.0/ go to the corresponding file in d-programming-language

Re: Apache redirect digitalmars.com/d/2.0 -> d-programming-language.org

2011-11-13 Thread Andrei Alexandrescu
Turns out all .htaccess use was disabled by the admin (Jan Knepper). He added the redirect straight to the config file of the server. Now everything with the prefix http://digitalmars.com/d/2.0/ or http://www.digitalmars.com/d/2.0/ should redirect to the respective page on d-programming-langua

Re: Apache redirect digitalmars.com/d/2.0 -> d-programming-language.org

2011-11-13 Thread Jude Young
On Sun 13 Nov 2011 06:43:31 PM CST, Andrei Alexandrescu wrote: > Turns out all .htaccess use was disabled by the admin (Jan Knepper). > He added the redirect straight to the config file of the server. > > Now everything with the prefix http://digitalmars.com/d/2.0/ or > http://www.digitalmars.com/d