Hello My Fellow Pluggers,
 
 
How can i implement url masking. I have an external web server that needs to proxy the web servers running on our internal network.
I have tried the mod_rewrite of apache with the ffg. sample setup.:
 
RewriteEngine On
RewriteRule ^/zap http://192.168.0.1/application.html [P]
 
 
But the url links on the proxied pages are not changed, how do i rewrite those pages links... can mod_rewrite do that... or is there other modules available
aside from creating a gateway scipt to change those url links.
 

 

Reply via email to