Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

host website on other apache server and call from other

i want to access php files to access from other server, to protect my source code i wan't to do this

mywebsite => clientwebsite

Tools

there is tools like zendguard, ioncube but i have shared webserver , shared webservers don't proivde to install a new php extensions.

i also tried cURL but it can return a html code

share|improve this question
Why can't you protect your source code on the existing server? – Kenzo Nov 18 '12 at 15:36

closed as not a real question by John Conde Nov 18 '12 at 20:34

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

It's possible but you are going to be very limited. It's better to simply protect them on your own server. If you must call them remotely, it would be best to write a php script to fetch them.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.