ampo Posted October 16, 2008 Share Posted October 16, 2008 Hello. I have client who turn to Server1. Server1 send xmlHTTPRequest Server2 (another domain - "cross domain"). Server2 should response with XML back to client (through Server1). Who can I do this to avoide the security problem? I read the mod_rewrite / <Proxy> documentation but found nothing about it. Thanks. Quote Link to comment Share on other sites More sharing options...
trq Posted October 16, 2008 Share Posted October 16, 2008 While it can be done with mod_rewrite: RewriteEngine On RewriteRule /.* http://www.new.com/ [R] You ought use mod_alias instead. Redirect / http://www.new.com/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.