我用了反向代理的
ProxyRequests Off
#
<Proxy *>
Order deny,allow
# Deny from all
# Allow from .example.com
Allow from all
</Proxy>
ProxyPass /abc
http://abc.com/xyzProxyPassReverse
http://abc.com其中abc.com就是b.html所在的域名
【 在 Eliot 的大作中提到: 】
: 跨域是没法访问的
:
--
FROM 140.206.244.*