<?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>Vikas Kumar, Author at The Code Developer</title>
	<atom:link href="https://www.thecodedeveloper.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>The Code Developer is a Programming Blog.</description>
	<lastBuildDate>Wed, 30 Oct 2019 09:02:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>How To Install Yii With XAMPP On Windows Using Composer</title>
		<link>https://www.thecodedeveloper.com/install-yii-with-xampp/</link>
					<comments>https://www.thecodedeveloper.com/install-yii-with-xampp/#comments</comments>
		
		<dc:creator><![CDATA[Vikas Kumar]]></dc:creator>
		<pubDate>Wed, 06 Feb 2019 17:34:48 +0000</pubDate>
				<category><![CDATA[Composer]]></category>
		<category><![CDATA[Yii]]></category>
		<guid isPermaLink="false">https://www.thecodedeveloper.com/?p=2811</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1000" height="262" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/yii-with-xampp-on-windows-using.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install Yii With XAMPP On Windows Using Composer" decoding="async" fetchpriority="high" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/yii-with-xampp-on-windows-using.png 1000w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/yii-with-xampp-on-windows-using-442x116.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/yii-with-xampp-on-windows-using-768x201.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></div>
<p>In this tutorial we will show you how to Install Yii With XAMPP On Windows Using Composer step by step. Yii uses Composer, a dependency management tool, as the officially supported method for installation. Through Composer it&#8217;s simple and easy to installing latest Yii 2.0 version by running a single command. To Install Yii With XAMPP On Windows Using Composer, [&#8230;]</p>
<p>The post <a href="https://www.thecodedeveloper.com/install-yii-with-xampp/">How To Install Yii With XAMPP On Windows Using Composer</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1000" height="262" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/yii-with-xampp-on-windows-using.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install Yii With XAMPP On Windows Using Composer" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/yii-with-xampp-on-windows-using.png 1000w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/yii-with-xampp-on-windows-using-442x116.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/yii-with-xampp-on-windows-using-768x201.png 768w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></div><p>In this tutorial we will show you <strong>how to Install Yii With XAMPP On Windows Using Composer</strong> step by step. Yii uses Composer, a dependency management tool, as the officially supported method for installation. Through Composer it&#8217;s simple and easy to <strong>installing latest Yii 2.0 version </strong>by running a single command.</p>
<p>To <strong>Install Yii</strong> With XAMPP On Windows Using Composer, follow the below given steps:</p>
<ol>
<li><a href="#what-is-yii">What Is Yii?</a></li>
<li><a href="#server-requirements">Server Requirements</a></li>
<li><a href="#install-xampp">Install XAMPP</a></li>
<li><a href="#install-composer">Install Composer</a></li>
<li><a href="#install-yii">Installing Yii</a></li>
<li><a href="#configuring-the-host">Configuring the Host File in Windows</a></li>
</ol>
<p>Let’s get started:</p>
<h2 id="what-is-yii">#1. <strong>What Is Yii?</strong></h2>
<p>Yii is an incredibly reliable, well-designed, high-performing framework for PHP, similar to CakePHP or Laravel.</p>
<p>Currently, there are two Yii 2.0 application templates available:</p>
<ul>
<li>Basic Application Template – a basic frontend application template.</li>
<li>Advanced Application Template – consisting of a frontend, a backend, console resources, common (shared code), and support for environments.</li>
</ul>
<p>In this article we will describe how to <strong>install Yii with the Basic Project Template</strong>.</p>
<div class="bs-shortcode-alert alert alert-info">
<p>The Basic Project Template is fit for developing 90 percent of Web applications. If you are a beginner to Yii, we highly recommended use to the Basic Project Template.</p>
</div>
<h2 id="server-requirements">#2. Server Requirements</h2>
<p>Before Install Yii using Composer make sure following requirements are enabled and installed on your machine:</p>
<p>1) The minimum PHP version required should be 5.4 or greater. For it we will install XAMPP on Windows.</p>
<h2 id="install-xampp">#3. Install XAMPP</h2>
<p>First thing you need to do is <a href="https://www.apachefriends.org/index.html" target="_blank" rel="noopener noreferrer">download the latest version of XAMPP</a> that supports PHP 7.3.1 and Install it on Windows. For more details, see our step by step guide on <a href="https://www.thecodedeveloper.com/how-to-install-xampp-on-windows/" target="_blank" rel="noopener noreferrer">How To Download And Install XAMPP On Windows</a>.</p>
<h2 id="install-composer">#4. Install Composer</h2>
<p>The next thing you need to do Install Composer On Windows With XAMPP. This process will take another 5-10 minutes. For more details, see our step by step guide on:</p>
<p><a href="https://www.thecodedeveloper.com/install-composer-windows-xampp/" target="_blank" rel="noopener noreferrer">How to Install Composer On Windows With XAMPP</a></p>
<p>To check the composer installation, Type the following command in command prompt:</p>
<pre class="brush: plain; title: ; notranslate">composer</pre>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/write-composer-for-execute-the-command/" rel="attachment wp-att-4038"><img decoding="async" class="aligncenter size-full wp-image-4038" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/write-composer-for-execute-the-command.png" alt="write composer for execute the command" width="996" height="524" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/write-composer-for-execute-the-command.png 996w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/write-composer-for-execute-the-command-442x233.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/write-composer-for-execute-the-command-768x404.png 768w" sizes="(max-width: 996px) 100vw, 996px" /></a></p>
<h2 id="install-yii">#5. Installing Yii2.0 Basic Application Template via composer</h2>
<p>To install Yii, First of all, you have to go <code>C:/xampp/htdocs</code> directory, to navigate it type following command in your command prompt:</p>
<pre class="brush: plain; title: ; notranslate"> cd c:/xampp/htdocs </pre>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/navigate-to-htdocs-folder/" rel="attachment wp-att-4046"><img decoding="async" class="aligncenter size-full wp-image-4046" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/navigate-to-htdocs-folder.png" alt="navigate to htdocs folder" width="995" height="199" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/navigate-to-htdocs-folder.png 995w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/navigate-to-htdocs-folder-442x88.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/navigate-to-htdocs-folder-768x154.png 768w" sizes="(max-width: 995px) 100vw, 995px" /></a></p>
<p>Now we are ready to install Yii, run the following command to install latest Yii version:</p>
<pre class="brush: plain; title: ; notranslate">

composer create-project --prefer-dist yiisoft/yii2-app-basic yiiproject

</pre>
<p><span style="text-transform: initial;">After running this command it should start downloading dependencies that are required to create the Yii project.</span><a href="https://www.thecodedeveloper.com/install-yii-with-xampp/installing-yii2-0-using-composer/" rel="attachment wp-att-4215"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4215" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Installing-Yii2.0-using-composer.png" alt="Installing-Yii2.0-using-composer" width="998" height="523" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Installing-Yii2.0-using-composer.png 998w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Installing-Yii2.0-using-composer-442x232.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Installing-Yii2.0-using-composer-768x402.png 768w" sizes="auto, (max-width: 998px) 100vw, 998px" /></a></p>
<p>This installation may take a few minutes after executing the above command, so wait until you get success message like in the below image.</p>
<p><a href="https://www.thecodedeveloper.com/install-yii-with-xampp/installed-yii2-0-using-composer/" rel="attachment wp-att-4217"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4217" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Installed-Yii2.0-using-composer.png" alt="" width="998" height="419" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Installed-Yii2.0-using-composer.png 998w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Installed-Yii2.0-using-composer-442x186.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Installed-Yii2.0-using-composer-768x322.png 768w" sizes="auto, (max-width: 998px) 100vw, 998px" /></a></p>
<p>It installed Yii2 framework to a folder named <strong>yiiproject</strong> inside the <code>C:/xampp/htdocs</code>directory, you can use your own directory name in place of <strong>yiiproject</strong> (last part in the above command).</p>
<p>When it completed, it will create following directory schema:</p>
<p><a href="https://www.thecodedeveloper.com/install-yii-with-xampp/yii-directory-structure/" rel="attachment wp-att-4221"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4221" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Yii-Directory-Structure.png" alt="Yii Directory Structure" width="1057" height="528" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Yii-Directory-Structure.png 1057w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Yii-Directory-Structure-442x221.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Yii-Directory-Structure-768x384.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/Yii-Directory-Structure-1024x512.png 1024w" sizes="auto, (max-width: 1057px) 100vw, 1057px" /></a></p>
<p>Now everything is ready, start the Apache server using the XAMPP control panel.</p>
<p><a href="https://www.thecodedeveloper.com/install-yii-with-xampp/restart-xampp-control-panel/" rel="attachment wp-att-4228"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4228" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/restart-xampp-control-panel.png" alt="restart xampp control panel" width="974" height="490" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/restart-xampp-control-panel.png 974w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/restart-xampp-control-panel-442x222.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/restart-xampp-control-panel-768x386.png 768w" sizes="auto, (max-width: 974px) 100vw, 974px" /></a></p>
<p>Finally your Yii2 basic application is now ready, type this URL <code>http://localhost/yiiproject/web/</code> in your browser and press enter.</p>
<p><a href="https://www.thecodedeveloper.com/install-yii-with-xampp/you-have-successfully-created-your-yii-powered-application/" rel="attachment wp-att-4223"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4223" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/You-have-successfully-created-your-Yii-powered-application.png" alt="You have successfully created your Yii-powered application" width="1295" height="541" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/02/You-have-successfully-created-your-Yii-powered-application.png 1295w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/You-have-successfully-created-your-Yii-powered-application-442x185.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/You-have-successfully-created-your-Yii-powered-application-768x321.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2019/02/You-have-successfully-created-your-Yii-powered-application-1024x428.png 1024w" sizes="auto, (max-width: 1295px) 100vw, 1295px" /></a></p>
<h2 id="configuring-the-host">#6. Configuring the Host File in Windows</h2>
<p>If you want to customize the local browser addresses for your site. To do this, we need to configure a Virtual Host in XAMPP for a Yii project and in this example we want to configure the domain <strong>localhost.yiiproject.com</strong> for our project. To do so, edit <strong>httpd-vhosts.conf</strong> file which is located within <code>C:\xampp\apache\conf\extra\httpd-vhosts.conf</code></p>
<p>Add following code snippet at the end of your file:</p>
<pre class="brush: plain; title: ; notranslate"> 

# VirtualHost for localhost.yiiproject.com
 
&lt;VirtualHost *:80&gt;
    DocumentRoot &quot;C:/xampp/htdocs/yiiproject/web&quot;
    ServerName localhost.yiiproject.com  
    &lt;Directory &quot;C:/xampp/htdocs/yiiproject/&quot;&gt;
      Options Indexes MultiViews FollowSymLinks
      AllowOverride All
      Require all granted
    &lt;/Directory&gt;
&lt;/VirtualHost&gt;

</pre>
<p>After this, apache server is listening to <strong>localhost.yiiproject.com</strong> connections, but we have to configure our hosts file that allows to redirect <strong>localhost.yiiproject.com</strong> to the localhost , to do so, edit the <strong>hosts</strong> file which is located within <code>C:\Windows\System32\drivers\etc</code></p>
<p>Add following code snippet at the end of your file:</p>
<pre class="brush: plain; title: ; notranslate"> 
127.0.0.1 localhost
127.0.0.1 127.0.0.1
127.0.0.1 localhost.yiiproject.com
</pre>
<p>After set up Virtual Host in XAMPP, restart the Apache server using the XAMPP control panel, then you can use this URL <strong>localhost.yiiproject.com </strong>in your browser.</p>
<h4>Final Words</h4>
<p>That’s it! I hope this article helped you learn to How To Install Yii With XAMPP On Windows Using Composer.</p>
<p><strong><em>Please feel free to comment below, your suggestion and problems if you face – we are here to solve your problems.</em></strong></p>
<p>The post <a href="https://www.thecodedeveloper.com/install-yii-with-xampp/">How To Install Yii With XAMPP On Windows Using Composer</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.thecodedeveloper.com/install-yii-with-xampp/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Laravel with XAMPP on Windows Using Composer</title>
		<link>https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/</link>
					<comments>https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/#comments</comments>
		
		<dc:creator><![CDATA[Vikas Kumar]]></dc:creator>
		<pubDate>Tue, 29 Jan 2019 22:04:10 +0000</pubDate>
				<category><![CDATA[Composer]]></category>
		<category><![CDATA[Laravel]]></category>
		<guid isPermaLink="false">https://www.thecodedeveloper.com/?p=3966</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1201" height="401" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install Laravel With Xampp on Window Using Composer" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer.png 1201w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer-442x148.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer-768x256.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer-1024x342.png 1024w" sizes="auto, (max-width: 1201px) 100vw, 1201px" /></div>
<p>In this article we will give you a step-by-step guide on how to install Laravel with XAMPP on Windows Using Composer. Through Composer it’s simple and easy to install Laravel with XAMPP. # Server Requirements Since we want to work with the latest version of Laravel 5.6, make sure your server meets the following requirements: PHP &#62;= 7.1.3 [&#8230;]</p>
<p>The post <a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/">How to install Laravel with XAMPP on Windows Using Composer</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1201" height="401" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install Laravel With Xampp on Window Using Composer" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer.png 1201w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer-442x148.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer-768x256.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/install-laravel-with-xampp-using-composer-1024x342.png 1024w" sizes="auto, (max-width: 1201px) 100vw, 1201px" /></div><p>In this article we will give you a step-by-step guide on how to <strong>install Laravel with XAMPP on Windows</strong> Using Composer. Through Composer it’s simple and easy to <strong>install Laravel with XAMPP</strong>.</p>
<h2># Server Requirements</h2>
<p>Since we want to work with the latest version of Laravel 5.6, make sure your server meets the following requirements:</p>
<ul>
<li>PHP &gt;= 7.1.3</li>
<li>OpenSSL PHP Extension</li>
<li>PDO PHP Extension</li>
<li>Mbstring PHP Extension</li>
<li>Tokenizer PHP Extension</li>
<li>XML PHP Extension</li>
<li>Ctype PHP Extension</li>
<li>JSON PHP Extension</li>
</ul>
<p>For more information, you can check the Server Requirements from <a href="https://laravel.com/docs/5.6#installation" target="_blank" rel="noopener">Laravel official site</a>.</p>
<h2># Install XAMPP</h2>
<p>First thing you need to do is <a href="https://www.apachefriends.org/index.html" target="_blank" rel="noopener">download the latest version of XAMPP</a> that supports PHP 7.3.1 and Install it on Windows. For more details, see our step by step guide on <a href="https://www.thecodedeveloper.com/how-to-install-xampp-on-windows/" target="_blank" rel="noopener">How To Download And Install XAMPP On Windows</a>.</p>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/download-xampp/" rel="attachment wp-att-4021"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4021" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/download-xampp.png" alt="" width="1013" height="537" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/download-xampp.png 1013w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/download-xampp-442x234.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/download-xampp-768x407.png 768w" sizes="auto, (max-width: 1013px) 100vw, 1013px" /></a></p>
<h2 id="composer"># Composer</h2>
<p>Once you have downloaded and installed XAMPP on Windows, then you need to do is Download Composer for Windows and Install it. For more details, see our step by step guide on <a href="https://www.thecodedeveloper.com/install-composer-windows-xampp/" target="_blank" rel="noopener">How to Install Composer On Windows With XAMPP</a>.</p>
<p>Laravel utilizes Composer to manage its dependencies. It must installed before setting up Laravel.</p>
<p>Once you successfully installed the Composer, open the command prompt. To open it, press <strong>Win + R</strong> keys <span class="-id-__lh--2rKGN">on</span> the <span class="-id-__lh--2rKGN">keyboard</span>, type in <strong><span class="-id-__lh--2rKGN">cmd</span></strong> and press the <strong><span class="-id-__lh--2rKGN">OK</span></strong><span class="-id-__lh--2rKGN -id-__lhp--2mibf"> </span>button</p>
<p><a href="https://www.thecodedeveloper.com/install-composer-windows-xampp/open-command/" rel="attachment wp-att-817"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-817" src="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/open-command.jpg" alt="open command" width="650" height="288" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2016/12/open-command.jpg 650w, https://www.thecodedeveloper.com/wp-content/uploads/2016/12/open-command-442x196.jpg 442w" sizes="auto, (max-width: 650px) 100vw, 650px" /></a></p>
<p>Then type <strong>composer</strong> and press enter in the command prompt and you will get following response like in the below image.</p>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/write-composer-for-execute-the-command/" rel="attachment wp-att-4038"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4038" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/write-composer-for-execute-the-command.png" alt="" width="996" height="524" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/write-composer-for-execute-the-command.png 996w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/write-composer-for-execute-the-command-442x233.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/write-composer-for-execute-the-command-768x404.png 768w" sizes="auto, (max-width: 996px) 100vw, 996px" /></a></p>
<h2 id="install-laravel-framework"># Install Laravel Framework</h2>
<p>To install Laravel, First of all, you have to go <strong>C:/xampp/htdocs </strong>directory<strong>, </strong>to navigate it type following command in your command prompt:</p>
<pre class="brush: plain; title: ; notranslate">

cd c:/xampp/htdocs

</pre>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/navigate-to-htdocs-folder/" rel="attachment wp-att-4046"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4046" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/navigate-to-htdocs-folder.png" alt="" width="995" height="199" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/navigate-to-htdocs-folder.png 995w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/navigate-to-htdocs-folder-442x88.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/navigate-to-htdocs-folder-768x154.png 768w" sizes="auto, (max-width: 995px) 100vw, 995px" /></a></p>
<p>Now we are ready to install Laravel, run the following command to install latest Laravel version:</p>
<pre class="brush: plain; title: ; notranslate">

composer create-project --prefer-dist laravel/laravel laravelproject

</pre>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/command-to-install-laravel-using-composer/" rel="attachment wp-att-4050"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4050" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/command-to-install-laravel-using-composer.png" alt="" width="998" height="199" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/command-to-install-laravel-using-composer.png 998w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/command-to-install-laravel-using-composer-442x88.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/command-to-install-laravel-using-composer-768x153.png 768w" sizes="auto, (max-width: 998px) 100vw, 998px" /></a><span style="text-transform: initial;">After running this command it should start downloading dependencies that are required to create the Laravel project.</span></p>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/start-downloading-dependencies/" rel="attachment wp-att-4127"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4127" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/start-downloading-dependencies.png" alt="start downloading dependencies for laravel" width="1000" height="493" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/start-downloading-dependencies.png 1000w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/start-downloading-dependencies-442x218.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/start-downloading-dependencies-768x379.png 768w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></a></p>
<p>This installation may take a few minutes after executing the above command, so wait until you get success message like in the below image.</p>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/completed-downloading-dependencies/" rel="attachment wp-att-4139"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4139" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/completed-downloading-dependencies.png" alt="completed downloading dependencies for Laravel" width="1000" height="390" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/completed-downloading-dependencies.png 1000w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/completed-downloading-dependencies-442x172.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/completed-downloading-dependencies-768x300.png 768w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></a></p>
<p>After executing this command, it create a folder <strong>‘laravelproject</strong><strong>‘ </strong>under <strong>C:/xampp/htdocs </strong>directory with all it&#8217;s dependency.</p>
<p>When it completed, it will create following directory schema:</p>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/laravel-directory-schema/" rel="attachment wp-att-4055"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4055" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/laravel-directory-schema.png" alt="" width="1021" height="434" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/laravel-directory-schema.png 1021w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/laravel-directory-schema-442x188.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/laravel-directory-schema-768x326.png 768w" sizes="auto, (max-width: 1021px) 100vw, 1021px" /></a></p>
<h2 id="xampp-virtual-host"># XAMPP Virtual Host</h2>
<p>We need to configure a Virtual Host in XAMPP for a Laravel project and in this example we want to configure the domain <strong>localhost.laravelproject.com</strong> for our project. To do so, edit <strong>httpd-vhosts.conf</strong> file which is located within <strong>C:\xampp\apache\conf\extra\httpd-vhosts.conf</strong></p>
<p>Add following code snippet at the end of your file:</p>
<pre class="brush: php; title: ; notranslate">

# VirtualHost for localhost.laravelproject.com

&lt;VirtualHost *:80&gt;
    DocumentRoot &quot;C:/xampp/htdocs/laravelproject/public&quot;
    ServerName localhost.laravelproject.com  
    &lt;Directory &quot;C:/xampp/htdocs/laravelproject/&quot;&gt;
      Options Indexes MultiViews FollowSymLinks
      AllowOverride All
      Require all granted
    &lt;/Directory&gt;
&lt;/VirtualHost&gt;
</pre>
<p>After this, apache server is listening to <strong>localhost.laravelproject.com</strong> connections, but we have to configure our hosts file that allows to redirect <strong>localhost.laravelproject.com</strong> to the localhost , to do so, edit the <strong>hosts</strong> file which is located within <strong>C:\Windows\System32\drivers\etc</strong></p>
<p>Add following code snippet at the end of your file:</p>
<pre class="brush: plain; title: ; notranslate">

127.0.0.1 localhost
127.0.0.1 127.0.0.1
127.0.0.1 localhost.laravelproject.com

</pre>
<p>Now everything is ready, restart the Apache server using the XAMPP control panel and type this URL <strong>http://localhost.laravelproject.com</strong> in your browser and press enter.</p>
<p><a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/run-laravel-project/" rel="attachment wp-att-4130"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4130" src="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/run-laravel-project.png" alt="run laravel project" width="1294" height="562" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2019/01/run-laravel-project.png 1294w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/run-laravel-project-442x192.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/run-laravel-project-768x334.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2019/01/run-laravel-project-1024x445.png 1024w" sizes="auto, (max-width: 1294px) 100vw, 1294px" /></a></p>
<h2>Final Words</h2>
<p>That’s it! I hope this article helped you learn to how to install Laravel with XAMPP Using Composer.</p>
<p><strong><em>Please feel free to comment below, your suggestion and problems if you face – we are here to solve your problems.</em></strong></p>
<p>The post <a href="https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/">How to install Laravel with XAMPP on Windows Using Composer</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.thecodedeveloper.com/install-laravel-with-xampp-using-composer/feed/</wfw:commentRss>
			<slash:comments>21</slash:comments>
		
		
			</item>
		<item>
		<title>How to Disable Gutenberg and Keep the Classic Editor in WordPress</title>
		<link>https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/</link>
					<comments>https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[Vikas Kumar]]></dc:creator>
		<pubDate>Thu, 24 Jan 2019 18:21:34 +0000</pubDate>
				<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Editor]]></category>
		<guid isPermaLink="false">https://www.thecodedeveloper.com/?p=3730</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1460" height="730" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress.png 1460w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress-442x221.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress-768x384.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress-1024x512.png 1024w" sizes="auto, (max-width: 1460px) 100vw, 1460px" /></div>
<p>Are you looking for a solution how to disable Gutenberg and keep the classic WordPress editor on your WordPress site ? Now the Gutenberg is default editor in WordPress version 5.0. It simply means Gutenberg WordPress editor replaced the classic WordPress editor. But still many WordPress users are not ready to use it and want to know how to [&#8230;]</p>
<p>The post <a href="https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/">How to Disable Gutenberg and Keep the Classic Editor in WordPress</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1460" height="730" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress.png 1460w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress-442x221.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress-768x384.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-and-Keep-the-Classic-Editor-in-WordPress-1024x512.png 1024w" sizes="auto, (max-width: 1460px) 100vw, 1460px" /></div><p>Are you looking for a solution <span style="text-transform: initial;"><strong>how to disable Gutenberg and keep the classic WordPress editor on your WordPress site ? </strong>Now t</span><span style="text-transform: initial;">he Gutenberg is default editor in WordPress version 5.0. It simply means Gutenberg WordPress editor replaced the classic WordPress editor. </span></p>
<p><span style="text-transform: initial;">But still many WordPress users are not ready to use it and want to know <strong>how to keep the classic editor on my WordPress site?</strong> In this article we will explain you how to easily disable Gutenberg and keep the classic editor in WordPress.</span></p>
<h2 id="what"><span style="color: #f53477;">What is Gutenberg?</span></h2>
<p>Gutenberg is the project name for the new WordPress block editor, which replaced the WordPress TinyMCE editor as the default WordPress editor in WordPress 5.0<em>. </em>When you open the new WordPress editor for the first time you’re obviously looking for the interface we have all grown habituated to.</p>
<p><a href="https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/gutenberg-editor/" rel="attachment wp-att-3764"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3764" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Gutenberg-Editor.png" alt="" width="1174" height="515" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Gutenberg-Editor.png 1174w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Gutenberg-Editor-442x194.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Gutenberg-Editor-768x337.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Gutenberg-Editor-1024x449.png 1024w" sizes="auto, (max-width: 1174px) 100vw, 1174px" /></a></p>
<h2></h2>
<p>While the Gutenberg editor offers an exciting new post and page editing experience. <span style="text-transform: initial;">The entire editing experience has been rebuilt for media rich pages and posts.</span></p>
<h2><span style="color: #f53477;">Why Disable the Gutenberg Editor in WordPress?</span></h2>
<p>There are a few reasons that you may want to disable the WordPress Gutenberg editor for now:</p>
<ul>
<li>You love to work with Classic editor and don’t want to learn a new interface.</li>
<li>Your manage sites for clients and you don’t want to force them to learn a new interface.</li>
<li>You don&#8217;t familiar with the block editor and not going to be ready for the new editor.</li>
</ul>
<h2><span style="color: #f53477;">Disable Gutenberg and Keep the Classic Editor in WordPress</span></h2>
<p>Let’s take a look at how to easy to disable Gutenberg until you’re not ready for it and keep the classic editor your WordPress site. You can disable the Gutenberg editor entirely or selectively phase it in—the choice is entirely yours.</p>
<h4 id="install-classic-editor-plugin"><span style="color: #f53477;">Method 1 – Install the Classic Editor WordPress Plugin</span></h4>
<p>For this method, we will be using the Classic Editor plugin which is developed and maintained by the core WordPress contributors.</p>
<h5>Step 1: Install And Activate The Plugin</h5>
<p>To get started, first you need to install the <a title="Classic Editor" href="https://wordpress.org/plugins/classic-editor/" target="_blank" rel="noopener nofollow">Classic Editor</a> by going to <strong>Plugins → Add New </strong>and searching for it by name <strong>Classic Editor</strong> , Then click on <strong>Install Now</strong> and activate the plugin.</p>
<p><a href="https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/install-classic-editor-plugin/" rel="attachment wp-att-3826"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3826" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Classic-Editor-Plugin.png" alt="" width="1331" height="615" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Classic-Editor-Plugin.png 1331w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Classic-Editor-Plugin-442x204.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Classic-Editor-Plugin-768x355.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Classic-Editor-Plugin-1024x473.png 1024w" sizes="auto, (max-width: 1331px) 100vw, 1331px" /></a></p>
<h5>Step 2: Configure Classic Editor Plugin</h5>
<p>Once you’ve installed and activated the Classic Editor plugin,  you need to configure whether to:</p>
<ul>
<li>Only use the Classic editor</li>
<li>Use both the Classic editor and the Block editor (Gutenberg editor)</li>
</ul>
<p>To do that, go to <strong>Settings → Writing </strong>in your WordPress dashboard. Then, look for the <strong>Classic editor settings</strong> options:</p>
<p><a href="https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/setting-classic-editor-plugin/" rel="attachment wp-att-3828"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3828" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Setting-Classic-Editor-Plugin.png" alt="" width="1347" height="451" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Setting-Classic-Editor-Plugin.png 1347w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Setting-Classic-Editor-Plugin-442x148.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Setting-Classic-Editor-Plugin-768x257.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Setting-Classic-Editor-Plugin-1024x343.png 1024w" sizes="auto, (max-width: 1347px) 100vw, 1347px" /></a></p>
<p>If you chose &#8220;Classic Editor&#8221; with &#8220;No&#8221; checkbox option then 100% disable the Gutenberg editor, you’re done!</p>
<p>If you want to chose to switch between Gutenberg and the Classic editor on a post-by-post basis, then you need to choose &#8220;Classic Editor&#8221; with &#8220;Yes&#8221; checkbox option.</p>
<p><a href="https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/classic-editor-plugin-option/" rel="attachment wp-att-3830"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3830" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Classic-Editor-Plugin-Option.png" alt="" width="1363" height="329" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Classic-Editor-Plugin-Option.png 1363w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Classic-Editor-Plugin-Option-442x107.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Classic-Editor-Plugin-Option-768x185.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Classic-Editor-Plugin-Option-1024x247.png 1024w" sizes="auto, (max-width: 1363px) 100vw, 1363px" /></a></p>
<h4 id="install-disable-gutenberg-plugin"><span style="color: #f53477;">Method 2 – Install the Disable Gutenberg WordPress Plugin</span></h4>
<p>If you want to disable Gutenberg for certain user roles and post types, then this method will help you do that.</p>
<h5>Step 1: Install And Activate The Plugin</h5>
<p>To get started, first you need to install the <a title="Disable Gutenberg" href="https://wordpress.org/plugins/disable-gutenberg/" target="_blank" rel="noopener nofollow">Disable Gutenberg</a> by going to <strong>Plugins → Add New </strong>and searching for it by name <strong>Disable Gutenberg</strong>, Then click on <strong>Install Now</strong> and activate the plugin.</p>
<p><a href="https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/install-disable-gutenberg-plugin/" rel="attachment wp-att-3768"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3768" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Disable-Gutenberg-plugin.png" alt="" width="1331" height="615" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Disable-Gutenberg-plugin.png 1331w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Disable-Gutenberg-plugin-442x204.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Disable-Gutenberg-plugin-768x355.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Install-Disable-Gutenberg-plugin-1024x473.png 1024w" sizes="auto, (max-width: 1331px) 100vw, 1331px" /></a></p>
<h5>Step 2: Configure Where To Disable Gutenberg</h5>
<p>Once you’ve installed and activated the plugin, go to <strong>Settings → Disable Gutenberg</strong> to configure it. By default, it will disable Gutenberg everywhere.</p>
<p><a href="https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/disable-gutenberg-plugin-setting/" rel="attachment wp-att-3770"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3770" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-Plugin-Setting.png" alt="" width="1353" height="625" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-Plugin-Setting.png 1353w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-Plugin-Setting-442x204.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-Plugin-Setting-768x355.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/Disable-Gutenberg-Plugin-Setting-1024x473.png 1024w" sizes="auto, (max-width: 1353px) 100vw, 1353px" /></a></p>
<p>I hope this article helped you learn how to Disable Gutenberg and Keep the Classic Editor in WordPress.</p>
<p><strong><em>Please feel free to comment below, your suggestion and problems if you face – we are here to solve your problems.</em></strong></p>
<p>The post <a href="https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/">How to Disable Gutenberg and Keep the Classic Editor in WordPress</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.thecodedeveloper.com/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install Let&#8217;s Encrypt Free SSL Certificate on your GoDaddy Server (Step by Step)</title>
		<link>https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/</link>
					<comments>https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/#comments</comments>
		
		<dc:creator><![CDATA[Vikas Kumar]]></dc:creator>
		<pubDate>Thu, 24 Jan 2019 11:03:29 +0000</pubDate>
				<category><![CDATA[Godaddy]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Let's Encrypt]]></category>
		<category><![CDATA[zerossl]]></category>
		<guid isPermaLink="false">https://www.thecodedeveloper.com/?p=3215</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1280" height="1280" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/10/Install-Let’s-Encrypt-Free-SSL.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install Let’s Encrypt Free SSL" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/10/Install-Let’s-Encrypt-Free-SSL.jpg 1280w, https://www.thecodedeveloper.com/wp-content/uploads/2018/10/Install-Let’s-Encrypt-Free-SSL-150x150.jpg 150w, https://www.thecodedeveloper.com/wp-content/uploads/2018/10/Install-Let’s-Encrypt-Free-SSL-442x442.jpg 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/10/Install-Let’s-Encrypt-Free-SSL-768x768.jpg 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/10/Install-Let’s-Encrypt-Free-SSL-1024x1024.jpg 1024w" sizes="auto, (max-width: 1280px) 100vw, 1280px" /></div>
<p>Security is extremely important for any website or blog, build the trust of your site visitors and for better ranking. So it time to improves your site security with SSL/TLS Certificate. Google announced that switching a website over to the HTTPS would also boost the search engine ranking so you may consider having this for [&#8230;]</p>
<p>The post <a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/">How to Install Let&#8217;s Encrypt Free SSL Certificate on your GoDaddy Server (Step by Step)</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1280" height="1280" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/10/Install-Let’s-Encrypt-Free-SSL.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install Let’s Encrypt Free SSL" decoding="async" loading="lazy" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/10/Install-Let’s-Encrypt-Free-SSL.jpg 1280w, https://www.thecodedeveloper.com/wp-content/uploads/2018/10/Install-Let’s-Encrypt-Free-SSL-150x150.jpg 150w, https://www.thecodedeveloper.com/wp-content/uploads/2018/10/Install-Let’s-Encrypt-Free-SSL-442x442.jpg 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/10/Install-Let’s-Encrypt-Free-SSL-768x768.jpg 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/10/Install-Let’s-Encrypt-Free-SSL-1024x1024.jpg 1024w" sizes="auto, (max-width: 1280px) 100vw, 1280px" /></div><p>Security is extremely important for any website or blog, build the trust of your site visitors and for better ranking. So it time to improves your site security with <strong>SSL/TLS Certificate</strong>. Google announced that switching a website over to the HTTPS would also boost the search engine ranking so you may consider having this for your blog as well.</p>
<blockquote><p>Many website or blog owner think my site doesn&#8217;t have forms or collect information from users.</p>
<p>But It doesn&#8217;t matter. HTTPS protects more than just form data! but HTTPS keeps the URLs, headers, and contents of all transferred pages <b>confidential</b>.</p></blockquote>
<p>In this article you will learn <strong>how to install let&#8217;s Encrypt Free SSL certificate</strong> step by step using <strong>zerossl.com</strong> installation tool. zerossl.com provide free SSL Tools for your website.</p>
<h2>Let&#8217;s Encrypt &#8211; Free SSL/TLS Certificates</h2>
<p><strong>Let’s Encrypt</strong> organizations provides free SSL Certificates and a global Certificate Authority (CA). Let’s Encrypt certificates can be used by websites to enable secure HTTPS connections.</p>
<h2>How to install Let’s Encrypt in Godaddy or Cpanel</h2>
<p>In the below step we will explain you <strong>how to install let’s Encrypt Free SSL certificate on your GoDaddy Server</strong> (Step by Step) using <strong>zerossl.com</strong> installation tool &#8211;</p>
<p>1. Go to <a href="https://zerossl.com/" target="_blank" rel="noopener">zerossl</a> installation tool.</p>
<p>2. Click on <strong>Online Tools</strong> button.</p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/zerossl-com/" rel="attachment wp-att-3223"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3223" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/zerossl-com.png" alt="" width="960" height="389" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/zerossl-com.png 960w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/zerossl-com-442x179.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/zerossl-com-768x311.png 768w" sizes="auto, (max-width: 960px) 100vw, 960px" /></a></p>
<p>3. Click on <strong>Start</strong> button.</p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/free-ssl-certificate-wizard/" rel="attachment wp-att-3225"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3225" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/free-ssl-certificate-wizard.png" alt="" width="960" height="283" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/free-ssl-certificate-wizard.png 960w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/free-ssl-certificate-wizard-442x130.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/free-ssl-certificate-wizard-768x226.png 768w" sizes="auto, (max-width: 960px) 100vw, 960px" /></a></p>
<p>4. On the right-hand side corner, you have a field called <strong>“Domains (ONLY if you have NO CSR)”.</strong></p>
<p>Add your own domain name in this text field without include http:// or https://, In my case i added my domain name <strong>www.thecodedeveloper.com</strong>. Before click <strong>Next</strong> button accept both terms of services in right side bottom &#8211;</p>
<p><strong>Accept ZeroSSL TOS</strong><br />
<strong>Accept Let&#8217;s Encrypt SA (pdf)</strong></p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/include-domain/" rel="attachment wp-att-3229"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3229" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/Include-domain.png" alt="" width="972" height="507" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/Include-domain.png 972w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/Include-domain-442x231.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/Include-domain-768x401.png 768w" sizes="auto, (max-width: 972px) 100vw, 972px" /></a></p>
<p>5. Hit <strong>Next</strong> button in the top right side, then a pop will come and ask &#8211; <strong>Include www-prefixed version too?</strong> Click <strong>yes</strong> button to continue.</p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/include-non-www-version-too/" rel="attachment wp-att-3231"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3231" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/include-non-www-version-too.png" alt="" width="966" height="498" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/include-non-www-version-too.png 966w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/include-non-www-version-too-442x228.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/include-non-www-version-too-768x396.png 768w" sizes="auto, (max-width: 966px) 100vw, 966px" /></a></p>
<p>6. Zerossl tool will start generate CSR (Certificate Signing Request).</p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/generate-the-csr/" rel="attachment wp-att-3233"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3233" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/generate-the-CSR.png" alt="" width="965" height="502" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/generate-the-CSR.png 965w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/generate-the-CSR-442x230.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/generate-the-CSR-768x400.png 768w" sizes="auto, (max-width: 965px) 100vw, 965px" /></a></p>
<p>7. Once generate CSR process completed then copy or download your CSR.<a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/click-on-the-download-button/" rel="attachment wp-att-3235"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3235" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/click-on-the-download-button.png" alt="" width="965" height="494" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/click-on-the-download-button.png 965w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/click-on-the-download-button-442x226.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/click-on-the-download-button-768x393.png 768w" sizes="auto, (max-width: 965px) 100vw, 965px" /></a></p>
<p>8. Hit <strong>Next</strong> button in the top right corner,  It’s going to start generating account key, this action might take several minutes.</p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/generating-account-key/" rel="attachment wp-att-3237"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3237" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/generating-Account-Key.png" alt="" width="962" height="500" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/generating-Account-Key.png 962w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/generating-Account-Key-442x230.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/generating-Account-Key-768x399.png 768w" sizes="auto, (max-width: 962px) 100vw, 962px" /></a></p>
<p>9. Once generating account key process completed then copy or download your account key and then click on <strong>Next</strong> button to continue.</p>
<p><a href="https://www.thecodedeveloper.com/download-the-account-key/"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3665" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/download-the-Account-Key.png" alt="" width="968" height="498" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/download-the-Account-Key.png 968w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/download-the-Account-Key-442x227.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/download-the-Account-Key-768x395.png 768w" sizes="auto, (max-width: 968px) 100vw, 968px" /></a></p>
<p>10. To verify domain ownership using HTTP verification , you need to download both txt file.</p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/check-verification/" rel="attachment wp-att-3708"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3708" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/check-verification.png" alt="" width="965" height="534" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/check-verification.png 965w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/check-verification-442x245.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/check-verification-768x425.png 768w" sizes="auto, (max-width: 965px) 100vw, 965px" /></a></p>
<p>11. In root directory first create a new folder <strong>.well-known</strong> and inside it create a another folder <strong>acme-challenge</strong> . So your path should look like this:</p>
<p><strong>&#8220;youdomain.com/.well-known/acme-challenge/&#8221;</strong></p>
<h3 class="h2 no-top">You can learn how to create new folder in cPanel hosting with below steps :</h3>
<div class="help-articles">
<ul>
<li>Log in to your GoDaddy account.</li>
<li>Click <strong>Web Hosting</strong>.</li>
<li>Next to the cPanel account you want to use, click <strong>Manage</strong>.</li>
<li>Click <strong>cPanel Admin</strong>.</li>
<li>Click the <strong>File Manager</strong> tab.</li>
<li>Click <strong>+Folder</strong>.</li>
<li>Complete the on-screen fields, and then click <strong>Create New Folder</strong>.</li>
<li>New folder name should be <strong>.well-known</strong>.</li>
<li>Then create a another folder an <strong>acme-challenge </strong>inside <strong>.well-known </strong>folder, sometime after create <strong>.well-known folder </strong>that folder does not show,  then in this case in left side type <strong>public_html/.well-known, </strong>click Go button and then continue create <strong>acme-challenge </strong>folder.</li>
</ul>
</div>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/godday-cpanel-file-manager/" rel="attachment wp-att-3671"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3671" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/godday-cpanel-file-manager.png" alt="" width="1363" height="495" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/godday-cpanel-file-manager.png 1363w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/godday-cpanel-file-manager-442x161.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/godday-cpanel-file-manager-768x279.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/godday-cpanel-file-manager-1024x372.png 1024w" sizes="auto, (max-width: 1363px) 100vw, 1363px" /></a></p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/godday-cpanel-file-managers/" rel="attachment wp-att-3670"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3670" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/godday-cpanel-file-managers.png" alt="" width="1361" height="495" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/godday-cpanel-file-managers.png 1361w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/godday-cpanel-file-managers-442x161.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/godday-cpanel-file-managers-768x279.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/godday-cpanel-file-managers-1024x372.png 1024w" sizes="auto, (max-width: 1361px) 100vw, 1361px" /></a></p>
<p>12. Upload the both two .txt files inside the <strong>acme-challenge folder</strong>, which you downloaded on step 10.</p>
<p>13. After then go back to zerossl tools and click on the highlight link in the screenshot to make sure you uploaded files in right folder.</p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/check-verification-after-click-link/" rel="attachment wp-att-3710"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3710" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/check-verification-after-click-link.png" alt="" width="965" height="534" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/check-verification-after-click-link.png 965w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/check-verification-after-click-link-442x245.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/check-verification-after-click-link-768x425.png 768w" sizes="auto, (max-width: 965px) 100vw, 965px" /></a></p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/check-verification-on-domain/" rel="attachment wp-att-3510"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3510" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/10/check-verification-on-domain.png" alt="" width="960" height="150" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/10/check-verification-on-domain.png 960w, https://www.thecodedeveloper.com/wp-content/uploads/2018/10/check-verification-on-domain-442x69.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/10/check-verification-on-domain-768x120.png 768w" sizes="auto, (max-width: 960px) 100vw, 960px" /></a></p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/check-verification-on-domains/" rel="attachment wp-att-3242"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3242" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/check-verification-on-domains.png" alt="" width="960" height="151" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/check-verification-on-domains.png 960w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/check-verification-on-domains-442x70.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/check-verification-on-domains-768x121.png 768w" sizes="auto, (max-width: 960px) 100vw, 960px" /></a></p>
<p>14. Click on Next button.</p>
<p>15. Now your certificate is ready now, things to do next :</p>
<ul>
<li>Download or copy your domain certificate</li>
<li>Download or copy your domain key</li>
</ul>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/copy/" rel="attachment wp-att-3243"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3243" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/copy.png" alt="" width="970" height="526" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/copy.png 970w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/copy-442x240.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/copy-768x416.png 768w" sizes="auto, (max-width: 970px) 100vw, 970px" /></a></p>
<p>16. Go back to <strong>cPanel</strong></p>
<ul>
<li>Log in to your GoDaddy account.</li>
<li>Click <strong>Web Hosting</strong>.</li>
<li>Next to the cPanel account you want to use, click <strong>Manage</strong>.</li>
<li>Click <strong>cPanel Admin</strong>.</li>
<li>Click SSL/TLS.</li>
</ul>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/ssl-tls/" rel="attachment wp-att-3673"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3673" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/ssl-tls.png" alt="" width="986" height="499" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/ssl-tls.png 986w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/ssl-tls-442x224.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/ssl-tls-768x389.png 768w" sizes="auto, (max-width: 986px) 100vw, 986px" /></a></p>
<p>17. Click on <strong>Manage SSL sites</strong> link.</p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/manage-ssl/" rel="attachment wp-att-3675"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3675" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/manage-ssl.png" alt="" width="982" height="526" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/manage-ssl.png 982w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/manage-ssl-442x237.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/manage-ssl-768x411.png 768w" sizes="auto, (max-width: 982px) 100vw, 982px" /></a></p>
<p>18. Select the domain you want to install the SSL certificate on, you can see i selected my domain <strong>thecodedeveloper.com</strong><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/select-the-domain/" rel="attachment wp-att-3677"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3677" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/select-the-domain.png" alt="" width="982" height="461" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/select-the-domain.png 982w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/select-the-domain-442x207.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/select-the-domain-768x361.png 768w" sizes="auto, (max-width: 982px) 100vw, 982px" /></a></p>
<p>19. Go back to zerossl, copy the c<strong>ertificate</strong> and paste it into first <strong>Certificate : (CRT)</strong> field in <strong>cPanel Admin</strong><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/copy/" rel="attachment wp-att-3243"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3243" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/copy.png" alt="" width="970" height="526" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/copy.png 970w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/copy-442x240.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/copy-768x416.png 768w" sizes="auto, (max-width: 970px) 100vw, 970px" /></a></p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/certificate/" rel="attachment wp-att-3687"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3687" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/certificate.png" alt="" width="1003" height="593" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/certificate.png 1003w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/certificate-442x261.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/certificate-768x454.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/certificate-357x210.png 357w" sizes="auto, (max-width: 1003px) 100vw, 1003px" /></a></p>
<p>20. Cut out the Certificate Authority Bundle from certificate and paste it in the third field &#8211;</p>
<p>Once you paste certificate first field then your certificate look like &#8211;</p>
<p>&#8212;&#8212;-BEGIN CERTIFICATE&#8212;&#8212;-</p>
<p>some big random string</p>
<p>&#8212;&#8212;-END CERTIFICATE&#8212;&#8212;-</p>
<p>&#8212;&#8212;-BEGIN CERTIFICATE&#8212;&#8212;-</p>
<p>some big random string</p>
<p>&#8212;&#8212;-END CERTIFICATE&#8212;&#8212;-</p>
<p>then you need to cut second part (which start &#8212;&#8212;-BEGIN CERTIFICATE&#8212;&#8212;- ) till end from first field and paste it in the third field.</p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/certificate-authority-bundle/" rel="attachment wp-att-3688"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3688" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/certificate-authority-bundle.png" alt="" width="1003" height="653" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/certificate-authority-bundle.png 1003w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/certificate-authority-bundle-442x288.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/certificate-authority-bundle-768x500.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/certificate-authority-bundle-210x136.png 210w" sizes="auto, (max-width: 1003px) 100vw, 1003px" /></a></p>
<p>21. Go to zerossl and copy private key.</p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/copy1/" rel="attachment wp-att-3244"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3244" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/copy1.png" alt="" width="970" height="526" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/09/copy1.png 970w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/copy1-442x240.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/09/copy1-768x416.png 768w" sizes="auto, (max-width: 970px) 100vw, 970px" /></a></p>
<p>22. In <strong>cPanel</strong> paste the private key in the second field <strong>Private Key (Key)</strong></p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/private-key/" rel="attachment wp-att-3690"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3690" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/private-key.png" alt="" width="1003" height="647" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/private-key.png 1003w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/private-key-442x285.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/private-key-768x495.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/private-key-210x136.png 210w" sizes="auto, (max-width: 1003px) 100vw, 1003px" /></a></p>
<p>23. All fields should have 3 green check marks, this means everything matches and now click on <strong>Install Certificate</strong> button.</p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/install-certificate/" rel="attachment wp-att-3692"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3692" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/install-certificate.png" alt="" width="1003" height="525" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/install-certificate.png 1003w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/install-certificate-442x231.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/install-certificate-768x402.png 768w" sizes="auto, (max-width: 1003px) 100vw, 1003px" /></a></p>
<p>24. Your SSL Certificate is now installed, and you can test it after adding https:// to in front of your domain for example https://www.mydomain.com.</p>
<p>In my case i tested https://www.thecodedeveloper.com/</p>
<p><a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/secure/" rel="attachment wp-att-3695"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3695" src="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/secure.png" alt="" width="1159" height="250" srcset="https://www.thecodedeveloper.com/wp-content/uploads/2018/12/secure.png 1159w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/secure-442x95.png 442w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/secure-768x166.png 768w, https://www.thecodedeveloper.com/wp-content/uploads/2018/12/secure-1024x221.png 1024w" sizes="auto, (max-width: 1159px) 100vw, 1159px" /></a></p>
<p>25. If you see the green lock in front of your URL and connection is secure means SSL Certificate install successfully.</p>
<p><em><strong>I hope you like this Post, Please send me any comment, suggestion or correction you may have &#8211; we are here to solve your problems.</strong></em></p>
<p>The post <a href="https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/">How to Install Let&#8217;s Encrypt Free SSL Certificate on your GoDaddy Server (Step by Step)</a> appeared first on <a href="https://www.thecodedeveloper.com">The Code Developer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.thecodedeveloper.com/install-lets-encrypt-free-ssl-certificate/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
