exemplu utilizare mod_rewrite-proxy

RewriteEngine On
#ProxyRequests On

### bazat pe http://statichtml.com/2011/mod_rewrite-proxy-caution.html
#RewriteCond %{REQUEST_URI} !^$
#RewriteCond %{REQUEST_URI} !^/
#RewriteRule .* – [R=400,L]

RewriteBase /
RewriteRule ^(.*)$ http://10.33.0.4/$1 [P,L]

#ProxyPassReverse / http://10.33.0.4/
#ProxyPass / http://10.33.0.4/$1