[Tech] per i madrelingua apache

Cosimo Vagarini cosimo@firenze.linux.it
Mar 18 Maggio 2004 10:04:21 CEST


Franco Bagnoli wrote:
>     RewriteRule ^(.*\.tt2.*)$  http://%{HTTP_HOST}:8200$1 [P]
>     RewriteRule ^(.*\/tt2\/.*)$  http://%{HTTP_HOST}:8200$1 [P]
> 

Prova con:

RewriteRule ^(.+) %{HTTP_HOST}$1 [C]
RewriteRule (.*\.tt2.*) http://$1 [P]
RewriteRule (.*\/tt2\/.*) http://$1 [P]

Cosimo.



Maggiori informazioni sulla lista flug-tech