Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

redirecting to my server without the url changing

Status
Not open for further replies.

Bastien

Programmer
May 29, 2000
1,683
CA
of a page when redirecting to another page? without the use of frames?

i have client how wish to have my application hosted on their server as the data collected is theirs (no arguement there) byt I don't really want to give them the code...how can I host the application on myserver and have their pages redirect to my server without the url changing?

failing that...can I call functions that are hosted on my server pages, from their pages which would contain nothing but the function calls?

thanks

Bastien

There are many ways to skin this cat,
but it still tastes like chicken
 
If the foreign server is running Apache, it is possible to use mod_proxy to have their server fetch all content from yours. How that will apply to posting form inputs, I do not know.


Your second idea sounds to me like web services. You'd have to rewrite your application so that your site provides all functions, but that the foreign server uses fopen() with urls or curl to contact your server.

If you have sufficiently deep pockets, there is also Zend Encoder, which encodes your PHP source code to an unreadable intermediate version. ( Want the best answers? Ask the best questions: TANSTAAFL!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top