Questions tagged [domain-mapping]
74 questions
1
vote
1 answer
Mapping Domain problem with ingress on kubernates
I've install Kubernetes and Metalb and ingress services and controllers on my ubuntu server and I want to connect domains to my service with ingress in my Kubernetes. The problem is that when I map a domain to a service, when I can get the domain on…

hosein zare
- 11
- 1
1
vote
1 answer
Anyone familiar with Wordpress MU domain mapping? Need desperate help please
We have the Wordpress MU Domain Mapping plugin installed and have followed instructions to the best of our ability but we can't seem to get this working at all and I've tried everywhere to get advice but no-one seems to know anything about…

zigojacko
- 1,983
- 9
- 45
- 77
1
vote
2 answers
Use Cloudfront to remove {stage} from custom domain url
I have a flask app deployed to AWS Lambda via zappa. Zappa creates an AWS rest endpoint such as random_api_ID.execute-api.us-east-2.amazonaws.com/devwhich works perfectly when directly entered into the browser. But, when I use Cloudfront to…

Vee
- 1,821
- 3
- 36
- 60
1
vote
0 answers
How should I resolve 'Bad Request (400)' error after mapping domain by configuring load balancer in GCP?
I am trying to map a domain name for google cloud run service running in 'asia-south1' region. But as per cloud run domain mapping limitations it is not possible use cloud run domain mappings in 'asia-south1' region.
So document suggested to set up…

Vishal Kapale
- 73
- 5
1
vote
1 answer
How to Change tomcat8 port 8080 to 80
I am using tomcat8 and i have changed http port in cofg/server.xml as
In http connector i have changed port 8080 to 80
< Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
I have…

Anuj Dhiman
- 1,550
- 3
- 26
- 51
1
vote
1 answer
Allowing custom domain names for tenants on multi tenant SaaS platform hosted on AWS
Overview
I am building a multi tenant SaaS platform on AWS. The deployment architecture for now is very simple.
I have a ELB (all traffic falls here)
I have few EC2 instances (hosting my java + angular application). This is under a Autoscaling…

dharam
- 7,882
- 15
- 65
- 93
1
vote
1 answer
Map cpanel Add On domains to subsites in Wordpress multisite
I have a server where I have several domains set up as "Add On" domains on cPanel. Those domains are fully hosted, as I have emails set ups and a folder with a Wordpress installation for each one. All domains nameservers are the same, (as they runs…

Gustavo Bianchi
- 13
- 3
1
vote
2 answers
Domain Mapping with php?
today im playing with domains with php,
example
www.wordpress.com is our main site
www.friend1.com is my new domain
www.friend2.com is my new domain
www.friend3.com is my new domain
to
www.friend1.com the same as www.wordpress.com/profile/friend1…

Adam Ramadhan
- 22,712
- 28
- 84
- 124
1
vote
0 answers
.htaccess - conflict due to Mapped Domain and WP Subsite URL - using WPultimo plugin
Hello Advanced WP'ers,
I have a WordPress multisite network which does not run off the root of the domain, but is a path-based installation (not sub-domain) which uses the directory "/clubs/".
Example site URL may be;…

Morgan McLellan
- 11
- 2
1
vote
1 answer
mapWith with hasMany giving error on run-app with Grails v3.3.5 working fine with Grails v3.2.11
I have a domain class DomainA --
class DomainA {
String someString
static mapWith = "none"
}
I don't want to persist this domain so I am using mapWith property. And have its relation in DomainB in hasMany --
class DomainB {
String…

MKB
- 7,587
- 9
- 45
- 71
1
vote
0 answers
WordPress Multisite Subsite WP admin not woring
I used the MU Domain Mapping plugin to map the domains, Currently, I am not able to login into other subsites which are pointed to other domains.
It is showing me the error.
The domain mapping plugin only works if the site is installed in /. This is…

Umakant infris
- 11
- 1
1
vote
0 answers
Custom domain mapping in codeigniter
I am creating a cloud based application in codeigniter/php.
I have a functionality where user can have their website at user.myapp.com and it works (with subdomain and model binding).
I now want to go one step further, and allow users to add their…

Naveen
- 125
- 3
- 13
1
vote
1 answer
PHP Codeigniter- Allow users to use a custom domain name
I am currently working on a codeigniter project.
I have a Codeigniter v3.0.0 web site, at example.com.
Now here I want my website users to use their custom domain name. Let's say a user signs up on my website, then he will get his own page:…

Harman Pal Singh
- 11
- 2
1
vote
1 answer
JW Player Not Loading on Mapped Domain
I created a site which I'm running through Heroku and everything is working fine on the app URL:
https://serene-scrubland-3140.herokuapp.com/
I then mapped the app to a custom domain:
http://www.wmpmedia.ca/
On the custom domain the JW player no…

WelcomeChallenger
- 27
- 4
1
vote
2 answers
htaccess redirect specific page of specific domain to specific page
We have a Wordpress Mutlisite running so I need do redirect the specific pages, categories and files only if a specific domain is requestet.
So when domain.de/allgemein is requestet it shoul redirect to domain.de/neues-von-der-domain but no if for…

user3280550
- 11
- 3