Questions tagged [multiple-domains]

A multiple-domain account usually allows you to distribute your disk space/transfer over as many domain names as you want (or can).

If you have for example 5 websites then it is usually more economical to get one multi-domain account to put them all under then get 5 single domain accounts.

261 questions
2
votes
0 answers

Login used for multiple domains laravel

I'm working on project where users can park their own domain to the main site and then it redirects to user profile. Something like personal site. masterdomain.com masterdomain.com/username1 usersdomain.com == masterdomain.com/username1 And…
Vygandas
  • 182
  • 11
2
votes
0 answers

WordPress Multisite with multiple domains using Nginx

I'm growing grey hair here. I've tried so many things and yet I can't get a grasp on how to set this up. Found tons of guides but no one goes through all aspects, which are: A single WP Multisite install that handles several domain based (8 to be…
Staffan Estberg
  • 6,795
  • 16
  • 71
  • 107
2
votes
2 answers

Sakai and multiple domain

Recently, I constructed a website based on Sakai Open Source Project: Everything works fine except for the following problem: I have pointed multiple domain to my server IP. Example: domain1.com, www.domain1.com, domain2.com, www.domain2.com. All…
2
votes
1 answer

Implementation of multi ccTLDs website with minimal maintenance

I have a company ABC and I registered ABC domains in different countries. I have developed www.abc.com website and this main site has many languages subfolders: www.abc.com/en with hreflang=en (lang=english, geotargeting=none) www.abc.com/fr with…
2
votes
2 answers

Multiple-domains on WAMP localhost

If you're reading my question, thanks, I appreciate your help I'm using Wamp on Windows Vista. I've created 2 project folders: www/project1/ www/project2/ My virtual hosts file looks like this: NameVirtualHost *:80
2
votes
0 answers

Does hosting App on multiple domains require multiple AppIDs?

I have a Silverlight control that's used to author some graphical content, and I am starting work to integrate it to Facebook so people can have access to their pictures. Things are working well, I am using the JavaScript API on the host page of my…
Chart
  • 53
  • 4
2
votes
1 answer

Multiple domains on single apache tomcat

I have two domains but only one virtual server which runs a tomcat 7. I have my own ubuntu Linux with full root access running on the virtual server. I setup shorewall firewall which forwards any request on port 80 to port 8080 (where tomcat is…
toom
  • 12,864
  • 27
  • 89
  • 128
2
votes
2 answers

Track multiple domains under the same google analytics account

I have two domains mysite.com and mysite.cz and I want to see traffic sources for both domains, which i currently can't as i am tracking only ".com" domain. Any ideas how to achieve that?
hjuster
  • 3,985
  • 9
  • 34
  • 51
1
vote
1 answer

Rails: authentication through different domains

I have to integrate the web application I am developing, with an external web application in order to use their services. Unfortunately this is my very first work and I am a bit confused. They asked me to provide the verification URL with login…
Barbared
  • 800
  • 1
  • 8
  • 25
1
vote
1 answer

Do I have to _setDomainName in Google Analytics for each Top-level Domain I am tracking?

I have 3 domains pointing to the same website, with no redirects, so domain1.com, domain2.com and domain3.com show the same content and do not redirect between each other. If I want to track all domains, do I have to check Multiple top-level domains…
Francisc
  • 77,430
  • 63
  • 180
  • 276
1
vote
1 answer

Cakephp .htaccess : multiple domains pointing to one app

I am working on one cakePHP application. Now i want to configure my main domain (www.example.com) to be accesses via 'www.xyz.com' or 'www.bcd.com'. For this i will add the CName record in the 'www.xyz.com' or 'www.bcd.com' as 'www.example.com'…
Vijay Kumbhar
  • 896
  • 1
  • 13
  • 31
1
vote
1 answer

Glassfish 3.1 - How to configure JMS on multiple domains?

Due to classloading issues I need to deploy an ear and a war in separate domains in the same instance of Glassfish 3.1.1. The war sends messages to a queue and and MDB in the ear should receive and action it. The JMS is set up in the domains…
sdoca
  • 7,832
  • 23
  • 70
  • 127
1
vote
1 answer

Custom domains in CodeIgniter web app?

I'm using CodeIgniter to build my first web app. For demo purposes, users can preview their site by simply using their Facebook username as a paramater (using public data from the Graph API). So they access their data…
Joe W
  • 998
  • 6
  • 16
  • 36
1
vote
1 answer

Htaccess Maintenance Mode Exlude 1 Domain

We have add-on domains to the same directory of our website, 1 of the domain is for us to access and test the website. I want to activate Maintenance mode excluding our test domain so we can access the site and do our tests.
XYX
  • 11
  • 2
1
vote
1 answer

Wordpress links on multiple domains

I have WordPress blog on server {IP}/blog. Recently I've bought 2 domains and configured 2 virtual hosts in Apache for this blog. This works but all links on site are directing to old location {IP}/blog/link_href. I've tried to change WP_HOME and…
dreake
  • 13
  • 2