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
0
votes
1 answer

Prestashop multiple domain names

I have a Prestashop store in www.theafricantouch.com. I also have multiple domains pointing to the same DNS and same folder: .us, .fr, .de, .es, .co.uk, .net... In the SEO and URLs configuration page of my prestashop backend, I set…
armisoft
  • 13
  • 1
  • 3
0
votes
0 answers

Linking a Website to Images in a different Server Domain

I am trying to create a site in one domain that would link to image files in another domain. I am having much difficulty with figuring out how to code out the correct syntax for the tag. The images need to be kept secure and NOT in the same drive…
Jason
  • 93
  • 1
  • 4
  • 11
0
votes
0 answers

Attempting to run three domains on VPS, one works, the other two show apache test page

I have three domains that I'm pointing at one VPS. One resides in /www/html/ while the other two have their own folder inside of /www/html/. The first of my domains works fine. The other two, however, only land at the apache test page. I've…
Cue
  • 1
  • 3
0
votes
1 answer

Serving pretty much the same site to different domains with express.js

I'm trying to build an app that generates individual websites. The idea is for the owner to register his domain, tell it to my platform, point it to my amazon server (still not sure how too). Then on my express.js server I serve content based on the…
coiso
  • 7,151
  • 12
  • 44
  • 63
0
votes
1 answer

Multiple domain names for one website and AJAX

My website has two domain names that points to the same folder on my server. I've implemented a module that uses AJAX and it works perfectly when I acces my website through www.domain1.com but fails when I access it through www.domain2.com. I've…
0
votes
1 answer

how to get absolute path of a different server

We have hosted some downloadable files on our different server due to bandwidth problem. Now we want to download those files using an ASP script from our current server. But how could we know the absolute path of that particular server using ASP…
Saurabh D
  • 275
  • 5
  • 16
0
votes
1 answer

Get file contents of a domain in another domain in the same server

I have two domains in same server. www.domain1.com & www.domain2.com. in www.domain1.com, there is a folder called 'Pictures'. To that folder user can upload their pictures by creating a folder by their ID. (www.domain1.com/Pictures/User_iD) A…
Dam Forums
  • 240
  • 2
  • 10
  • 23
0
votes
1 answer

Htaccess: showing same page on second domain with simplified url structure

This should be easy, but it really isn't. I want to accomplish this: http://finaldomain.com/PAGENAME is the url I would like to use. http://subdomain.generaldomain.com/index.php?/static-parameter/PAGENAME is what the server needs to render the…
Diederik
  • 377
  • 3
  • 13
0
votes
1 answer

Google Analytics track 2 domains (one with subfolder)

I want to get the GA data with this setup: Main domain: mydomain.com Second domain: subdomain.myotherdomain.com/myfolder So basically I want the visits to the main domain and the visits to the second domain to count as one page. The reason for…
Albert
  • 1,516
  • 3
  • 24
  • 55
0
votes
1 answer

google analytics different domain, different pages

i have 2 domains: www.example.com www.aboutexample.com and on nginx, i have set a proxy to do: www.example.com -> server:81 www.aboutexample.com -> SERVER:81/about so, www.aboutexample.com/some/things == www.example.com/about/some/things on my…
Joaolvcm
  • 1,983
  • 3
  • 20
  • 24
0
votes
1 answer

OAuth or CAS for lots of domains but just one app?

We're about to start allowing our users to point their own domains at their profile pages on our website, but I've run into a problem that I can't seem to get around. We need to make sure that when any user who is logged into the main domain visits…
nlyn
  • 606
  • 1
  • 7
  • 20
0
votes
1 answer

Better URL with mod_rewrite?

Please, help me with this. I have my website in a directory /domains/mywebsite.com and I am using mod_rewrite to access the website, but the URL looks then like this: http://www.mywebsite.com/domains/mywebsite.com/something So please how can…
0
votes
1 answer

Joomla 1.5.23: Sitewide Component - runs on all instances

I have a project where I need to be able show a html item on a page depending on what the domain is. What I want to be able to do is call the component site wide (front end) so that it is basically hooking in on every page load. Sounds a little…
0
votes
1 answer

Varnish VCL Setup for Multiple Sub-Domains with V-Hosts?

Lets say for simplicity, as i'm a startup on Varnish, i have a single Server having Varnish and Apache together inside. There are multiple Sub-Domains in Apache as Virtual Hosts. Lets say i…
夏期劇場
  • 17,821
  • 44
  • 135
  • 217
0
votes
2 answers

How to enable multiple domains and or subdomains with apache httpd server

I'm trying to enable multiple domains in my environment Development, but am not succeeding the way I tried below, at which point I'm wrong? I installed httpd and changed DocumentRoot in httpd.conf to: C:/Webserver/www *I changed the Windows hosts…
Maykonn
  • 2,738
  • 6
  • 33
  • 51