Questions tagged [domain-mapping]
74 questions
0
votes
1 answer
How do I run WordPress alongside a custom web app on the same domain?
Ideally what I'd like is
domain.com to be my wordpress blog, and
domain.com/app to be my custom java app running on a Heroku server.
I do not want to use subdomains.
Is this possible, and if so, how?

TomahawkPhant
- 1,130
- 4
- 15
- 33
0
votes
0 answers
How to map multiple domains to a WordPress (single install) site woring as SAAS?
My question is quite similar to this question. However my concerns are not fully answered there, so I am posting a separate question.
I will try to be as detailed as possible here.
I have to build a website (SAAS), say abc.com wherein registered…

user1314305
- 2,777
- 2
- 16
- 14
0
votes
1 answer
Hippo CMS resets the mapped domain configuration data after rebuild
I have installed an instance of Hippo CMS (version 7) and I already mapped a domain to a website. I also have an external repository for Hippo.
The problem is, Hippo will reset all of my domain mapping data if I clean the project by maven. Any…

Yashar Nadery
- 1
- 1
0
votes
0 answers
How to solve blank white page screen of my WordPress multisite?
I have created a WordPress multi-site.
The main site is accordingtotommy.com and I added a site in subdomain which is atripthroughtime.accordingtotommy.com.
atripthroughtime.... works well but when I installed the WordPress MU Domain Mapping plugin…

Chonchol Mahmud
- 2,717
- 7
- 39
- 72
0
votes
0 answers
Map multiple custom domain with on Azure Cloud Service with SSL
We have one Azure Cloud Service (lets call it AB1) on which we have deploy our web application.
My question is how can I map multiple custom domain with AB1 some with SSL and some without SSL.
suppos I want to…

Nilesh Pethani
- 822
- 2
- 10
- 19
0
votes
1 answer
Wordpress running on Amazon EC2 Domain Mapping Issue
Have setup an EC2 instance and finished installing wordpress and domain mapping. Everything works fine when I enter the domain http://domain.com. But when I click on any link to inner pages on the homepage, it redirects to 54.80.186.212/contact-us.…

prasanna
- 1
- 1
0
votes
1 answer
wordpress admin not working with domain name mapping
I had wordpress site on LAMP server without domain name mapping. I am able to access site with IP http://xxx.xxx.xxx.xx without any issue.
http://xxx.xxx.xxx.xx pointing to sub-domain folder on server
But now after mapping domain name I am able to…

Hello Python
- 110
- 2
- 13
0
votes
1 answer
Hosting Google App Engine application in own domain
I have bought a new domain from GoDaddy using Google Apps Free Edition before a few years ago (before google stop offering the free edition of Google Apps). Then i mapped this new domain with my Google Sites web site.
Now i need to remove this…

Bishan
- 15,211
- 52
- 164
- 258
0
votes
1 answer
custome domain mapping to project running on azure with different port
There are 6 projects running on single instance with different port.
which are
http://stanthony.cloudapp.net
.
.
http://stanthony.cloudapp.net:86
Now I want to run each urls with different Domain, I did CNAME mapping with a domain but still same…
0
votes
1 answer
Is it possible to host site at wordpress but have it reachable by mydomain.com/blog? What are SEO implications of this?
I have a blog currently hosted at mydomain.wordpress.com but reachable by blog.mydomain.com and have been told this is not helping my SEO credibility. I've been told to switch to mydomain.com/blog but don't know if I can point a subdirectory at a…

Don Rhummy
- 24,730
- 42
- 175
- 330
-1
votes
1 answer
How to map domain url to another domain?
I have domain ex: cards.com and
I have an web app which run's on the domain example.com
The app run's on a serverless platform. I have no IP or VM for my app
I don't want to expose example.com, I want to map this example.com to cards.com/example
can…

imnotiam
- 94
- 8
-1
votes
2 answers
Domain Mapping - Can you use a CNAME instead of an 'a' record
So I have a problem - I've previously always done domain mapping by updating the 'a' record with my static IP address. My new hosting provider will not be able to provide me with a static IP address and I am wondering if there is a way to do domain…

Paddy
- 9
- 5
-1
votes
1 answer
Wordpress Multisite plugin
For installation Wordpress Multisite is this plugin required in version 5.x or not -- WordPress MU Domain Mapping
Or in Wordpress version 5.x the feature of installing Wordpress Multisite is already built up inside the code?

Fernada Ieb
- 1
- 2
-1
votes
1 answer
How to get Nmap and Whois on Windows using python
If I do this code(below) to get a IP address from a URL, how do I get the Nmap scan from that Ip address?
import socket
def get_ips_for_host(url):
try:
ips = socket.gethostbyname_ex(url)
except socket.gaierror:
ips = []
…

Dipeshwar Singh
- 9
- 3