Posting on one domain, automaticly published on another?

by 6 replies
7
I am planing to create website for holiday rentals advertising on few country code top level domains .de, it. fr, etc. It would be same website just translated for specified country.
Is it possible when user register and post his accommodation on one domain to automaticly be registered and his acommodation published on all domains. He could then log in on any domain de. ,fr. it. etc. I see many big companies doing the same, they create their website on many country domains, and if im registered to com. domain i can still log in in de. domain and update my accommodation.
To get that job done is that big project or not, would it be expensive?
#programming #automaticly #domain #posting #published
  • Hello.

    You haven't mentioned which framework you have chosen to build your website, but it sounds like you might be out of your depth when it comes to coding one.

    What I recommend you do is plan how you will build your website, then once you have chosen a platform, somebody could provide you with specific instructions to help.

    It's important to have chosen a framework, because for example, if you've chosen Wordpress then I could say that you can set up a Multisite Network and map domains.

    However, at this point I can't suggest anything because I don't know what your plans are.
    • [ 1 ] Thanks
    • [1] reply
    • Hello, its php mvc framework. Can u help with this?
      Thank you
      • [1] reply
  • Thank you for your answer. Im not programmer so i dont understand that language. When posting an apartment on website u have option to put description on each language, so if somebody write description on french language it will appear on french domain. Im just wondering will my programmer have to work a lot to make this system or it is simple work and not so expensive
    • [1] reply
    • I would say it would take from 2 to 4 hours depending on the experience of your developer and how many strings (lines of text) there are in total. Also depends on how the current translations are handled. Definitely not a long project as the site that you have sent to me in my inbox appears to have only a small number of pages.

      If your framework does not support multiple domains, this will mean additional work will be required (otherwise you'll be loading a site using http://www.yoursite.fr but all of the assets urls will be pointing to (http://www.yoursite.com) so users will be eventually end up at an English version of your website. So if multiple domain support does not exist, adding it can take longer than the entire website takes to complete, due to the complexity of the changes, we're going beyond the norm and it's then a more bespoke project.

      Timing in web development is really per project. It could be that it can be achieved really quickly because the mechanisms are already in place. Sorry I can't be more precise, but I can not see the code or identify the framework.
      • [ 1 ] Thanks
      • [1] reply

Next Topics on Trending Feed

  • 7

    I am planing to create website for holiday rentals advertising on few country code top level domains .de, it. fr, etc. It would be same website just translated for specified country. Is it possible when user register and post his accommodation on one domain to automaticly be registered and his acommodation published on all domains. He could then log in on any domain de. ,fr. it. etc. I see many big companies doing the same, they create their website on many country domains, and if im registered to com. domain i can still log in in de. domain and update my accommodation. To get that job done is that big project or not, would it be expensive?