<?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>localhost Archives - Codeplaners</title>
	<atom:link href="https://codeplaners.com/tag/localhost/feed/" rel="self" type="application/rss+xml" />
	<link>https://codeplaners.com/tag/localhost/</link>
	<description>Code Solution</description>
	<lastBuildDate>Sun, 14 Feb 2021 16:31:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>

<image>
	<url>https://codeplaners.com/wp-content/uploads/2020/09/cropped-favicon-social-32x32.png</url>
	<title>localhost Archives - Codeplaners</title>
	<link>https://codeplaners.com/tag/localhost/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to install WordPress on your localhost</title>
		<link>https://codeplaners.com/how-to-install-wordpress-on-your-localhost/</link>
					<comments>https://codeplaners.com/how-to-install-wordpress-on-your-localhost/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 16 Oct 2020 07:17:09 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress error]]></category>
		<category><![CDATA[wordpress install]]></category>
		<category><![CDATA[wordpress install localhost]]></category>
		<guid isPermaLink="false">http://localhost/codeplaners/?p=282</guid>

					<description><![CDATA[<p>This post was last updated on February 14th, 2021 at 04:18 pmIntroduction of WordPress WordPress Learning is fun. Anyone with the opportunity to start to create a site would definitely be tempted to make it easy to use. Millions of people around the world rely on WordPress for their websites, not just you. That&#8217;s 30 &#8230; <a href="https://codeplaners.com/how-to-install-wordpress-on-your-localhost/" class="more-link">Continue reading<span class="screen-reader-text"> "How to install WordPress on your localhost"</span></a></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-wordpress-on-your-localhost/">How to install WordPress on your localhost</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="last-modified">This post was last updated on February 14th, 2021 at 04:18 pm</p><h4><strong>Introduction of WordPress</strong></h4>
<p>WordPress Learning is fun. Anyone with the opportunity to start to create a site would definitely be tempted to make it easy to use. Millions of people around the world rely on WordPress for their websites, not just you. That&#8217;s 30 percent of the total websites (1) that live at the moment. I&#8217;m sure you&#8217;re ready to try WordPress with more passion than ever. It is hardly possible without WordPress being built on your local computer. With that in mind, we will tell you in this article how to install WordPress. Click the link or download the <a href="https://www.apachefriends.org/download.html">xampp</a> here.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/xampp-download.jpg" /></p>
<p>&nbsp;</p>
<p><strong>Step 1)  On your computer, downloading and installing XAMPP</strong><br />
Downloading and installing the <strong>XAMPP</strong> app is the first step toward installing <strong>WordPress</strong> locally. The installer file for Windows can be downloaded from Apache. It is a big file, about 110 MB, so, depending on your access, it may take a couple of minutes then install your computer after then start the <strong>Apache</strong> or <strong>MySQL</strong>.</p>
<p><a href="https://www.apachefriends.org/download.html"><img decoding="async" loading="lazy" class="aligncenter" src="https://codeplaners.com/wp-content/uploads/2020/10/download-1.png" width="300" height="100" /></a></p>
<p>&nbsp;</p>
<p><strong>Step 2)-  Start and test your server with both the modules</strong><br />
You&#8217;ll need to run two modules to run XAMPP and WordPress properly:</p>
<p>The <strong>Apache</strong><br />
Including <strong>MySQL</strong><br />
From the XAMPP control panel, you can enable both modules:</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/apachi-start.jpg" /></p>
<p><strong>Step 3)- Start the apache or MySQL</strong></p>
<p>Once you launch them, you should see their status turn to green: Here&#8217;s what you should see once you start Apache and MySQL</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/apachi-started.jpg" /></p>
<p><strong>Step 4) Test your xampp local server is working.</strong></p>
<p>Now, by going to http://localhost/dashboard/ in your web browser of choice, you should be able to verify whether your local server is working:</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/localhost-dashbord.jpg" /></p>
<p>&nbsp;</p>
<p><strong>Step 5) </strong> <strong>Link the files to WordPress or download files.</strong><br />
The rest of the process should feel pretty familiar if you&#8217;ve ever installed WordPress manually. You need to go to wordpress.org first and download the latest <a href="https://wordpress.org/">WordPress</a> version.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/download-wordpress.jpg" /></p>
<p><strong>Step 6) </strong><strong>Link the files to htdocs </strong></p>
<p>Then, under Windows, navigate to the folder where XAMPP was installed. That&#8217;s C:/xampp for us. For you, it should be something similar. Then find the subfolder htdocs: in that folder:</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/htdocs.jpg" /></p>
<p><strong>Step 6) </strong><strong>Extract the WordPress files in htdocs</strong></p>
<p>In the htdocs folder will become the sub-name used for accessing your site. For instance, if you build a demo website folder, by going to http:/localhost / demosite, you can access your site.</p>
<p>Extract the WordPress .zip file you downloaded from wordpress.org into it once you create a folder:</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/extract-wordpress.jpg" /></p>
<p><strong>Step 7) </strong><strong>place the new folder WordPress files.</strong></p>
<p>create a folder for the demosite after then place the complete WordPress files in the demosite folder. you see the screenshot of all wp files here in the demosite folder.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/demo-site.jpg" /></p>
<p><strong>Step 8)  How to Create a WordPress database </strong><br />
First, for your WordPress installation, you need to create a <strong>MySQL</strong> database. Launch <strong>PHPMyAdmin</strong> from your XAMPP control panel to do that: open the URL http://localhost/phpmyadmin/</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/phpmyadmin-1.jpg" /></p>
<p><strong>Step 9)  Locally install WordPress via the on-screen installer</strong><br />
You should see the usual WordPress installer while you are going to visit your test site. Know, just http:/localhost/demosite : is your test location and click the continue button.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/wordpress-install.jpg" /></p>
<p>Database details have been the only stage where this process will differ from a normal setup. Enter them like this when you get to the database details:</p>
<p>Name of the database = <strong>database name you created with PHPMyAdmin</strong><br />
Username = &#8220;<strong>root</strong>&#8221;<br />
Password = <strong>Keep blank </strong></p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/dbc.jpg" /></p>
<p>Then click to the submit after then you see the next page then it is asking  for Run the installation</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/run-the-install.jpg" /></p>
<p>The final step of installation.<br />
Give your site a title. We&#8217;ve called our <strong>WordPress ERP</strong> site here. Your database name can also be kept as the name of your domain.<br />
Write the name of your user<br />
Provide a good password<br />
Write a personal <strong>e-mail address</strong> for you<br />
Test the search engine&#8217;s visibility button carefully. Otherwise, Google will also begin to index your local location!<br />
And finally, just click the WordPress Install button!</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/admin-access-1.jpg" /></p>
<p>Yes, you have your installation complete. A notice like below is being seen.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/finalsetup.jpg" /></p>
<p><strong>Step 10)  Check out the place you built</strong><br />
Now is the time with your local site to check out. How would it look, or how would it structure? Provide a check.</p>
<p>This is your dashboard or admin panel backend, where you&#8217;ll control everything from.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/wp-dashbord.jpg" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-wordpress-on-your-localhost/">How to install WordPress on your localhost</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codeplaners.com/how-to-install-wordpress-on-your-localhost/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Create a MySQL Database with phpmyadmin localhost</title>
		<link>https://codeplaners.com/how-to-create-a-mysql-database-with-phpmyadmin-localhost/</link>
					<comments>https://codeplaners.com/how-to-create-a-mysql-database-with-phpmyadmin-localhost/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 15 Oct 2020 06:02:50 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Aapachi]]></category>
		<category><![CDATA[create database]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[database create]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[xampp]]></category>
		<guid isPermaLink="false">http://localhost/codeplaners/?p=273</guid>

					<description><![CDATA[<p>This post was last updated on February 14th, 2021 at 04:18 pmphpMyAdmin could be a fashionable web-based administration tool for administer MySQL servers and informations.This article we are learn to the create a brand new database and a new user to access that database on a MySQL Server with phpMyAdmin. How to create a database using PHPMyAdmin in Localhost step by step. &#160; &#8230; <a href="https://codeplaners.com/how-to-create-a-mysql-database-with-phpmyadmin-localhost/" class="more-link">Continue reading<span class="screen-reader-text"> "How to Create a MySQL Database with phpmyadmin localhost"</span></a></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-create-a-mysql-database-with-phpmyadmin-localhost/">How to Create a MySQL Database with phpmyadmin localhost</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="last-modified">This post was last updated on February 14th, 2021 at 04:18 pm</p><p>phpMyAdmin could be a fashionable web-based administration tool for administer MySQL servers and informations.This article we are learn to the create a brand new database and a new user to access that database on a MySQL Server with phpMyAdmin.</p>
<h2>How to create a database using PHPMyAdmin in Localhost step by step.</h2>
<p>&nbsp;</p>
<p><strong>Step-1)</strong> First of all launch local web server, probably XAMPP or run the Aapachi or Mysql.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/xamprunninng.jpg" /></p>
<p><strong>Step-2) </strong>When you check <strong>xampp</strong> running succssfully.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/xamprunninng1.jpg" /></p>
<p><strong>Step-3) </strong>After that Open your web browser, navigate to <a href="http://localhost/phpmyadmin" target="_blank" rel="noopener noreferrer">http://localhost/phpmyadmin</a></p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/database.jpg" /></p>
<p><strong>Step-4)  </strong>Then click on on <strong>Databases </strong>tab. In the subsequent page, you&#8217;ll get choice to Create a Database and enter field for Database name. I create a <strong>demo database</strong> to show you. Fill database name. After that click on on Create button.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/demodb.jpg" /></p>
<p><strong>Step-5) </strong>After a few seconds a <strong>popup success</strong> message will be displayed.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/databasecreate.jpg" /></p>
<p><strong>Step-6) </strong>Then you can view your database from list of tables. you have many databases please find the your database name in the table.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/databasenameview.jpg" /></p>
<p>Then database is showing in table your database successfully create in your phpmyadmin server.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-create-a-mysql-database-with-phpmyadmin-localhost/">How to Create a MySQL Database with phpmyadmin localhost</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codeplaners.com/how-to-create-a-mysql-database-with-phpmyadmin-localhost/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Codeigniter in localhost</title>
		<link>https://codeplaners.com/how-to-install-codeigniter-in-localhost/</link>
					<comments>https://codeplaners.com/how-to-install-codeigniter-in-localhost/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 14 Oct 2020 07:01:45 +0000</pubDate>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[ci install]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[codeigniter install localhost]]></category>
		<category><![CDATA[codeigniter installation]]></category>
		<category><![CDATA[config codeigniter]]></category>
		<category><![CDATA[database config ci]]></category>
		<category><![CDATA[localhost]]></category>
		<guid isPermaLink="false">http://localhost/codeplaners/?p=259</guid>

					<description><![CDATA[<p>This post was last updated on February 14th, 2021 at 04:31 pmCodeigniter Installation Instructions Setp  1)  Unzip the Codeigniter package file. Setp  2)  When you unzip the files Upload the CodeIgniter folders and files to your local server htdocs folder. The index.php file will be at your root. Setp 3)  Open the application/config/config.php file with a text &#8230; <a href="https://codeplaners.com/how-to-install-codeigniter-in-localhost/" class="more-link">Continue reading<span class="screen-reader-text"> "How to install Codeigniter in localhost"</span></a></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-codeigniter-in-localhost/">How to install Codeigniter in localhost</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="last-modified">This post was last updated on February 14th, 2021 at 04:31 pm</p><h4>Codeigniter Installation Instructions</h4>
<p><strong>Setp  1)</strong>  Unzip the Codeigniter package file.</p>
<p><strong>Setp  2)  </strong>When you unzip the files Upload the CodeIgniter folders and files to your local server htdocs folder. The <em>index.php</em> file will be at your root.</p>
<p><strong>Setp 3)  </strong>Open the <em>application/config/config.php</em> file with a text editor whatever you are using subline, dreamviewer, notepad++ etc, then set your base URL. If you intend to use encryption or sessions, set your encryption key.</p>
<p><strong>Setp  4)  </strong>If you intend to use a database, open the <em>application/config/database.php</em> file with a text editor whatever you are using subline, dreamviewer, notepad++ etc, orset your database settings.</p>
<p>&nbsp;</p>
<p>Now we are going step by step installing the codeignator or showing you how can we are install the codeignator on our local server so please read the complete article seriously.</p>
<p><strong>Step 5)</strong> Open the following URL in your browser <a href="https://codeigniter.com/">https://codeigniter.com/</a></p>
<p>Click on the below button download link to the latest version of the CI framework.</p>
<p><a href="https://codeigniter.com/"><img decoding="async" loading="lazy" class="aligncenter" src="https://codeplaners.com/wp-content/uploads/2020/10/download.png" width="294" height="98" /></a></p>
<p><strong>Step 6)</strong> Clicking the above link will download the framework as a zipped folder. Unzip the contents of CodeIgniter-v4.0.4.zip</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/01-5.jpg" /></p>
<p><strong>Step 7)</strong> Then download the file you extract the your local host directory then you extract the zip. You can follow the following steps to start your project. Create a new directory in on your development drive, e.g, C:\xampp\htdocs\codeigniter</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/02-4.jpg" /></p>
<p><strong>Step 8) </strong>Now you see the config file in the directory</p>
<pre> C:\xampp\htdocs\codeigniter\application\config/config.php</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/03-6.jpg" /></p>
<p><strong>Step 9)  </strong>Then you going to the edit file you find the this php code after the you enter the your localhost server url directory.</p>
<pre> $config['base_url'] = ‘http://localhost’;</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/04-2.jpg" /></p>
<p><strong>Step 10) </strong>After then you need to establish the connectivity to your database. Go to the path application/config/database.php file. now you go to the these folder follow the directory</p>
<pre> application/config/database.php</pre>
<p>then edit the text editor and set your database settings.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/ci-database.jpg" /></p>
<p><strong>Step 11) </strong>Created the database in phpmyadmin or place the database name in database.php file in your text editor you edit the file.</p>
<pre>$db['default'] = array(
	'dsn'	=&gt; '',
	'hostname' =&gt; 'localhost',
	'username' =&gt; 'root',
	'password' =&gt; '',
	'database' =&gt; 'enter your database name here...',
	'dbdriver' =&gt; 'mysqli',
	'dbprefix' =&gt; '',
	'pconnect' =&gt; FALSE,
	'db_debug' =&gt; (ENVIRONMENT !== 'production'),
	'cache_on' =&gt; FALSE,
	'cachedir' =&gt; '',
	'char_set' =&gt; 'utf8',
	'dbcollat' =&gt; 'utf8_general_ci',
	'swap_pre' =&gt; '',
	'encrypt' =&gt; FALSE,
	'compress' =&gt; FALSE,
	'stricton' =&gt; FALSE,
	'failover' =&gt; array(),
	'save_queries' =&gt; TRUE
);</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/05-1.jpg" /></p>
<p><strong>Step 12) </strong>That&#8217;s finish the setup codeigniter now you run the your folder directory or you see codeignator is working fine on your browser screen.</p>
<p>Load the following URL into your browser</p>
<pre> http://localhost/codeigniter</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/ci-browser.jpg" /></p>
<p>We hope you are understand the read complete article installing the codeigniter on local server.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-codeigniter-in-localhost/">How to install Codeigniter in localhost</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codeplaners.com/how-to-install-codeigniter-in-localhost/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
