Questions tagged [domain-aliasing]
18 questions
4
votes
1 answer
.htaccess redirecting domain alias'
I have a client that has a good amount of domain alias' and wants them all redirected to the one main domain on the site. They also want to know which of the domain alias' is doing the redirecting. I have that part down but I want to optimize the…

Rob
- 113
- 1
- 7
3
votes
2 answers
How to service a Gatsby website with multiple domains and its contents?
I built a website using Gatsby, Contentful, and deployed on Netlify.
I am going to run this website with multiple domain aliases.
ex:
alias1.example.com
alias2.example.com
In that case, the aliases work well and the website have to show contents…

hotcakedev
- 2,194
- 1
- 25
- 47
3
votes
1 answer
How to access a remote Git repository in Jenkins using aliases?
short version
I'm using aliasing to connect my remote Git repositories. It works, but when I add such repository to Jenkins, it cannot access the repository and display the error:
Failed to connect to repository : Command "git -c core.askpass=true
…

automatix
- 14,018
- 26
- 105
- 230
2
votes
1 answer
Domain aliasing vs edge side includes for CDN
I'm designing a web application to support use of a CDN in the future.
Two options I've considered:
Use domain aliasing for static content on the site, including CSS, JS, and some images.
Use "edge side includes" to designate static content…

frankadelic
- 20,543
- 37
- 111
- 164
2
votes
2 answers
How do you create a domain alias of a subdomain in Plesk 11?
We currently have sites.adomain.com set up in Plesk 11 and want to use bdomain.com as an alias for sites.adomain.com. The old method does not seem to work which was:
vi…

user1664053
- 21
- 1
- 2
1
vote
1 answer
domain aliases and Google App Engine
I have a Google Apps domain at www.openstv.org that I use for email and a website.
I recently created a Google App Engine app at stv.appspot.com and it can also be accessed at opal.openstv.org.
I would like to:
Use www.opavote.org for my Google App…

new name
- 15,861
- 19
- 68
- 114
1
vote
2 answers
htaccess alias domain to main domain AND keep the filename
I have 2 additional domains which I want to use as aliases to my main domain. I have this setup in my htaccess but it is not 100% right. Whenever I access a page from either one of the 2 domains it always redirects to the main domain index…

Karma Kaos
- 69
- 13
1
vote
3 answers
Netlify Custom Domains and WordPress admin access
Recent Update - Updated for clarity
I have a WordPress site set up on Server A.
Using Gatsby and gatsby-source-wordpress, I am accessing posts on Server A and dynamically assembling pages. I am then deploying a Gatsby site to Netlify.
In order to…

David Gaskin
- 548
- 7
- 26
1
vote
5 answers
How to add a domain alias without www in plesk 12
Let's say I have www.mydomain.com set up in Plesk 12. How can I create an alias like mydomain.mycompany.com for that domain? Currently Plesk adds automatically the www prefix.
Thanks!

sdagkas
- 578
- 1
- 5
- 20
1
vote
2 answers
Providing customers with domain aliasing
Currently I have an app which gives my users a custom subdomain.
neat.coolapp.com
However, I want my users to be able to CNAME their personal domain to that website.
ex. hey.neat.com -> neat.coolapp.com
Is this possible on heroku?
Thanks in advance…

Chirag Davé
- 46
- 3
1
vote
1 answer
Is it possible to have separate domain alias & redirection depending on subdirectory?
I need to set up the aliasing/redirection of a domain name depending on whether its in a subdirectory or not.
newdomain.com is an alias for parent.com/newdomain. This is set up as an alias in the hosting control panel and is working.
I need the url…

FluffyKitten
- 13,824
- 10
- 39
- 52
0
votes
1 answer
Domain alias - how to determine which one was used in .net core 3.1?
I have a web app using .net core 3.1 on IIS 10. I have my main domain set up and I have 3 alias domains that resolve to the main domain name. For my app I want to know which domain the user used to access the site.
How could I determine that? Any…

Jason
- 93
- 1
- 8
0
votes
1 answer
Forward domain alias to a certain page
We have a domain (domain.com) that has an alias (alias.com). We are using Plesk and a Windows Server. In Plesk, alias.com is setup as an alias for domain.com.
We need that when people access to alias.com it goes to a certain page within the main…

John Mathison
- 904
- 1
- 11
- 36
0
votes
1 answer
Domain to access subdirectory in different domain
Sorry, if similar question is answered already.
Q : When accessing example.com/subdirectory user should be redirected to newdomain.com.
Details : I've 2 domains (example.com and newdomain.com) and 1 hosting (shared hosting) purchased. Both domains…

Yogesh
- 397
- 3
- 18
0
votes
0 answers
Redirect https://alias to https://web without warning
I need all requests to go to https://example.com which I have SSL cert for.
My alias example.ch redirect to the example.com by
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.ch$ [OR]
RewriteCond…

shtyler
- 71
- 1
- 7