我需要在特定文件夹(http://blog.site.com/blog/home/
)中显示WordPress博客(网址http://blog.site.com/blog2
)中的特定网页,而不更改网址。
我在.htaccess中使用此代码:
<proxy http://blog.site.com/blog/home/>
Allow from all
</proxy>
ProxyPass /blog2 http://blog.site.com/blog/home/
ProxyPassReverse /blog2 http://blog.site.com/blog/home/
但它显示找不到页面错误。
有人知道如何实现这个目标吗?