Ferdinand Soethe wrote:
>> Please keep track of what URLs you have changed. The webserver
>> .htaccess file will need entries to handle these moved
>> documents. There are links from external sites and
>> mail archives that will suddenly be broken.
>> site-author/content/.htaccess
OK, here it comes.
> forrest/trunk/site-author/content/xdocs/compliance.xml
> - copied unchanged from r407217,
> forrest/trunk/site-author/content/xdocs/docs_0_80/compliance.xml
> forrest/trunk/site-author/content/xdocs/docs_0_80/howto/build.xml
> - copied unchanged from r407217,
> forrest/trunk/site-author/content/xdocs/docs_0_80/build.xml
> forrest/trunk/site-author/content/xdocs/forrest-contract.xml
> - copied unchanged from r407217,
> forrest/trunk/site-author/content/xdocs/docs_0_80/forrest-contract.xml
> forrest/trunk/site-author/content/xdocs/howto-howto.xml
> - copied unchanged from r407217,
> forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-howto.xml
> forrest/trunk/site-author/content/xdocs/howto-dev.xml
> - copied unchanged from r407178,
> forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dev.xml
To fix this I added this
> RedirectMatch ^/docs_0_80/compliance.xml
> http://forrest.apache.org/compliance.xml
> RedirectMatch ^/docs_0_80/howto/build.xml
> http://forrest.apache.org/docs_0_80/build.xml
> RedirectMatch ^/docs_0_80/forrest-contract.xml
> http://forrest.apache.org/forrest-contract.xml
> RedirectMatch ^/docs_0_80/howto/howto-howto.xml
> http://forrest.apache.org/howto-howto.xml
> RedirectMatch ^/docs_0_80/howto/howto-dev.xml
> http://forrest.apache.org/howto-dev.xml
to site-author/content/.htaccess.
--
Ferdinand Soethe