J'ai testé ton paramétrage ça marche très bien pour le site global.
J'ai voulu modifier les paramètre pour utiliser les sites personnels mais ca ne fonctionne pas parfaitement. Voici ce que j'ai mis
option http-server-close,option forwardfor,rspirep ^Location: http://(.*)$ Location: https://1,
acl photo_path path_beg /~USERONE/photo, redirect prefix https://USERONE.monsite.fr/~USERONE/photo code 301 if { hdr(Host) -i USERONE.monsite.fr } !photo_path,
acl photo_path path_beg /~USERTWO/photo, redirect prefix https://USERTWO.monsite.fr/~USERTWO/photo code 301 if { hdr(Host) -i USERTWO.monsite.fr } !photo_path
si je fais https://USERONE.monsite.fr il le transforme bien en https://USERONE.monsite.fr/~USERONE/photo et je peux avoir accès aux photos
par contre si je click sur le lien "blog" il me transforme l'url en https://USERONE.monsite.fr/~USERONE/photo/~USERONE/photo/blog
comment faire pour ne pas avoir cet extra ~USERONE/photo ?