How do I set up a “masked” domain?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I am working on a web application that can be access via resellers who can use their own domain and have a customised portal based on this domain.
e.g
Main web application lives at www.myapplication.com.
Reseller A, has their own domain name, www.resellerapplication.com. This is assigned in my database and has a reseller specific logo assigned to it. (this bit I can do by checking the referring URI)
Visiting www.resellerapplication.com, the user will see the application, but with the reseller logo in the corner.
So, how do I go about setting up the domain, www.resellerapplication.com, to act as a "mask" for my domain? URLs need to work the same, so www.resellerapplication.com/contact-us will show www.myapplication.com/contact-us etc etc.
I think the reseller domain needs an A Record setting up to point to the IP of my domain, but then I'm lost. Again, I assume I need to set up a VirtualHost, but can't see how to do this in WHM/cPanel.
Is there another/easier way to achieve this?
networking dns domain whm
add a comment |
I am working on a web application that can be access via resellers who can use their own domain and have a customised portal based on this domain.
e.g
Main web application lives at www.myapplication.com.
Reseller A, has their own domain name, www.resellerapplication.com. This is assigned in my database and has a reseller specific logo assigned to it. (this bit I can do by checking the referring URI)
Visiting www.resellerapplication.com, the user will see the application, but with the reseller logo in the corner.
So, how do I go about setting up the domain, www.resellerapplication.com, to act as a "mask" for my domain? URLs need to work the same, so www.resellerapplication.com/contact-us will show www.myapplication.com/contact-us etc etc.
I think the reseller domain needs an A Record setting up to point to the IP of my domain, but then I'm lost. Again, I assume I need to set up a VirtualHost, but can't see how to do this in WHM/cPanel.
Is there another/easier way to achieve this?
networking dns domain whm
add a comment |
I am working on a web application that can be access via resellers who can use their own domain and have a customised portal based on this domain.
e.g
Main web application lives at www.myapplication.com.
Reseller A, has their own domain name, www.resellerapplication.com. This is assigned in my database and has a reseller specific logo assigned to it. (this bit I can do by checking the referring URI)
Visiting www.resellerapplication.com, the user will see the application, but with the reseller logo in the corner.
So, how do I go about setting up the domain, www.resellerapplication.com, to act as a "mask" for my domain? URLs need to work the same, so www.resellerapplication.com/contact-us will show www.myapplication.com/contact-us etc etc.
I think the reseller domain needs an A Record setting up to point to the IP of my domain, but then I'm lost. Again, I assume I need to set up a VirtualHost, but can't see how to do this in WHM/cPanel.
Is there another/easier way to achieve this?
networking dns domain whm
I am working on a web application that can be access via resellers who can use their own domain and have a customised portal based on this domain.
e.g
Main web application lives at www.myapplication.com.
Reseller A, has their own domain name, www.resellerapplication.com. This is assigned in my database and has a reseller specific logo assigned to it. (this bit I can do by checking the referring URI)
Visiting www.resellerapplication.com, the user will see the application, but with the reseller logo in the corner.
So, how do I go about setting up the domain, www.resellerapplication.com, to act as a "mask" for my domain? URLs need to work the same, so www.resellerapplication.com/contact-us will show www.myapplication.com/contact-us etc etc.
I think the reseller domain needs an A Record setting up to point to the IP of my domain, but then I'm lost. Again, I assume I need to set up a VirtualHost, but can't see how to do this in WHM/cPanel.
Is there another/easier way to achieve this?
networking dns domain whm
networking dns domain whm
edited Sep 12 '14 at 13:23
Mr Pablo
asked Sep 12 '14 at 13:16
Mr PabloMr Pablo
133129
133129
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can achieve the masking with the cPanel by following this short tutorial:
Log into the cPanel manager using the credentials provided by the company that registered the domain. Once logged in, look for the "Domain" or "Account" manager to access the needed domain options.
Click the option listed for "Forward" and then click "Forward Domain." The forwarding information currently being used should be displayed.
Click the link labeled "Advanced Options" to configure the masking options.
Select the option to "Forward with Masking" to prevent the URL visitors to the site are being sent to from being displayed in the browser's navigation bar. Click "OK" to save the changes.
UPDATE: Almost every provider offers an option like that. You have to check their individual websites. Even if they don't offer a cPanel they offer another option to mask the redirects. I've checked 123-reg and GoDaddy and they both offer that.
Source
Will this work for ANY domain? It is plausible resellers will be buying domains from any provider ie. 123-Reg, Namesco, GoDaddy etc. I need something that will work for any kind of account (Not all domain accounts will have cPanel access?)
– Mr Pablo
Sep 12 '14 at 13:29
Yes, almost every provider offers an option like that. You have to check their individual websites. Even if they don't offer a cPanel they offer another option to mask the redirects. I've checked 123-reg and GoDaddy and they both offer that. (I've updated my answer)
– Christian Wörz
Sep 12 '14 at 13:40
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f810819%2fhow-do-i-set-up-a-masked-domain%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can achieve the masking with the cPanel by following this short tutorial:
Log into the cPanel manager using the credentials provided by the company that registered the domain. Once logged in, look for the "Domain" or "Account" manager to access the needed domain options.
Click the option listed for "Forward" and then click "Forward Domain." The forwarding information currently being used should be displayed.
Click the link labeled "Advanced Options" to configure the masking options.
Select the option to "Forward with Masking" to prevent the URL visitors to the site are being sent to from being displayed in the browser's navigation bar. Click "OK" to save the changes.
UPDATE: Almost every provider offers an option like that. You have to check their individual websites. Even if they don't offer a cPanel they offer another option to mask the redirects. I've checked 123-reg and GoDaddy and they both offer that.
Source
Will this work for ANY domain? It is plausible resellers will be buying domains from any provider ie. 123-Reg, Namesco, GoDaddy etc. I need something that will work for any kind of account (Not all domain accounts will have cPanel access?)
– Mr Pablo
Sep 12 '14 at 13:29
Yes, almost every provider offers an option like that. You have to check their individual websites. Even if they don't offer a cPanel they offer another option to mask the redirects. I've checked 123-reg and GoDaddy and they both offer that. (I've updated my answer)
– Christian Wörz
Sep 12 '14 at 13:40
add a comment |
You can achieve the masking with the cPanel by following this short tutorial:
Log into the cPanel manager using the credentials provided by the company that registered the domain. Once logged in, look for the "Domain" or "Account" manager to access the needed domain options.
Click the option listed for "Forward" and then click "Forward Domain." The forwarding information currently being used should be displayed.
Click the link labeled "Advanced Options" to configure the masking options.
Select the option to "Forward with Masking" to prevent the URL visitors to the site are being sent to from being displayed in the browser's navigation bar. Click "OK" to save the changes.
UPDATE: Almost every provider offers an option like that. You have to check their individual websites. Even if they don't offer a cPanel they offer another option to mask the redirects. I've checked 123-reg and GoDaddy and they both offer that.
Source
Will this work for ANY domain? It is plausible resellers will be buying domains from any provider ie. 123-Reg, Namesco, GoDaddy etc. I need something that will work for any kind of account (Not all domain accounts will have cPanel access?)
– Mr Pablo
Sep 12 '14 at 13:29
Yes, almost every provider offers an option like that. You have to check their individual websites. Even if they don't offer a cPanel they offer another option to mask the redirects. I've checked 123-reg and GoDaddy and they both offer that. (I've updated my answer)
– Christian Wörz
Sep 12 '14 at 13:40
add a comment |
You can achieve the masking with the cPanel by following this short tutorial:
Log into the cPanel manager using the credentials provided by the company that registered the domain. Once logged in, look for the "Domain" or "Account" manager to access the needed domain options.
Click the option listed for "Forward" and then click "Forward Domain." The forwarding information currently being used should be displayed.
Click the link labeled "Advanced Options" to configure the masking options.
Select the option to "Forward with Masking" to prevent the URL visitors to the site are being sent to from being displayed in the browser's navigation bar. Click "OK" to save the changes.
UPDATE: Almost every provider offers an option like that. You have to check their individual websites. Even if they don't offer a cPanel they offer another option to mask the redirects. I've checked 123-reg and GoDaddy and they both offer that.
Source
You can achieve the masking with the cPanel by following this short tutorial:
Log into the cPanel manager using the credentials provided by the company that registered the domain. Once logged in, look for the "Domain" or "Account" manager to access the needed domain options.
Click the option listed for "Forward" and then click "Forward Domain." The forwarding information currently being used should be displayed.
Click the link labeled "Advanced Options" to configure the masking options.
Select the option to "Forward with Masking" to prevent the URL visitors to the site are being sent to from being displayed in the browser's navigation bar. Click "OK" to save the changes.
UPDATE: Almost every provider offers an option like that. You have to check their individual websites. Even if they don't offer a cPanel they offer another option to mask the redirects. I've checked 123-reg and GoDaddy and they both offer that.
Source
edited Sep 12 '14 at 13:40
answered Sep 12 '14 at 13:27
Christian WörzChristian Wörz
6,38311534
6,38311534
Will this work for ANY domain? It is plausible resellers will be buying domains from any provider ie. 123-Reg, Namesco, GoDaddy etc. I need something that will work for any kind of account (Not all domain accounts will have cPanel access?)
– Mr Pablo
Sep 12 '14 at 13:29
Yes, almost every provider offers an option like that. You have to check their individual websites. Even if they don't offer a cPanel they offer another option to mask the redirects. I've checked 123-reg and GoDaddy and they both offer that. (I've updated my answer)
– Christian Wörz
Sep 12 '14 at 13:40
add a comment |
Will this work for ANY domain? It is plausible resellers will be buying domains from any provider ie. 123-Reg, Namesco, GoDaddy etc. I need something that will work for any kind of account (Not all domain accounts will have cPanel access?)
– Mr Pablo
Sep 12 '14 at 13:29
Yes, almost every provider offers an option like that. You have to check their individual websites. Even if they don't offer a cPanel they offer another option to mask the redirects. I've checked 123-reg and GoDaddy and they both offer that. (I've updated my answer)
– Christian Wörz
Sep 12 '14 at 13:40
Will this work for ANY domain? It is plausible resellers will be buying domains from any provider ie. 123-Reg, Namesco, GoDaddy etc. I need something that will work for any kind of account (Not all domain accounts will have cPanel access?)
– Mr Pablo
Sep 12 '14 at 13:29
Will this work for ANY domain? It is plausible resellers will be buying domains from any provider ie. 123-Reg, Namesco, GoDaddy etc. I need something that will work for any kind of account (Not all domain accounts will have cPanel access?)
– Mr Pablo
Sep 12 '14 at 13:29
Yes, almost every provider offers an option like that. You have to check their individual websites. Even if they don't offer a cPanel they offer another option to mask the redirects. I've checked 123-reg and GoDaddy and they both offer that. (I've updated my answer)
– Christian Wörz
Sep 12 '14 at 13:40
Yes, almost every provider offers an option like that. You have to check their individual websites. Even if they don't offer a cPanel they offer another option to mask the redirects. I've checked 123-reg and GoDaddy and they both offer that. (I've updated my answer)
– Christian Wörz
Sep 12 '14 at 13:40
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f810819%2fhow-do-i-set-up-a-masked-domain%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown