Questions tagged [domain-mapping]
74 questions
26
votes
3 answers
How do I enable custom domains for my users?
I am looking to allow my users to use their own domain name to access my web service.
For example if I have a user with a profile at example.com/users/david how can I allow david to use exampledavid.com to access his profile page.
I don't want the…

HWD
- 1,547
- 7
- 36
- 72
25
votes
2 answers
nmap warning: giving up on port because retransmission cap hit (2)
I am trying to scan a large set of domain names using nmap. I used the following command:
Nmap -PN -p443 -sS -T5 -oX out.xml -iL in.csv
I get the following warning:
Warning: xx.xx.xx.xx giving up on port because retransmission cap hit (2).
Why…

Wiliam A
- 457
- 3
- 7
- 10
13
votes
1 answer
Is it possible to map multiple domains to single Google App Engine application?
I'm developing CMS System that can serve multiple sites at same time, is it possible to map multiple domains to single Google App Engine application?

newbie
- 24,286
- 80
- 201
- 301
7
votes
4 answers
Groovy domain mapping
I have a to save a pdf report into an Oracle DB.
The report's dataType is a byteArray.
The domain definition is as follows:
static constraints = {
report(nullable:false)
company(nullable:false)
month(nullable:false)
}
byte[]…

Luixv
- 8,590
- 21
- 84
- 121
6
votes
2 answers
domain mapping in CakePHP
I'm trying to do domain mapping on my site in the fastest possible way so I've searched for PHP plugins that I can possibly use. However, all results are Wordpress-related. I'm using Cakephp 2.4. Is there an available plugin for this that is not WP?…

Leah
- 225
- 2
- 10
- 24
5
votes
1 answer
Extract DSI array class from dmapped array instance?
I'm doing some performance testing on a custom distribution hierarchy, and I need to access the array class that backs a mapped array.
I can access the backing domain through array.domain, but there doesn't seem to be anything for the backing array…

memorableusername
- 442
- 2
- 11
5
votes
1 answer
Map a domain to an MVC area
Anybody got any experience in mapping a domain to an MVC area?
Here's our situation:
Old system (still active but will soon redirect to new store):
www.example.com - our main site where we send traffic
store.example.com - our store site which is a…

Simon_Weaver
- 140,023
- 84
- 646
- 689
4
votes
1 answer
How to unit test grails domain class that has a relational mapping?
The output of my test gives com.example.book.Book : null. When I debug the test, b object is created with "MyBook" as its name. But since its has a static mapping belongsTo, the test fails. How do I make this work. When I comment the belongsTo…
user235273
3
votes
2 answers
WordPress Multi-site with Multi-language using WPML
I have a project with WordPress for a multi-language, multi-country site.
I want to have a structure like:
domain.com
domain.com/es
domain.com/de
domain.com/fr
domain.es
domain.es/en
domain.fr
domain.fr/en
domain.de
domain.de/en
I was…

Ryan Dorn
- 417
- 7
- 20
2
votes
0 answers
google cloud run / domain mapping / set both naked and www domains
I'd like to have the naked domain and the www point to the same service
While the naked domain mapping works as expected, the www mapping ends up with an error, saying that the mapping already exists
Is that normal ? What should be done to have it…

Ben
- 5,030
- 6
- 53
- 94
2
votes
0 answers
Wordpress multisite URL rewrite htaccess
I am running wordpress multisite on a server. The main site is working just fine are url redirects are perfect.
Say my domain is www.adeel.com and the site is run on following url www.adeel.com/area-guides. Because at www.adeel.com another site is…

Adeel Tahir
- 187
- 2
- 10
2
votes
0 answers
Setting Default document for subdomain
My website has a default document pointing to Home.aspx. The site has a folder which is mapped to a sub domain. Is it possible to map the subdomain to the subfolder and have a different default document.
Does 301 redirect affect SEO.

Kushal Kalambi
- 125
- 1
- 5
- 13
2
votes
1 answer
Changing domain mapping on Mac OSX etc/hosts to Vagrant Virtual Machine
I've been trying to change the mapping for a domain and forward it to a Vagrant machine that I've forwarded a port to.
The config in Vagrantfile:
Vagrant.configure("2") do |config|
config.vm.network :forwarded_port, host: 4567, guest: 80
…

Lorena Nicole
- 499
- 2
- 9
- 21
2
votes
1 answer
wordpress: domain mapping and site URL display
i am a wordpress newbie and have not much experience with their settings. Basically, i have recently set up a domain mapping for an existing wordpress site that i took over and that i had to move to another host, so domain mapping seemed to be an…

user1860734
- 21
- 1
2
votes
3 answers
Map Domain to WordPress Page
Is there a way to map a domain name to a WordPress page?
For example, if I have mydomain.com/about/bio and mydomain.com/about/resume, could I map anotherdomain.com to the about page so I could use anotherdomain.com/bio and…

HWD
- 1,547
- 7
- 36
- 72