
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Custom Domain Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/custom-domain/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/custom-domain/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Thu, 16 Jun 2022 11:46:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.technig.com/wp-content/uploads/2020/04/32x32.png</url>
	<title>Custom Domain Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/custom-domain/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>How to Add New Domain Controller to Existing Domain</title>
		<link>https://www.technig.com/add-new-domain-controller-to-existing-domain/</link>
					<comments>https://www.technig.com/add-new-domain-controller-to-existing-domain/#respond</comments>
		
		<dc:creator><![CDATA[Habib Sarwari]]></dc:creator>
		<pubDate>Sun, 05 Jun 2022 09:23:00 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Active Directory Server]]></category>
		<category><![CDATA[Child Domain Configuration]]></category>
		<category><![CDATA[Create Domain Controller]]></category>
		<category><![CDATA[Custom Domain]]></category>
		<category><![CDATA[Domain Controller]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<category><![CDATA[Windows Server 2019]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=18380</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1143" height="650" src="https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Add New Domain Controller to Existing Domain" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1.png 1143w, https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1-300x171.png 300w, https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1-1024x582.png 1024w, https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1-768x437.png 768w" sizes="(max-width: 1143px) 100vw, 1143px" /></div>
<p>Suppose you have one domain controller in your network. In that case, you may wonder how to add a new domain controller to an existing domain to avoid discontinuity in case of server failure. When you add new domain controllers to an existing domain, they replicate the active directory database with each other. If the [&#8230;]</p>
<p>The post <a href="https://www.technig.com/add-new-domain-controller-to-existing-domain/">How to Add New Domain Controller to Existing Domain</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1143" height="650" src="https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Add New Domain Controller to Existing Domain" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1.png 1143w, https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1-300x171.png 300w, https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1-1024x582.png 1024w, https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1-1-768x437.png 768w" sizes="(max-width: 1143px) 100vw, 1143px" /></div>
<p>Suppose you have one domain controller in your network. In that case, you may wonder how to add a new domain controller to an existing domain to avoid discontinuity in case of server failure. When you add new domain controllers to an existing domain, they replicate the active directory database with each other. If the primary domain controller fails, you can use the second domain controller to respond to authentication requests and perform the DC’s tasks. Overall, multiple domain controllers increase fault tolerance and load balancing. The following article will elaborate on the steps required for adding a new domain controller to an existing domain in Windows Server 2022.</p>



<p>To demonstrate it in detail, I have two servers (SR1-technig and SR2-technig) running <a href="https://www.technig.com/free-download-windows-server-2022-iso-file/" target="_blank" rel="noreferrer noopener">Windows Server 2022</a>. The SR1-technig server acts as a primary server and is also a domain controller. Since the SR1-technig is already a domain controller, I will add the new domain controller in the SR2-technig server and make both SR1-technig and SR2-technig domain controllers.</p>



<h2 class="wp-block-heading"><strong>Step One: Join your server in the domain</strong></h2>



<p>At first, I will join the SR2-technig (The second server) to the domain and make it a member of the primary domain controller. To do that, I need to assign the IP address of the existing domain controller to the DNS of the second server that I want to make a domain controller.</p>



<ol class="wp-block-list" type="1"><li>Open Server Manager, and click on the <strong>Local Server</strong> option on the left-hand side.</li><li>In the Local Server window, click on IP Address (Ethernet)</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Local-Server-Dashboard-1024x506.png" alt="How to Add New Domain Controller to Existing Domain" class="wp-image-18383" width="707" height="350" srcset="https://www.technig.com/wp-content/uploads/2022/06/Local-Server-Dashboard-1024x506.png 1024w, https://www.technig.com/wp-content/uploads/2022/06/Local-Server-Dashboard-300x148.png 300w, https://www.technig.com/wp-content/uploads/2022/06/Local-Server-Dashboard-768x380.png 768w, https://www.technig.com/wp-content/uploads/2022/06/Local-Server-Dashboard.png 1090w" sizes="(max-width: 707px) 100vw, 707px" /><figcaption>Local Server Dashboard</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="3"><li>Double-click on the network to that you are connected.</li><li>In the Ethernet Status window, click on Properties.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Internet-Status-1024x758.png" alt="How to Add New Domain Controller to Existing Domain" class="wp-image-18384" width="697" height="500"/><figcaption>Ethernet Status Window</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="5"><li>Double-click on Internet Protocol Version 4.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/IPV4.png" alt="How to Add New Domain Controller to Existing Domain" class="wp-image-18385" width="407" height="451"/><figcaption>Double Click on IPV4</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="6"><li>Set your DNS Server address manually to the IP address of the domain controller you want to join. Click OK.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Set-DNS-Server-Address.png" alt="Change the DNS Server" class="wp-image-18386" width="407" height="451" srcset="https://www.technig.com/wp-content/uploads/2022/06/Set-DNS-Server-Address.png 595w, https://www.technig.com/wp-content/uploads/2022/06/Set-DNS-Server-Address-271x300.png 271w" sizes="(max-width: 407px) 100vw, 407px" /><figcaption>DNS Server Address</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="7"><li>Close the windows and return to the local server window.</li><li>In the Local Server Window, click on <strong>WORKGROUP</strong> to join a domain.</li><li>On the system properties, click on the Change button.</li><li>Check the domain box, write the domain name you want to join, and click OK.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Domain.png" alt="Make member of a domain" class="wp-image-18389" width="407" height="451"/><figcaption>Member of Domain</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="11"><li>Provide the credential and click ok.</li><li>Restart your computer.</li></ol>



<h2 class="wp-block-heading"><strong>Step Two: Install Active Directory Domain Services</strong></h2>



<p>In the second step, you need to install the <a href="https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview#understanding-active-directory" target="_blank" rel="noreferrer noopener nofollow">Active Directory Domain Services</a> on the server you want to promote to the domain controller.</p>



<ol class="wp-block-list" type="1"><li>Click on <strong>Manage &gt; Add Roles and Features</strong> in the server manager window.</li><li>Click next on the before you begin Wizard.</li><li>Select the installation type and click next: Role-based and Feature-based installation.</li><li>After selecting the destination server, click next.</li><li>Find the <strong>Active Directory Domain Services</strong> Roles and, select it, click Add features.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Select-Server-Roles-1024x730.png" alt="Select Server Roles" class="wp-image-18390" width="697" height="500"/><figcaption>Select Active Directory Domain Services.</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="6"><li>Click on the Next button till the installation button activates.</li><li>Finally, confirm the installation and click on the Install button. The installation takes a few seconds.</li></ol>



<p><strong>Related:</strong> <a href="https://www.technig.com/install-active-directory-on-windows-server-2022-using-powershell/" target="_blank" rel="noreferrer noopener nofollow">How to Install Active Directory Using PowerShell on Windows Server 2022</a></p>



<h2 class="wp-block-heading"><strong>Step Three: Promote the Server to Domain Controller</strong></h2>



<p>Now that your server is a member of the domain controller and you have installed the Active Directory Domain Services roles in your server. It is time to promote or add the new domain controller to the existing domain.</p>



<ol class="wp-block-list" type="1"><li>In the Server Manager screen, click on the notification flag next to the Manage.</li><li>Click on the <strong>Promote this Server to Domain Controller</strong> to open the DC’s promotion wizard.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Promote-the-Server-to-DC-1024x398.png" alt="Promote the Server to Domain Controller" class="wp-image-18392" width="737" height="287" srcset="https://www.technig.com/wp-content/uploads/2022/06/Promote-the-Server-to-DC-1024x398.png 1024w, https://www.technig.com/wp-content/uploads/2022/06/Promote-the-Server-to-DC-300x116.png 300w, https://www.technig.com/wp-content/uploads/2022/06/Promote-the-Server-to-DC-768x298.png 768w, https://www.technig.com/wp-content/uploads/2022/06/Promote-the-Server-to-DC.png 1455w" sizes="(max-width: 737px) 100vw, 737px" /><figcaption>Promote to DC</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="3"><li>In the Deployment Configuration wizard, select the deployment operation. I CHOOSE THE FIRST OPTION since I add a new domain controller to an existing domain.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Deployment-Configuration-1024x753.png" alt="Deployment Configuration Wizard" class="wp-image-18393" width="697" height="500"/><figcaption>Deployment Configuration</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="4"><li>Specify the domain information: you can click on the Select button next to the text box, select your domain name, and click Ok. If you are already a member of the domain controller, it automatically finds the domain name.</li><li>After selecting the domain name, click on the Change button to provide credentials to perform the task. Click next.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Credential-for-deployment-1024x753.png" alt="Change the Deployment for Credential" class="wp-image-18394" width="697" height="500"/><figcaption>Credential for Deployment Operation</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="6"><li>Specify the domain controller capabilities. The DNS server, Global Catalog, and Site Name are already selected by default. I provide the Active Directory Services Restore Mode password and click next.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Domain-Controller-Capabilities-1024x753.png" alt="Domain Controller Options" class="wp-image-18395" width="697" height="500"/><figcaption>Domain Controller Options</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="7"><li>Click the next button to pass the DNS options wizard.</li><li>Specify from which domain controller it should replicate the Active Directory database, and click next.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Replication-Partner-1024x753.png" alt="Additional Option for replication" class="wp-image-18396" width="700" height="500"/><figcaption>Select the Replication Partner</figcaption></figure></div>


<ol class="wp-block-list" type="1" start="9"><li>Although I can change the location of the AD DS database and log files, I keep its default location and click next.</li><li>After reviewing the configuration, click Next.</li><li>The Prerequisites Check verifies the prerequisites for domain controller operation. If the prerequisites checks passed successfully, click on the Install button.</li><li>The installation will complete after a few seconds, and your server will restart automatically.</li></ol>



<h3 class="wp-block-heading"><strong>How to check if the new domain controller has been added?</strong></h3>



<p>After <a href="https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/deploy/install-active-directory-domain-services--level-100-" target="_blank" rel="noreferrer noopener nofollow">installing the Active Directory Domain Services</a> and promoting it to the domain controller, you can check whether the domain controller has been added successfully or not.</p>



<ol class="wp-block-list" type="1"><li>In the server manager window, click on <strong>Tools</strong> management.</li><li>Click on Active Directory Users and Computers.</li><li>Expand the domain and click on the Domain Controllers Organizational Unit.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/06/Domain-Contorllers-OU-1024x722.png" alt="How to Add New Domain Controller to Existing Domain" class="wp-image-18382" width="700" height="500"/><figcaption>Domain Controllers</figcaption></figure></div>


<p>You will see the domain controller(s) in your current domain.</p>



<h2 class="wp-block-heading"><strong>Conclusions</strong></h2>



<p>To conclude, we talked about the steps required for adding a new domain controller to an existing domain in Windows Server 2022. You can share your thoughts and questions in the comment section of this page.</p>
<p>The post <a href="https://www.technig.com/add-new-domain-controller-to-existing-domain/">How to Add New Domain Controller to Existing Domain</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/add-new-domain-controller-to-existing-domain/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18380</post-id>	</item>
		<item>
		<title>How to Add Blogger Custom Domain to a Blogger Weblog?</title>
		<link>https://www.technig.com/blogger-custum-domain/</link>
					<comments>https://www.technig.com/blogger-custum-domain/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Sat, 12 Dec 2015 06:39:11 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Custom Domain]]></category>
		<category><![CDATA[How to]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=4371</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="800" height="400" src="https://www.technig.com/wp-content/uploads/2015/12/Blogger-Custom-Domain-Technig.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Blogger Custom Domain Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/12/Blogger-Custom-Domain-Technig.png 800w, https://www.technig.com/wp-content/uploads/2015/12/Blogger-Custom-Domain-Technig-300x150.png 300w, https://www.technig.com/wp-content/uploads/2015/12/Blogger-Custom-Domain-Technig-768x384.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></div>
<p>Blogger is a popular and powerful free Blogging system under support&#8217;s of Google and available up to 60 languages with millions daily users. The address of blogger weblog come with blogspot.com suffix name. For instance &#8220;www.lensoftown.blogspot.com&#8220;. It&#8217;s not a pleasing and pretty name for a blogger and users. So you must setup a custom domain for your blogger blog. [&#8230;]</p>
<p>The post <a href="https://www.technig.com/blogger-custum-domain/">How to Add Blogger Custom Domain to a Blogger Weblog?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="800" height="400" src="https://www.technig.com/wp-content/uploads/2015/12/Blogger-Custom-Domain-Technig.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Blogger Custom Domain Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/12/Blogger-Custom-Domain-Technig.png 800w, https://www.technig.com/wp-content/uploads/2015/12/Blogger-Custom-Domain-Technig-300x150.png 300w, https://www.technig.com/wp-content/uploads/2015/12/Blogger-Custom-Domain-Technig-768x384.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></div><p>Blogger is a popular and powerful free Blogging system under support&#8217;s of Google and available up to 60 languages with millions daily users. The address of blogger weblog come with blogspot.com suffix name. For instance &#8220;<strong><a href="http://lensoftown.blogspot.com/" target="_blank" rel="noopener noreferrer">www.lensoftown.blogspot.com</a></strong>&#8220;. It&#8217;s not a pleasing and pretty name for a blogger and users. So you must setup a custom domain for your blogger blog. To setup blogger custom domain for an old or a new weblog, you need to register your own domain name and change it to your own name.</p>
<h3>Find and Register a Domain</h3>
<p>Firs of all try to find a short and meaningful domain name for your blog. Then register that name with some domain registration company. I have registered with a local domain registration agency. The bellow list are domain registration companies you can find and register your own ideal domain. There are many companies you can buy domain names from, I just brings here two of them which is good.</p>
<ul>
<li><a href="http://www.hostgator.com/" target="_blank" rel="noopener noreferrer">Hostgator.com</a></li>
<li><a href="http://www.godaddy.com/">GoDaddy.com</a></li>
</ul>
<h2>Add Blogger Custom Domain</h2>
<p>I assume you have registered your own blogger custom domain name, and ready to add to your blogger weblog as blogger custom domain.</p>
<ol>
<li>First open <strong>blogger.com</strong> and login to your weblog with your Gmail account.</li>
<li>Navigate your weblogs and select the weblog your want to set a custom domain, then go to <strong>Settings</strong> of your weblog.</li>
</ol>
<p><figure id="attachment_4376" aria-describedby="caption-attachment-4376" style="width: 897px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/11/Set-Up-a-third-party-URL-for-Your-Blogger-blog.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-4376" src="http://3.90.216.52/wp-content/uploads/2015/11/Set-Up-a-third-party-URL-for-Your-Blogger-blog.jpg" alt="Set Up a third-party URL for Your Blogger blog" width="897" height="526" srcset="https://www.technig.com/wp-content/uploads/2015/11/Set-Up-a-third-party-URL-for-Your-Blogger-blog.jpg 897w, https://www.technig.com/wp-content/uploads/2015/11/Set-Up-a-third-party-URL-for-Your-Blogger-blog-300x176.jpg 300w, https://www.technig.com/wp-content/uploads/2015/11/Set-Up-a-third-party-URL-for-Your-Blogger-blog-768x450.jpg 768w, https://www.technig.com/wp-content/uploads/2015/11/Set-Up-a-third-party-URL-for-Your-Blogger-blog-357x210.jpg 357w" sizes="(max-width: 897px) 100vw, 897px" /></a><figcaption id="caption-attachment-4376" class="wp-caption-text">Set Up a third-party URL for Your Blogger blog</figcaption></figure></p>
<p><strong>3.</strong> Now click <strong>Set up a third-party URL for your blog</strong> link under <strong>Blog Address</strong>. Then add your own registered domain name as blogger custom domain.</p>
<p><figure id="attachment_4377" aria-describedby="caption-attachment-4377" style="width: 734px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/11/Thirt-Party-Domain-Settings-for-Blogger-Custom-Domain.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-4377" src="http://3.90.216.52/wp-content/uploads/2015/11/Thirt-Party-Domain-Settings-for-Blogger-Custom-Domain.jpg" alt="Thirt Party Domain Settings for Blogger Custom Domain" width="734" height="289" srcset="https://www.technig.com/wp-content/uploads/2015/11/Thirt-Party-Domain-Settings-for-Blogger-Custom-Domain.jpg 734w, https://www.technig.com/wp-content/uploads/2015/11/Thirt-Party-Domain-Settings-for-Blogger-Custom-Domain-300x118.jpg 300w" sizes="(max-width: 734px) 100vw, 734px" /></a><figcaption id="caption-attachment-4377" class="wp-caption-text">Thirt Party Domain Settings for Blogger Custom Domain</figcaption></figure></p>
<p><strong>4.</strong> Check everything is going right and click <strong>Save</strong> to apply the changes. Don&#8217;t worry if you see the error &#8220;<strong>We have not been able to verify your authority to this domain. Error 14</strong>&#8220;. This is because google can not verify the ownership of your domain.</p>
<p><figure id="attachment_4379" aria-describedby="caption-attachment-4379" style="width: 763px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/11/Blogger-Custom-Domain-not-Working-Without-Modifing-DNS-CNAMEs.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-4379" src="http://3.90.216.52/wp-content/uploads/2015/11/Blogger-Custom-Domain-not-Working-Without-Modifing-DNS-CNAMEs.jpg" alt="Blogger Custom Domain not Working Without Modifing DNS CNAMEs" width="763" height="517" srcset="https://www.technig.com/wp-content/uploads/2015/11/Blogger-Custom-Domain-not-Working-Without-Modifing-DNS-CNAMEs.jpg 763w, https://www.technig.com/wp-content/uploads/2015/11/Blogger-Custom-Domain-not-Working-Without-Modifing-DNS-CNAMEs-300x203.jpg 300w" sizes="(max-width: 763px) 100vw, 763px" /></a><figcaption id="caption-attachment-4379" class="wp-caption-text">Blogger Custom Domain not Working Without Modifing DNS CNAMEs</figcaption></figure></p>
<p><strong>5.</strong> Go to change the DNS record of your domain name with Google DNS records from domain registration website.</p>
<p><strong>6.</strong> When the step <strong>5</strong> has complete successfully, navigate to your blogger and try to add your custom domain again like <strong>step 3</strong>. Everything must work perfectly. If it issue  the error &#8220;<strong>We have not been able to verify your authority to this domain. Error 12</strong>&#8221; try to make sure the records are added correctly.  Don&#8217;t write the google dns records, instead copy and past it.</p>
<p><figure id="attachment_4581" aria-describedby="caption-attachment-4581" style="width: 706px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/12/We-have-not-been-able-to-verify-your-authority-to-this-domain.-Error-12-Blogger-Error.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-4581" src="http://3.90.216.52/wp-content/uploads/2015/12/We-have-not-been-able-to-verify-your-authority-to-this-domain.-Error-12-Blogger-Error.jpg" alt="We have not been able to verify your authority to this domain. Error 12 Blogger Error" width="706" height="547" srcset="https://www.technig.com/wp-content/uploads/2015/12/We-have-not-been-able-to-verify-your-authority-to-this-domain.-Error-12-Blogger-Error.jpg 706w, https://www.technig.com/wp-content/uploads/2015/12/We-have-not-been-able-to-verify-your-authority-to-this-domain.-Error-12-Blogger-Error-300x232.jpg 300w" sizes="(max-width: 706px) 100vw, 706px" /></a><figcaption id="caption-attachment-4581" class="wp-caption-text">We have not been able to verify your authority to this domain. Error 12 Blogger Error</figcaption></figure></p>
<p><strong>Note:</strong> You see the <strong>settings instruction</strong> line on above screenshot, click on<strong> settings instructions</strong>. The How do I use a custom domain name for my blog? will open, then you should select your domain option, whether it&#8217;s a domain or sub domain. For a domain like mine (<strong><a href="http://www.aimgz.com/" target="_blank" rel="noopener noreferrer">www.aimgz.com</a></strong>), select firs one <strong>On a top-level domain</strong>. Now it will show you the instructions.</p>
<p><figure id="attachment_4582" aria-describedby="caption-attachment-4582" style="width: 669px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/12/We-have-not-been-able-to-verify-your-authority-to-this-domain.-Error-12.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-4582" src="http://3.90.216.52/wp-content/uploads/2015/12/We-have-not-been-able-to-verify-your-authority-to-this-domain.-Error-12.jpg" alt="We have not been able to verify your authority to this domain. Error 12" width="669" height="196" srcset="https://www.technig.com/wp-content/uploads/2015/12/We-have-not-been-able-to-verify-your-authority-to-this-domain.-Error-12.jpg 669w, https://www.technig.com/wp-content/uploads/2015/12/We-have-not-been-able-to-verify-your-authority-to-this-domain.-Error-12-300x88.jpg 300w" sizes="(max-width: 669px) 100vw, 669px" /></a><figcaption id="caption-attachment-4582" class="wp-caption-text">We have not been able to verify your authority to this domain. Error 12</figcaption></figure></p>
<p><strong>7.</strong> Now the blogger custom domain has been set successfully. Just try to open your blogger weblog with new blogger costume domain.</p>
<p><figure id="attachment_4618" aria-describedby="caption-attachment-4618" style="width: 915px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/12/Custome-Domain-for-Blogger.jpg" rel="attachment wp-att-4618"><img loading="lazy" decoding="async" class="wp-image-4618 size-full" src="http://3.90.216.52/wp-content/uploads/2015/12/Custome-Domain-for-Blogger.jpg" alt="Costume Domain for Blogger" width="915" height="226" srcset="https://www.technig.com/wp-content/uploads/2015/12/Custome-Domain-for-Blogger.jpg 915w, https://www.technig.com/wp-content/uploads/2015/12/Custome-Domain-for-Blogger-300x74.jpg 300w, https://www.technig.com/wp-content/uploads/2015/12/Custome-Domain-for-Blogger-768x190.jpg 768w" sizes="(max-width: 915px) 100vw, 915px" /></a><figcaption id="caption-attachment-4618" class="wp-caption-text">Costume Domain for Blogger</figcaption></figure></p>
<p>Finally, if you have any problem, comment us your errors title you have with blogger.</p>
<p>The post <a href="https://www.technig.com/blogger-custum-domain/">How to Add Blogger Custom Domain to a Blogger Weblog?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/blogger-custum-domain/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4371</post-id>	</item>
	</channel>
</rss>
