apache 的跳转(Rewrite) 代理(Proxy) 和重定向(ProxyPass)
#RewriteEngine on
#RewriteRule ^(.*)$ http://ops.goso.cn [L,R=301]
#ProxyRequests On
ProxyPass /show.php http://192.168.10.27/show.php
发布时间: 2012-09-05 15:19:35 作者: rapoo
apache 的跳转(Rewrite) 代理(Proxy) 和重定向(ProxyPass)
#RewriteEngine on
#RewriteRule ^(.*)$ http://ops.goso.cn [L,R=301]
#ProxyRequests On
ProxyPass /show.php http://192.168.10.27/show.php