RESENT : previous attempt bounced
See http://marc.info/?l=bacula-users&m=120161156206913&w=2
In brief: the following links are broken:
Bacula-web Guide
All the 'New' links at the bottom of the page
As an aside:
Search engines will be driving people to the old pages. I can come up
with some Apache rewrites which will push people to the new locations.
For example: /rel-manual/ will become /en/rel-manual/ etc. This is
pretty easy to do. It is also The Right Thing To Do on a permanent
basis. It allows links from other websites to continue working, thereby
improving the experience for Bacula users, especially those new to the
project.
I think this will work:
<Directory /path/to/your/DocumentRoot>
RewriteEngine on
RewriteBase /
RewriteRule ^/rel-manual/(.*)$ /en/rel-manual/$1 [S=1,R=permanent]
</Directory>
I have not tested this.
--
Dan Langille
BSDCan - The Technical BSD Conference : http://www.bsdcan.org/
PGCon - The PostgreSQL Conference: http://www.pgcon.org/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel