Cruchot | Voila les miennes
Code :
- RewriteEngine on
- ProxyRequests on
- <Directory proxy:*>
- Order deny,allow
- Deny from all
- Allow from 192.168.1. 192.44.XXX.XXX 192.44.XXX.XXX 192.44.XXX.XXX 192.44.XXX.XXX -> ips du boulot
- </Directory>
- RewriteRule /mldonkey http://localhost:4080/$1 [P,L]
- RewriteRule /(submit.*) http://localhost:4080/$1 [P,L]
- RewriteRule /(result.*) http://localhost:4080/$1 [P,L]
- RewriteRule /(files.*) http://localhost:4080/$1 [P,L]
- RewriteRule /(dh.css) http://localhost:4080/$1 [P,L]
- RewriteRule /(h.css) http://localhost:4080/$1 [P,L]
- RewriteRule /(i.js) http://localhost:4080/$1 [P,L]
- RewriteRule /(di.js) http://localhost:4080/$1 [P,L]
- RewriteRule /(commands.html) http://localhost:4080/$1 [P,L]
- RewriteRule /(noframe.html) http://localhost:4080/$1 [P,L]
- RewriteRule /(oneframe.html) http://localhost:4080/$1 [P,L]
|
|