<?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>UndeniableProfits.com &#187; Web Hosting Server</title>
	<atom:link href="http://www.undeniableprofits.com/tag/web-hosting-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.undeniableprofits.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sat, 07 Apr 2012 17:13:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Install WordPress Locally With XAMPP</title>
		<link>http://www.undeniableprofits.com/how-to-install-wordpress-locally-with-xampp/</link>
		<comments>http://www.undeniableprofits.com/how-to-install-wordpress-locally-with-xampp/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 19:00:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Web Hosting Server]]></category>
		<category><![CDATA[Web Server Hosting]]></category>
		<category><![CDATA[WordPress Blog]]></category>

		<guid isPermaLink="false">http://www.undeniableprofits.com/?p=982</guid>
		<description><![CDATA[Have you ever thought of making your personal computer a web server so that you can install and test any web based programs especially WordPress Blog without connecting to the Internet? Recently, I&#8217;ve been introduced to a free open-source software package that allows us to set up an emulated web server hosting environment for installing [...]]]></description>
			<content:encoded><![CDATA[<p><br />
Have you ever thought of making your personal computer a web server so that you can install and test any web based programs especially WordPress Blog without connecting to the Internet?</p>
<p>Recently, I&#8217;ve been introduced to a free open-source software package that allows us to set up an emulated web server hosting environment for installing and testing WordPress locally on a personal computer. This software is called XAMPP and it’s an easy-to-install Apache distribution containing MySQL, PHP and Perl. Currently, XAMPP is available for operating system Linux, Windows, Mac OS X and Solaris.</p>
<h3><strong>Where To Get XAMPP?</strong></h3>
<p>A link to the XAMPP download page for each operating system can be found <strong><a href="http://www.apachefriends.org/en/xampp.html" target="_blank">here</a></strong>.</p>
<p>I have downloaded  <strong><a href="http://www.apachefriends.org/en/xampp-windows.html" target="_blank">XAMPP .EXE Installer for Windows</a></strong> and successfully installed it on my personal computer that runs under Windows Vista. If you&#8217;re interested to know how I did that, please continue reading&#8230;</p>
<h3><strong>How To Install XAMPP?</strong></h3>
<p>Now, let me show you in step by step on how to install XAMPP and make Windows Vista computer a web server<em>. At this time of writing, the latest version is XAMPP Windows 1.7.3 (the installer file is </em>xampp-win32-1.7.3.exe<em>).</em></p>
<p>1. Download the <strong><a href="http://www.apachefriends.org/en/xampp-windows.html" target="_blank">XAMPP .EXE Installer for Windows</a></strong>.</p>
<p>2. Double-click the .EXE Installer.</p>
<p>3. Install XAMPP to the default destination folder (C:).</p>
<p>4. Wait until installation progress bar to turn completely green. A command prompt window will pop up after that.</p>
<p>5. Leave the default value and press &lt;<strong>Enter</strong>&gt; key. Repeat the step until you see this prompt:</p>
<div style="padding: 1.2em; background-color: #f4f4f4; line-height: 1.4;">Please choose (1-7/x):</div>
<p>6. Type &#8217;1&#8242; and press &lt;<strong>Enter</strong>&gt; key. Wait until <strong>XAMPP Control Panel Application</strong> appears on the screen.</p>
<p>7. &#8216;<strong>Tick</strong>&#8216; the Svc for Apache to start Apache service. Click &#8216;<strong>OK</strong>&#8216; button when dialog box appears.</p>
<p>8. &#8216;<strong>Tick</strong>&#8216; the Svc for MySql to start MySql service. Click &#8216;<strong>OK</strong>&#8216; button when dialog box appears.</p>
<p>9. Click &#8216;<strong>Start</strong>&#8216; button to start Apache service. Wait until the &#8216;<strong>Running</strong>&#8216; text appears.</p>
<p>10. Click &#8216;<strong>Start</strong>&#8216; button to start MySql service. Wait until the &#8216;<strong>Running</strong>&#8216; text appears.</p>
<p>At this juncture, your <strong>XAMPP Control Panel Application</strong> should look like this.</p>
<p><a href="http://www.undeniableprofits.com/wp-content/uploads/2010/01/XAMPP_CPanel.png"><img class="size-full wp-image-1056 alignnone" style="border: 0pt none;" title="XAMPP_CPanel" src="http://www.undeniableprofits.com/wp-content/uploads/2010/01/XAMPP_CPanel.png" alt="XAMPP Control Panel" width="445" height="377" /></a></p>
<p>11. Enter &#8216;<strong>http://localhost/xampp</strong>&#8216; on your web browser.</p>
<p>12. Congratulations if you receive a message showing that &#8220;<strong>You have successfully installed XAMPP on this system!</strong>&#8221; as shown below.</p>
<p><a href="http://www.undeniableprofits.com/wp-content/uploads/2010/01/XAMPP_Success.png"><img class="size-full wp-image-1066 alignnone" style="border: 0pt none;" title="XAMPP_Success" src="http://www.undeniableprofits.com/wp-content/uploads/2010/01/XAMPP_Success.png" alt="" width="486" height="391" /></a></p>
<p>Have you successfully installed XAMPP on your personal computer? If successful, please proceed to the next steps.</p>
<h3><strong>How To Set Up MySQL Database for WordPress?</strong></h3>
<p>Now, I&#8217;m going to show you how to configure MySQL database for WordPress.</p>
<p>1. Enter &#8216;<strong>http://localhost/phpmyadmin</strong>&#8216; on your web browser.</p>
<p>2. Under <strong>MySQL localhost</strong> section, enter database name as &#8216;<strong>wordpress_db</strong>&#8216; and click <strong>&#8216;Create</strong><strong>&#8216;</strong> button. You&#8217;ll receive a message showing that &#8216;<strong>Database wordpress_db has been created</strong>&#8216;. <strong>Take note</strong>: <em>This value &#8216;<strong>wordpress_db</strong>&#8216; will be used at the later stage when we configure WordPress</em>.</p>
<p>3. Go back to phpMyAdmin Home (&#8216;<strong>http://localhost/phpmyadmin</strong>&#8216;) again.</p>
<p>4. Click on &#8216;<strong>Privileges</strong>&#8216; tab and click on a link: &#8216;<strong>Add a new user</strong>&#8216;.</p>
<p>5. Fill in the form. For the User name field, enter &#8216;<strong>wordpress_user</strong>&#8216;. For host, select &#8216;<strong>Local</strong>&#8216;. <strong>Take note</strong>: <em>This value &#8216;<strong>wordpress_user</strong>&#8216; will also be used at the later stage when we configure WordPress</em>.</p>
<p>6. For better security, just click &#8216;<strong>Generate</strong>&#8216; button to randomly generate a password.</p>
<p><a href="http://www.undeniableprofits.com/wp-content/uploads/2010/01/MySQL_AddUser.png"><img class="size-full wp-image-1137         alignnone" style="border: 0pt none;" title="MySQL_AddUser" src="http://www.undeniableprofits.com/wp-content/uploads/2010/01/MySQL_AddUser.png" alt="" width="444" height="217" /></a></p>
<p>7. Write down the User name and Password generated on your screen. <strong>Take note</strong>: <em>Never use the password shown in the image above</em>.</p>
<p>8. Under &#8216;<strong>Global privileges</strong>&#8216; section, click on &#8216;<strong>Check All</strong>&#8216;.</p>
<p>9. Click &#8216;<strong>Go</strong>&#8216; button. If everything goes well, you’ll see a message saying that &#8216;<strong>You have added a new user</strong>&#8216;.</p>
<p>10. Under the &#8216;<strong>Database-specific privileges</strong>&#8216; section, for the &#8216;<strong>Add privileges on the following database&#8217; field</strong>, select &#8216;<strong>wordpress_db</strong>&#8216; from the list. This will add &#8216;<strong>wordpress_user</strong>&#8216; as a database user of wordpress table, wordpress_db.</p>
<p><a href="http://www.undeniableprofits.com/wp-content/uploads/2010/01/MySQL_AddPrivileges.png"><img class="size-full wp-image-1099 alignnone" style="border: 0pt none;" title="MySQL_AddPrivileges" src="http://www.undeniableprofits.com/wp-content/uploads/2010/01/MySQL_AddPrivileges.png" alt="" width="410" height="166" /></a></p>
<p>Alright, you’ve just set up a MySQL database for WordPress using phpMyAdmin. Please give yourself a pat in the back before moving on!</p>
<h3><strong>How To Install WordPress Locally On Your Computer?</strong></h3>
<p>1. Download <strong><a href="http://wordpress.org/download" target="_blank">latest version of WordPress</a></strong> and save it on your computer.</p>
<p>2. Navigate to &#8216;<strong>C:xampphtdocs</strong>&#8216; folder.</p>
<p>3. Open up the WordPress ZIP file you downloaded and copy &#8216;<strong>wordpress</strong>&#8216; folder to the &#8216;<strong>htdocs</strong>&#8216; folder.</p>
<p>4. Inside the wordpress folder, open &#8216;<strong>wp-config-sample.php</strong>&#8216; file using notepad or your favorite text editor. My favorite text editor is <strong><a href="http://www.contexteditor.org" target="_blank">ConTEXT</a></strong>.</p>
<p>5. Fill in the information with your database information and save it as wp-config.php in the same folder. <strong>Take note</strong>: <em>Please use the password you&#8217;ve written down earlier</em>.</p>
<p><a href="http://www.undeniableprofits.com/wp-content/uploads/2010/01/WP_Settings.png"><img class="size-full wp-image-1146 alignnone" style="border: 0pt none;" title="WP_Settings" src="http://www.undeniableprofits.com/wp-content/uploads/2010/01/WP_Settings.png" alt="" width="488" height="383" /></a></p>
<p>6. Enter &#8216;<strong>http://localhost/wordpress/wp-admin/install.php</strong>&#8216; on your web browser. If you did correctly, you should be greeted with a WordPress Installation screen.</p>
<p><a href="http://www.undeniableprofits.com/wp-content/uploads/2010/01/WP_Install1.png"><img class="size-full wp-image-1149 alignnone" title="WP_Install" src="http://www.undeniableprofits.com/wp-content/uploads/2010/01/WP_Install1.png" alt="" width="449" height="336" /></a></p>
<p>7. Just fill in the <strong>Blog Title</strong> and <strong>Your E-mail</strong>. Then, click &#8216;<strong>Install WordPress</strong>&#8216; button.</p>
<p>8. Below screen shows WordPress installation successful. <strong>Take note</strong>: <em>username and password generated on your screen will be used for WordPress admin login so please write it down</em> .</p>
<p><a href="http://www.undeniableprofits.com/wp-content/uploads/2010/01/WP_Success.png"><img class="size-full wp-image-1151 alignnone" title="WP_Success" src="http://www.undeniableprofits.com/wp-content/uploads/2010/01/WP_Success.png" alt="" width="495" height="242" /></a></p>
<p>9. Now you can open your WordPress Blog locally using this address: &#8216;<strong>http://localhost/wordpress</strong>&#8216;.</p>
<p>10. To make any changes on your WordPerss Blog, go to WordPress admin login page at &#8216;<strong>http://localhost/wordpress/wp-admin</strong>&#8216;, and login with your username and password generated earlier.</p>
<p>These are just the steps you need to do to install WordPress Blog locally on a personal computer. With this emulated web server hosting environment, you can test out different WordPress Themes and Plugins or any web scripts before making it live to your web hosting server.</p>
<p>Hope you find this guide useful and informative!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.undeniableprofits.com/how-to-install-wordpress-locally-with-xampp/feed/</wfw:commentRss>
		<slash:comments>71</slash:comments>
		</item>
	</channel>
</rss>

