我在我的.htaccess中放了一个RewriteRule:
RewriteCond %{HTTP_HOST} ^demo\.test\.ch$ [NC]
RewriteRule (.*) http://www.test.ch/plu/sub/%{REQUEST_URI}?%{QUERY_STRING}&id=3 [P]
当我尝试访问url demo.test.ch时,在我的错误日志中我有类似
的内容demo.test.ch/plu/sub/plu/sub/plu/sub/plu/sub/plu/sub/plu/sub/plu/sub/plu/sub/plu/sub/plu/sub/plu /分/ PLU /分/和ID = 3和ID = 3和ID = 3和ID = 3和ID = 3和ID = 3和ID = 3和ID = 3和ID = 3和ID = 3
直到我有一个错误,而不是URL太长......
我的问题是:为什么我的代理复制到了很长时间的网址?
谢谢。