root/traduc/trunk/www/tools/htaccess_root

Revision 1000, 1.6 kB (checked in by gleu, 4 months ago)

Ajout des fichiers htaccess.

Line 
1 AddDefaultCharset utf-8
2
3 Redirect 301 /, http://docs.postgresqlfr.org
4 #
5 # version 7.4
6 #
7 Redirect 301 /pg-7.4.11 http://docs.postgresqlfr.org/7.4
8 Redirect 301 /pgsql-7.4.13-fr http://docs.postgresqlfr.org/7.4
9 Redirect 301 /pgsql-7.4.14-fr http://docs.postgresqlfr.org/7.4
10 Redirect 301 /pgsql-7.4.15-fr http://docs.postgresqlfr.org/7.4
11
12 #
13 # version 8.0
14 #
15 Redirect 301 /pgsql-8.0.6-fr http://docs.postgresqlfr.org/8.0
16 Redirect 301 /pgsql-8.0.7-fr http://docs.postgresqlfr.org/8.0
17 Redirect 301 /pgsql-8.0.8-fr http://docs.postgresqlfr.org/8.0
18 Redirect 301 /pgsql-8.0.9-fr http://docs.postgresqlfr.org/8.0
19 Redirect 301 /pgsql-8.0.10-fr http://docs.postgresqlfr.org/8.0
20
21 #
22 # version 8.1
23 #
24 Redirect 301 /pg-8.1.2 http://docs.postgresqlfr.org/8.1
25 Redirect 301 /pgsql-8.1.2-fr http://docs.postgresqlfr.org/8.1
26 Redirect 301 /pgsql-8.1.3-fr-ng http://docs.postgresqlfr.org/8.1
27 Redirect 301 /pgsql-8.1.3-fr http://docs.postgresqlfr.org/8.1
28 Redirect 301 /pgsql-8.1.4-fr http://docs.postgresqlfr.org/8.1
29 Redirect 301 /pgsql-8.1.5-fr http://docs.postgresqlfr.org/8.1
30 Redirect 301 /pgsql-8.1.6-fr http://docs.postgresqlfr.org/8.1
31 Redirect 301 /pgsql-8.1.9-fr http://docs.postgresqlfr.org/8.1
32
33 #
34 # version 8.2
35 #
36 Redirect 301 /pgsql-8.2.0-fr http://docs.postgresqlfr.org/8.2
37 Redirect 301 /pgsql-8.2.1-fr http://docs.postgresqlfr.org/8.2
38 Redirect 301 /pgsql-8.2.3-fr http://docs.postgresqlfr.org/8.2
39 Redirect 301 /pgsql-8.2.4-fr http://docs.postgresqlfr.org/8.2
40
41 # version 8.3
42
43 RedirectMatch ^/docs/([0-9.]*)/(static|interactive)/(.*) http://docs.postgresqlfr.org/$1/$3
Note: See TracBrowser for help on using the browser.