i have a project to work on , has one source code and they need multiple versions
i.e : different domains to work under the same code…
let me know what technology behind this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want the domains to all point to the same codebase, simply set your server to point all the domains to the same directory. Without more information on your hosting setup, we can only give you generalities.
If you’re using some sort of shared hosting with a control panel, you likely have “Parked Domains” functionality available. If you control your own environment, each domain probably has its own folder in
/var/www/; simply remove the extra folders and symlink their names to a canonical copy of your codebase.