﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
14075	some url are wrong when REQUEST_URI are different in host and proxy	gamboz		"Some url strings are generated with the host REQUEST_URI instead of the proxy REQUEST_URI (that is also set up in ""WordPress address"" and ""Site address"" variables under ""Settings"").

How to replicate:
. download the tar.gz for v. 3.0

. install under /some/path/AAA on host X

. configure apache2 on X with ""Alias /AAA /some/path/AAA""

. install wordpress via web interface

. modify ""WordPress address"" and ""Site address"" variables under ""Settings"" to report ""http://Y/BBB

. go to machine Y

. configure apache2 as a proxy/gateway:
    ProxyPass /BBB http://X/AAA
    ProxyPassReverse /BBB http://X/AAA

. navigate to http://Y/BBB  (all well)

. navigate to http://Y/BBB/wp-admin/options-general.php
  the input field
  <input type=""hidden"" name=""_wp_http_referer""...
  will have value:
  value=""/AAA/wp-admin/options-general.php""

(some other places also).


"	defect (bug)	closed	normal		General		normal	duplicate	proxy url-generation	
