Hi,
Does PhpFileUploader work behind a reverse proxy ?
For instance : my domain is my.domain (for a licence PhpFileUploader) :
Behind the reverse proxy, I shall have since my site :
$_SERVER[HTTP_HOST] = my.domain.prod.ac
$_SERVER[HTTP_X_FORWARDED_HOST] = my.domain
Is PhpFileUploader going to make the connection between HTTP_HOST and HTTP_X_FORWARDED_HOST ?
Regards,