Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have developed a website application that includes a custom built CMS and PayPal payments etc...

My client already has hosting for his main website via the developer of that site.

I wish to host the new application under a subdomain such as:

application.website.com

I have reservations about storing my complete source code on the other web designers server.

Is there a way that the code can remain on my server but with the required subdomain or somehow password protect the folder?

Thanks for the help.

share|improve this question

1 Answer

You might be able to store your source code on your server and use the PHP include function to get the pages on your client's website to use the code on your server. I've not tried this so it may not be possible for PHP to communicate between two servers like this, but give it a go and see what happens.

share|improve this answer
Ended up pointing the subdomain over to my IP address and hosting it on my VPS. – dclawson Dec 31 '12 at 0:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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