I have a domain aaa.com
I have a hosting with another domain bbb.com
When user enter at aaa.com I need to show him the site that located at subdomain.bbb.com
How can I do that?
Thanks
Do you want to display aaa.com in the address bar? Then create a CNAME record aaa.com pointing to subdomain.bbb.com in your DNS settings for aaa.com. Otherwise, create an URL redirect record similarly.
Related
I want to point a domain name newdomainname.com from a domain service provider (Hostinger) to a subfolder and/or subdomain on my existing website eg.
existingwebsite.com/subfolder
so when I access newdomainname.com it will direct to that subfolder while showing newdomainname.com on the address bar. How can I achieve this?
Also if it can be done with subdomain I would also like to know how. eg: pointing newdomainname.com to:
subdomain.existingwebsite.com
How can I configure DNS CNAME or another record which do the following requirement?
existing domain with its URL: example.com/brand/main/top
another domain: newdomain.com
My need is when I hit newdomain.com, it opens the existing domain URL (example.com/brand/main/top) with newdomain.com.
In CNAME,
you can only point one domain to another domain.
path or url can't be mentioned in dns records.
to reach the url, you can configure htaccess to redirect incoming request of
newdomain.com to example.com/brand/main/top
I'm trying to redirect multiple domain names to their corresponding landing pages on my website using name servers, but don't know where to start.
Example:
I have two domain names 1)ABC.com 2)123.com. I want to set the name servers of each domain to forward them to the landing page on my website, so ABC.com would redirect to MyWebsite.com/abc and 123.com would redirect to MyWebsite.com/123.
Any help as to where I could a general direction to make this happen?
DNS is solely responsible for the name 123.com to address 12.34.56.78 mapping. It has no concept of anything that happens beyond that. Via DNS you would need to point both names to the address of the web server.
Then on the web server, configure a site at abc.com and 123.com, with each site being redirected the appropriate place.
This way, the HTTP software will detect which domain name is requested and redirect it as required.
You basically need to follow the link shared in comments, but do that for each domain. - How do I redirect a domain to a specific "landing page"?
I have a domain and I pay $10/monthly to site5 host my portfolio. But now, I just need a Behance page. Is there any way to redirect my domain to behance, without having a host service?
I imagine you can set up a 301 redirect directly from the domain name's control panel no?
I just purchased a domain for my blogger blog through google(goDaddy)
Currently, it is pointed to blogger web host.
I'd like to point it to my own web host as well, so i can host files, while not losing my blog stuffs from blogger.
Is this possible? for a domain to have 2 web host?
I'm sorry, i'm really new to these domain and hosting, any help would be appreciated. Thanks!
You can keep your domain on your site and then setup a subdomain-- like blog.YOURDOMAIN.COM-- and point that to your blogger account.
Go to http://www.google.com/a/domainname, replacing domainname with your domain name.
Now you will need to login to your Google account utilizing a username and password you previously created specifically for Google Apps for your domain. If you do not know this information, click 'Can't access your account.'
Once logged in, click the 'Domain Settings' tab.
Click on "Advanced DNS Settings".
You will now see listed your Sign-In Name, Password, and PIN.
Click Sign-In to DNS Console and use the Sign-In Name and Password to login.
You should now be in the Domain Control Center. Click Forward, and then select Forward Subdomain.
In the Add subdomain field, enter the subdomain.
Select http:// or https:// depending on your server settings.
In Forward this subdomain to, enter the URL you want to forward the subdomain to. This will be the URL for your Blogger blog.
To view additional options, click Advanced Options, and then select one of the following:
Forward Only — Specifies the length of time for this forwarding setting. Select one of the following redirect types:
I am permanently forwarding my domain — Redirects to the site you specified in the Forward To field using a "301 Moved Permanently" HTTP response. The HTTP 301 response code tells user-agents (including search engines) the location has permanently moved.
I am only temporarily forwarding my domain — Redirects to the site you specified in the Forward To field using a "302 Found" HTTP response. The HTTP 302 response code tells user-agents (including search engines) that the location has temporarily moved.
Forward with Masking
Title — Displays at the top of the browser window and in search results.
Description — A short description of your website to display in search engine results.
Keyword — A list of comma-separated keywords that describe the content and purpose of your website.
Click OK.
The main domain you just continue to point to the IP of your web host.