Hi. Im trying to set up a proxy to help me get around cross domain security issues im having.
I have a VPS from GoDaddy and its running Plesk on Windows 2000.
Following instructions at xml.com (link) I searched my server for the mod_proxy extension, which i found to be on the server, and then i searched for the httpd.conf file. I opened that up and added two lines of code:
I restarted my server but my redirect doesnt seem to be working at all...
any idea what ive done wrong? thanks in advance
I have a VPS from GoDaddy and its running Plesk on Windows 2000.
Following instructions at xml.com (link) I searched my server for the mod_proxy extension, which i found to be on the server, and then i searched for the httpd.conf file. I opened that up and added two lines of code:
Code:
ProxyPass /call/ http://webservices.amazon.com/onca/xml/
ProxyPassReverse http://webservices.amazon.com/onca/xml/
I restarted my server but my redirect doesnt seem to be working at all...
any idea what ive done wrong? thanks in advance