alors voilà mon fichier VirtualHost :
J'ai remis le .htaccess dans le dossier forum sur la machine 192.168.10.3 :Code:
1
2
3
4
5
6
7
8
9
10
11
12 <VirtualHost *:80> ProxyRequests Off ProxyPreserveHost on ServerName forum.mondomaine.fr ProxyPass / http://192.168.10.3/forum/ ProxyPassReverse / http://192.168.10.3/forum/ <Proxy> Order Allow,Deny Allow from all AllowOverride All </Proxy> </VirtualHost>
Et j'ai reloadé mes apaches.Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14 <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^forum(.*) $1 [R=301,L] </IfModule> <Files "config.php"> Order Allow,Deny Deny from All </Files> <Files "common.php"> Order Allow,Deny Deny from All </Files>
Ca marche pas !!! :cry: