<?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>Installing WordPress - CODIBU</title>
	<atom:link href="https://help.codibu.com/kbtopic/installing-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.codibu.com</link>
	<description>Hosting &#38; Domain,  Development &#38; Design, SEO &#38; Marketing, 2300+ Themes &#38; Plugins, Free SEO analysis &#38; tools</description>
	<lastBuildDate>Wed, 25 Jan 2023 20:31:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://help.codibu.com/wp-content/uploads/2022/07/favicon.png</url>
	<title>Installing WordPress - CODIBU</title>
	<link>https://help.codibu.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to install WordPress</title>
		<link>https://help.codibu.com/blog/how-to-install-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-wordpress</link>
					<comments>https://help.codibu.com/blog/how-to-install-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[JN C]]></dc:creator>
		<pubDate>Wed, 04 Nov 2020 09:25:18 +0000</pubDate>
				<guid isPermaLink="false">https://help.codibu.com/kb/how-to-install-wordpress/</guid>

					<description><![CDATA[<p>WordPress is well-known for its ease of installation. Under most circumstances, installing WordPress is a very simple process and takes less than five minutes to complete. Many<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://help.codibu.com/blog/how-to-install-wordpress/">How to install WordPress</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>WordPress is well-known for its ease of installation. Under most circumstances, installing WordPress is a very simple process and takes less than five minutes to complete. <a href="https://help.codibu.com/blog/kb/installing-wordpress-at-popular-hosting-companies/">Many web hosts</a> now offer <a href="https://help.codibu.com/blog/kb/automated-installation/">tools (e.g. Fantastico) to automatically install WordPress</a> for you. However, if you wish to install WordPress yourself, the following guide will help.</p>
<h2 id="things-to-know-before-installing-wordpress" class="toc-heading" tabindex="-1">Things to Know Before Installing WordPress <a class="anchor" href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#things-to-know-before-installing-wordpress"><span aria-hidden="true">#</span></a></h2>
<p>Before you begin the install, there are a few things you need to have and do. Refer the article <a href="https://help.codibu.com/blog/kb/before-you-install/">Before You Install</a>.<br />
If you need multiple WordPress instances, refer <a href="https://help.codibu.com/blog/kb/installing-multiple-wordpress-instances/">Installing Multiple WordPress Instances</a>.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#top">Top ↑</a></p>
<h2 id="basic-instructions" class="toc-heading" tabindex="-1"><span id="Famous_5-Minute_Installation" class="mw-headline">Basic Instructions</span> <a class="anchor" href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#basic-instructions"><span aria-hidden="true">#</span></a></h2>
<p>Here’s the quick version of the instructions for those who are already comfortable with performing such installations. More <a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#detailed-instructions">detailed instructions</a> follow.</p>
<ol>
<li>Download and unzip the WordPress package if you haven’t already.</li>
<li>Create a database for WordPress on your web server, as well as a <a title="Glossary" href="https://help.codibu.com/blog/kb/glossary/#mysql">MySQL</a> (or MariaDB) user who has all privileges for accessing and modifying it.</li>
<li>(Optional) Find and rename <tt>wp-config-sample.php</tt> to <tt>wp-config.php</tt>, then edit the file (see <a title="Editing wp-config.php" href="https://help.codibu.com/blog/kb/editing-wp-config-php/">Editing wp-config.php</a>) and add your database information.<br />
<strong>Note</strong>: If you are not comfortable with renaming files, step 3 is optional and you can skip it as the install program will create the <tt>wp-config.php</tt> file for you.</li>
<li>Upload the WordPress files to the desired location on your web server:
<ul>
<li>If you want to integrate WordPress into the root of your domain (e.g. <tt>http://example.com/</tt>), move or upload all contents of the unzipped WordPress directory (excluding the WordPress directory itself) into the root directory of your web server.</li>
<li>If you want to have your WordPress installation in its own subdirectory on your website (e.g. <tt>http://example.com/blog/</tt>), create the <tt>blog</tt> directory on your server and upload the contents of the unzipped WordPress package to the directory via FTP.</li>
<li><i><b>Note:</b> If your FTP client has an option to convert file names to lower case, make sure it’s disabled.</i></li>
</ul>
</li>
<li>Run the WordPress installation script by accessing the URL in a web browser. This should be the URL where you uploaded the WordPress files.
<ul>
<li>If you installed WordPress in the root directory, you should visit: <tt>http://example.com/</tt></li>
<li>If you installed WordPress in its own subdirectory called <tt>blog</tt>, for example, you should visit: <tt>http://example.com/blog/</tt></li>
</ul>
</li>
</ol>
<p>That’s it! WordPress should now be installed.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#top">Top ↑</a></p>
<h2 id="detailed-instructions" class="toc-heading" tabindex="-1"><span id="Detailed_Instructions" class="mw-headline">Detailed Instructions</span> <a class="anchor" href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#detailed-instructions"><span aria-hidden="true">#</span></a></h2>
<h3 id="step-1-download-and-extract" class="toc-heading" tabindex="-1"><span id="Step_1:_Download_and_Extract" class="mw-headline">Step 1: Download and Extract</span> <a class="anchor" href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#step-1-download-and-extract"><span aria-hidden="true">#</span></a></h3>
<p>Download and unzip the WordPress package from <a class="external free" href="https://wordpress.org/download/">https://wordpress.org/download/</a>.</p>
<ul>
<li>If you will be uploading WordPress to a remote web server, download the WordPress package to your computer with a web browser and unzip the package.</li>
<li>If you will be using FTP, skip to the next step – uploading files is covered later.</li>
<li>If you have <a title="Glossary" href="https://help.codibu.com/blog/kb/glossary#shell">shell</a> access to your web server, and are comfortable using console-based tools, you may wish to download WordPress directly to your <a title="Glossary" href="https://help.codibu.com/blog/kb/glossary#web-server">web server</a> using <tt>wget</tt> (or <tt>lynx</tt> or another console-based web browser) if you want to avoid <a title="Glossary" href="https://help.codibu.com/blog/kb/glossary#ftp">FTPing</a>:
<ul>
<li><tt>wget https://wordpress.org/latest.tar.gz</tt></li>
<li>Then unzip the package using:<br />
<tt>tar -xzvf latest.tar.gz</tt></p>
<p>&nbsp;</p>
<p>The WordPress package will extract into a folder called <tt>wordpress</tt> in the same directory that you downloaded<tt>latest.tar.gz</tt>.</p>
</li>
</ul>
</li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#top">Top ↑</a></p>
<h3 id="step-2-create-the-database-and-a-user" class="toc-heading" tabindex="-1"><span id="Step_2:_Create_the_Database_and_a_User" class="mw-headline">Step 2: Create the Database and a User</span> <a class="anchor" href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#step-2-create-the-database-and-a-user"><span aria-hidden="true">#</span></a></h3>
<p>If you are using a <a title="Glossary" href="https://help.codibu.com/blog/kb/glossary/#hosting-provider">hosting provider</a>, you may already have a WordPress database set up for you, or there may be an automated setup solution to do so. Check your hosting provider’s support pages or your control panel for clues about whether or not you’ll need to create one manually.</p>
<p>If you determine that you’ll need to create one manually, follow the instructions for Using phpMyAdmin below to create your WordPress username and database. For other tools such as Plesk, cPanel and Using the MySQL Client, refer the article <a href="https://help.codibu.com/blog/kb/creating-database-for-wordpress">Creating Database for WordPress</a>.</p>
<p>If you have only one database and it is already in use, you can install WordPress in it – just make sure to have a distinctive prefix for your tables to avoid over-writing any existing database tables.</p>
<h4 id="using-phpmyadmin" class="toc-heading" tabindex="-1"><span id="Using_phpMyAdmin" class="mw-headline">Using phpMyAdmin</span> <a class="anchor" href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#using-phpmyadmin"><span aria-hidden="true">#</span></a></h4>
<p>If your web server has <a title="Glossary" href="https://help.codibu.com/blog/kb/glossary#phpmyadmin">phpMyAdmin</a> installed, you may follow these instructions to create your WordPress username and database. If you work on your own computer, on most Linux distributions you can install PhpMyAdmin automatically.</p>
<p><i><b>Note:</b> These instructions are written for phpMyAdmin 4.4; the phpMyAdmin user interface can vary slightly between versions.</i></p>
<ol>
<li>If a database relating to WordPress does not already exist in the <b>Database</b> dropdown on the left, create one:
<ol>
<li>Choose a name for your WordPress database: ‘<tt>wordpress</tt>‘ or ‘<tt>blog</tt>‘ are good, but most hosting services (especially shared hosting) will require a name beginning with your username and an underscore, so, even if you work on your own computer, we advise that you check your hosting service requirements so that you can follow them on your own server and be able to transfer your database without modification. Enter the chosen database name in the <b>Create database</b> field and choose the best collation for your language and encoding. In most cases it’s better to choose in the “utf8_” series and, if you don’t find your language, to choose “utf8mb4_general_ci” (Refer <a class="external autonumber" href="https://make.wordpress.org/core/2015/04/02/the-utf8mb4-upgrade/">this article</a>).</li>
</ol>
</li>
</ol>
<p><a href="https://help.codibu.com/wp-content/uploads/2020/11/phpMyAdmin_create_database_4.4.jpg"><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-12076" src="https://help.codibu.com/wp-content/uploads/2020/11/phpMyAdmin_create_database_4.4.jpg" alt="" width="688" height="411" /></a> </p>
<p>2. Click the <b>phpMyAdmin</b> icon in the upper left to return to the main page, then click the <b>Users</b> tab. If a user relating to WordPress does not already exist in the list of users, create one:</p>
<p><a href="https://help.codibu.com/wp-content/uploads/2020/11/users.jpg"><img decoding="async" class="aligncenter size-full wp-image-12287" src="https://help.codibu.com/wp-content/uploads/2020/11/users.jpg" alt="" width="800" height="521" /></a></p>
<div class="center">
<div class="thumb tnone">
<ol>
<li>Click <b>Add user</b>.</li>
<li>Choose a username for WordPress (‘<tt>wordpress</tt>‘ is good) and enter it in the <b>User name</b> field. (Be sure <b>Use text field:</b> is selected from the dropdown.)</li>
<li>Choose a secure password (ideally containing a combination of upper- and lower-case letters, numbers, and symbols), and enter it in the <b>Password</b> field. (Be sure <b>Use text field:</b> is selected from the dropdown.) Re-enter the password in the <b>Re-type</b>field.</li>
<li>Write down the username and password you chose.</li>
<li>Leave all options under <b>Global privileges</b> at their defaults.</li>
<li>Click <b>Go</b>.</li>
<li># Return to the <strong>Users</strong> screen and click the <strong>Edit privileges</strong> icon on the user you’ve just created for WordPress.</li>
<li># In the <strong>Database-specific privileges</strong> section, select the database you’ve just created for WordPress under the <strong>Add privileges to the following database</strong> dropdown, and click <strong>Go</strong>.</li>
<li># The page will refresh with privileges for that database. Click <strong>Check All</strong> to select all privileges, and click <strong>Go</strong>.</li>
<li># On the resulting page, make note of the host name listed after <strong>Server:</strong> at the top of the page. (This will usually be <strong>localhost</strong>.)</li>
</ol>
<p><a href="https://help.codibu.com/wp-content/uploads/2020/11/phpMyAdmin_server_info_4.4.jpg"><img decoding="async" class="aligncenter size-full wp-image-12079" src="https://help.codibu.com/wp-content/uploads/2020/11/phpMyAdmin_server_info_4.4.jpg" alt="" width="682" height="107" /></a></p>
<h3 id="step-3-set-up-wp-config-php" class="toc-heading" tabindex="-1"><span id="Step_3:_Set_up_wp-config.php" class="mw-headline">Step 3: Set up wp-config.php</span> <a class="anchor" href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#step-3-set-up-wp-config-php"><span aria-hidden="true">#</span></a></h3>
<p>You can either create and edit the <tt>wp-config.php</tt> file yourself, or you can skip this step and let WordPress try to do this itself when you run the installation script (step 5). (you’ll still need to tell WordPress your database information).</p>
<p>(For more extensive details, and step by step instructions for creating the configuration file and your secret key for password security, please see <a title="Editing wp-config.php" href="https://help.codibu.com/blog/kb/editing-wp-config-php/">Editing wp-config.php</a>.)</p>
<p>Return to where you extracted the WordPress package in Step 1, rename the file <tt>wp-config-sample.php</tt> to <tt>wp-config.php</tt>, and open it in a text editor.</p>
<p><a title="Editing wp-config.php" href="https://help.codibu.com/blog/kb/editing-wp-config-php/#configure-database-settings">Enter your database information</a> under the section labeled</p>
<pre> // ** MySQL settings - You can get this info from your web host ** //
</pre>
<dl>
<dt>DB_NAME </dt>
<dd>The name of the database you created for WordPress in Step 2.</dd>
<dt>DB_USER </dt>
<dd>The username you created for WordPress in Step 2.</dd>
<dt>DB_PASSWORD </dt>
<dd>The password you chose for the WordPress username in Step 2.</dd>
<dt>DB_HOST </dt>
<dd>The hostname you determined in Step 2 (usually <tt>localhost</tt>, but not always; see <a title="Editing wp-config.php" href="https://help.codibu.com/blog/kb/editing-wp-config-php/#set-database-host">some possible DB_HOST values</a>). If a port, socket, or pipe is necessary, append a colon (<tt>:</tt>) and then the relevant information to the hostname.</dd>
<dt>DB_CHARSET </dt>
<dd>The database character set, normally should not be changed (see <a title="Editing wp-config.php" href="https://help.codibu.com/blog/kb/editing-wp-config-php/">Editing wp-config.php</a>).</dd>
<dt>DB_COLLATE </dt>
<dd>The database collation should normally be left blank (see <a title="Editing wp-config.php" href="https://help.codibu.com/blog/kb/editing-wp-config-php/">Editing wp-config.php</a>).</dd>
</dl>
<p><a title="Editing wp-config.php" href="https://help.codibu.com/blog/kb/editing-wp-config-php/">Enter your secret key values</a> under the section labeled</p>
<pre>  * Authentication Unique Keys and Salts.
</pre>
<p>Save the <tt>wp-config.php</tt> file.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#top">Top ↑</a></p>
<h3 id="step-4-upload-the-files" class="toc-heading" tabindex="-1"><span id="Step_4:_Upload_the_files" class="mw-headline">Step 4: Upload the files</span> <a class="anchor" href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#step-4-upload-the-files"><span aria-hidden="true">#</span></a></h3>
<p>Now you will need to decide where on your domain you’d like your WordPress-powered site to appear:</p>
<ul>
<li>In the root directory of your website. (For example, <tt>http://example.com/</tt>)</li>
<li>In a subdirectory of your website. (For example, <tt>http://example.com/blog/</tt>)</li>
</ul>
<p><i><b>Note:</b> The location of your root web directory in the filesystem on your <a title="Glossary" href="https://help.codibu.com/blog/kb/glossary/#web-server">web server</a> will vary across hosting providers and operating systems. Check with your <a title="Glossary" href="https://help.codibu.com/blog/kb/glossary#hosting-provider">hosting provider</a> or system administrator if you do not know where this is.</i></p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#top">Top ↑</a></p>
<h4 id="in-the-root-directory" class="toc-heading" tabindex="-1"><span id="In_the_Root_Directory" class="mw-headline">In the Root Directory</span> <a class="anchor" href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#in-the-root-directory"><span aria-hidden="true">#</span></a></h4>
<ul>
<li>If you need to upload your files to your web server, use an <a title="Glossary" href="https://help.codibu.com/blog/kb/glossary#ftp">FTP</a> client to upload all the <i>contents</i> of the <tt>wordpress</tt> directory (but not the directory itself) into the root directory of your website.</li>
<li>If your files are already on your web server, and you are using <a title="Glossary" href="https://help.codibu.com/blog/kb/glossary#shell">shell</a> access to install WordPress, move all of the <i>contents</i> of the <tt>wordpress</tt> directory (but not the directory itself) into the root directory of your website.</li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#top">Top ↑</a></p>
<h4 id="in-a-subdirectory" class="toc-heading" tabindex="-1"><span id="In_a_Subdirectory" class="mw-headline">In a Subdirectory</span> <a class="anchor" href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#in-a-subdirectory"><span aria-hidden="true">#</span></a></h4>
<ul>
<li>If you need to upload your files to your web server, rename the <tt>wordpress</tt> directory to your desired name, then use an <a title="Glossary" href="https://help.codibu.com/blog/kb/glossary#ftp">FTP</a> client to upload the directory to your desired location within the root directory of your website.</li>
<li>If your files are already on your web server, and you are using <a title="Glossary" href="https://help.codibu.com/blog/kb/glossary#shell">shell</a> access to install WordPress, move the <tt>wordpress</tt> directory to your desired location within the root directory of your website, and rename the directory to your desired name.</li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#top">Top ↑</a></p>
<h3 id="step-5-run-the-install-script" class="toc-heading" tabindex="-1"><span id="Step_5:_Run_the_Install_Script" class="mw-headline">Step 5: Run the Install Script</span> <a class="anchor" href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#step-5-run-the-install-script"><span aria-hidden="true">#</span></a></h3>
<p>Point a web browser to start the installation script.</p>
<ul>
<li>If you placed the WordPress files in the root directory, you should visit: <tt>http://example.com/wp-admin/install.php</tt></li>
<li>If you placed the WordPress files in a subdirectory called <tt>blog</tt>, for example, you should visit: <tt>http://example.com/blog/wp-admin/install.php</tt></li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#top">Top ↑</a></p>
<h4 id="setup-configuration-file" class="toc-heading" tabindex="-1"><span id="Setup_configuration_file" class="mw-headline">Setup configuration file</span> <a class="anchor" href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#setup-configuration-file"><span aria-hidden="true">#</span></a></h4>
<p>If WordPress can’t find the <tt>wp-config.php</tt> file, it will tell you and offer to try to create and edit the file itself. (You can also do this directly by loading <tt>wp-admin/setup-config.php</tt> in your web browser.) WordPress will ask you the database details and write them to a new <tt>wp-config.php</tt> file. If this works, you can go ahead with the installation; otherwise, go back and <a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#step-3-set-up-wp-config-php">create, edit, and upload the <tt>wp-config.php</tt> file yourself (step 3)</a>.</p>
<p><a href="https://help.codibu.com/wp-content/uploads/2020/11/install-step3_v47.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-12003" src="https://help.codibu.com/wp-content/uploads/2020/11/install-step3_v47.png" alt="" width="784" height="563" /></a></p>
<h4 id="finishing-installation" class="toc-heading" tabindex="-1"><span id="Finishing_installation" class="mw-headline">Finishing installation</span> <a class="anchor" href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#finishing-installation"><span aria-hidden="true">#</span></a></h4>
<p>The following screenshots show how the installation progresses. Notice that in entering the details screen, you enter your site title, your desired user name, your choice of a password (twice), and your e-mail address. Also displayed is a check-box asking if you would like your blog to appear in search engines like Google and DuckDuckGo. Leave the box unchecked if you would like your blog to be visible to everyone, including search engines, and check the box if you want to block search engines, but allow normal visitors. Note all this information can be changed later in your <a class="mw-redirect" title="Administration Panels" href="https://help.codibu.com/blog/kb/administration-screens/">Administration Screen</a>.</p>
<p><a href="https://help.codibu.com/wp-content/uploads/2020/11/install-step5_v47.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-12004" src="https://help.codibu.com/wp-content/uploads/2020/11/install-step5_v47.png" alt="" width="795" height="835" /></a></p>
<p>If you successfully install the WordPress, login prompt will be displayed.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#top">Top ↑</a></p>
<h4 id="install-script-troubleshooting" class="toc-heading" tabindex="-1"><span id="Install_script_troubleshooting" class="mw-headline">Install script troubleshooting</span> <a class="anchor" href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#install-script-troubleshooting"><span aria-hidden="true">#</span></a></h4>
<ul>
<li>If you get an error about the database when you run the install script:
<ul>
<li>Go back to <a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#step-2-create-the-database-and-a-user">Step 2</a> and <a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#step-3-set-up-wp-config-php">Step 3</a>, and make sure you entered all the correct database information into <tt>wp-config.php</tt>.</li>
<li>Make sure you granted your WordPress user permission to access your WordPress database in <b>Step 3</b>.</li>
<li>Make sure the database server is running.</li>
</ul>
</li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#top">Top ↑</a></p>
<h2 id="common-installation-problems" class="toc-heading" tabindex="-1"><span id="Common_Installation_Problems" class="mw-headline">Common Installation Problems</span> <a class="anchor" href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#common-installation-problems"><span aria-hidden="true">#</span></a></h2>
<p>The following are some of the most common installation problems. For more information and troubleshooting for problems with your WordPress installation, check out <a title="FAQ Installation" href="https://help.codibu.com/blog/kb/faq-installation/">FAQ Installation</a> and <a title="FAQ Troubleshooting" href="https://help.codibu.com/blog/kb/faq-troubleshooting/">FAQ Troubleshooting</a>.</p>
<p><b>I see a directory listing rather than a web page.</b></p>
<p>The web server needs to be told to view <tt>index.php</tt> by default. In Apache, use the <tt>DirectoryIndex index.php</tt> directive. The simplest option is to create a file named <tt>.htaccess</tt> in the installed directory and place the directive there. Another option is to add the directive to the web server’s configuration files.</p>
<p><b>I see lots of <tt>Headers already sent</tt> errors. How do I fix this?</b></p>
<p>You probably introduced a syntax error in editing <tt>wp-config.php</tt>.</p>
<ol>
<li>Download <tt>wp-config.php</tt> (if you don’t have <a title="Glossary" href="https://help.codibu.com/blog/kb/glossary#shell">shell</a> access).</li>
<li>Open it in a <a title="Glossary" href="https://help.codibu.com/blog/kb/glossary#text-editor">text editor</a>.</li>
<li>Check that the first line contains nothing but <tt>&lt;?php</tt>, and that there is <b>no</b> text before it (not even whitespace).</li>
<li>Check that the last line contains nothing but <tt>?&gt;</tt>, and that there is <b>no</b> text after it (not even whitespace).</li>
<li>If your text editor saves as Unicode, make sure it adds <b>no byte order mark (BOM)</b>. Most Unicode-enabled text editors do not inform the user whether or not it adds a BOM to files; if so, try using a different text editor.</li>
<li>Save the file, upload it again if necessary, and reload the page in your browser.</li>
</ol>
<p><b>My page comes out gibberish. When I look at the source I see a lot of “<tt>&lt;?php ?&gt;</tt>” tags.</b></p>
<p>If the <tt>&lt;?php ?&gt;</tt> tags are being sent to the browser, it means your <a title="Glossary" href="https://help.codibu.com/blog/kb/glossary#php">PHP</a> is not working properly. All PHP code is supposed to be executed <i>before</i> the server sends the resulting <a title="Glossary" href="https://help.codibu.com/blog/kb/glossary#html">HTML</a> to your web browser. (That’s why it’s called a <i>pre</i>processor.) Make sure your web server meets the requirements to run WordPress, that PHP is installed and configured properly, or contact your hosting provider or system administrator for assistance.</p>
<p><b>I keep getting an <tt>Error connecting to database</tt> message but I’m sure my configuration is correct.</b></p>
<p>Try resetting your MySQL password manually. If you have access to MySQL via shell, try issuing:</p>
<pre>SET PASSWORD FOR '<var>wordpressusername</var>'@'<var>hostname</var>' = OLD_PASSWORD('<var>password</var>');
</pre>
<p>If you do not have shell access, you should be able to simply enter the above into an SQL query in phpMyAdmin. Failing that, you may need to use your host’s control panel to reset the password for your database user.</p>
<p><b>I keep getting an <tt>Your PHP installation appears to be missing the MySQL extension which is required by WordPress</tt> message but I’m sure my configuration is correct.</b></p>
<p>Check to make sure that your configuration of your web-server is correct and that the MySQL plugin is getting loaded correctly by your web-server program. Sometimes this issue requires everything in the path all the way from the web-server down to the MySQL installation to be checked and verified to be fully operational. Incorrect configuration files or settings are often the cause of this issue.</p>
<p><b>My image/MP3 uploads aren’t working.</b></p>
<p>If you use the Rich Text Editor on a blog that’s installed in a subdirectory, and drag a newly uploaded image into the editor field, the image may vanish a couple seconds later. This is due to a problem with TinyMCE (the rich text editor) not getting enough information during the drag operation to construct the path to the image or other file correctly. The solution is to NOT drag uploaded images into the editor. Instead, click and hold on the image and select <b>Send to Editor</b>.</p>
</div>
</div><p>The post <a href="https://help.codibu.com/blog/how-to-install-wordpress/">How to install WordPress</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://help.codibu.com/blog/how-to-install-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>FAQ Installation</title>
		<link>https://help.codibu.com/blog/faq-installation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=faq-installation</link>
					<comments>https://help.codibu.com/blog/faq-installation/#respond</comments>
		
		<dc:creator><![CDATA[JN C]]></dc:creator>
		<pubDate>Wed, 04 Nov 2020 06:34:14 +0000</pubDate>
				<guid isPermaLink="false">https://help.codibu.com/kb/faq-installation/</guid>

					<description><![CDATA[<p>Installation # How do I install WordPress? # Under most circumstances, installing WordPress is a very simple process and takes less than five minutes to complete. Many web<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://help.codibu.com/blog/faq-installation/">FAQ Installation</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></description>
										<content:encoded><![CDATA[<h2 id="installation" class="toc-heading">Installation <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#installation"><span aria-hidden="true">#</span></a></h2>
<h3 id="how-do-i-install-wordpress" class="toc-heading">How do I install WordPress? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#how-do-i-install-wordpress"><span aria-hidden="true">#</span></a></h3>
<p>Under most circumstances, installing WordPress is a very simple process and takes less than five minutes to complete. Many web hosts offer tools to automatically install WordPress for you. If you prefer a manual installation you can take a look at the <a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/">Installation Guide</a>.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="how-do-i-find-a-good-host-for-my-wordpress-website" class="toc-heading">How do I find a good host for my WordPress website? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#how-do-i-find-a-good-host-for-my-wordpress-website"><span aria-hidden="true">#</span></a></h3>
<p>Any host that supports the <a href="https://help.codibu.com/blog/kb/requirements/">requirements for WordPress</a> can be used for hosting your website. If you’re not sure if your host can run WordPress the best thing to do would be to contact them and ask if they meet the requirements for running WordPress. You can find a list with some good hosts here.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="how-do-i-install-using-cpanel-cpanel-x" class="toc-heading">How do I install using cPanel / cPanel X? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#how-do-i-install-using-cpanel-cpanel-x"><span aria-hidden="true">#</span></a></h3>
<p>If you want to perform a manual installation using cPanel you can follow the guide on using cPanel.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="how-do-i-configure-the-wp-config-php-file" class="toc-heading">How do I configure the wp-config.php file? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#how-do-i-configure-the-wp-config-php-file"><span aria-hidden="true">#</span></a></h3>
<p>The wp-config.php file is one of the most important files of your website. It’s located in the root of your WordPress installation and contains most of the website’s configuration details. Editing this file can be done in any plain-text editor. Usually this isn’t necessary unless you’re installing WordPress manually.<br />
See also:</p>
<ul>
<li><a href="https://help.codibu.com/blog/kb/editing-wp-config-php/">Editing wp-config.php</a></li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="what-are-the-requirements-for-installing-wordpress" class="toc-heading">What are the requirements for installing WordPress? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#what-are-the-requirements-for-installing-wordpress"><span aria-hidden="true">#</span></a></h3>
<p>The current requirements for running WordPress can be found on the <a href="https://help.codibu.com/blog/kb/requirements/">requirements page at WordPress.org</a>.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="how-do-i-get-wordpress-to-use-my-language" class="toc-heading">How do I get WordPress to use my language? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#how-do-i-get-wordpress-to-use-my-language"><span aria-hidden="true">#</span></a></h3>
<p>If you want to change the language that WordPress is using, you can select your preferred language in the <a href="https://help.codibu.com/blog/kb/administration-screens/">Administration Screen</a>. To do this you can go the <a href="https://help.codibu.com/blog/kb/administration-screens/#settings-configuration-settings">Settings</a> &gt; <a href="https://help.codibu.com/blog/kb/settings-general-screen/">General</a>, and choose your preferred language from Site Language dropdown menu.</p>
<h3 id="do-i-need-to-create-a-database" class="toc-heading">Do I need to create a database? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#do-i-need-to-create-a-database"><span aria-hidden="true">#</span></a></h3>
<p>Yes. WordPress requires access to a MySQL or MariaDB database to store information. So you’ll need a database.<br />
You should create a new database if:</p>
<ol>
<li>You have not already created one on the server</li>
<li>Your generous host offers you more than one database, and you wish to have a separate database for the website you are setting up.</li>
</ol>
<p>It is not essential to create a new database for each WordPress installation.</p>
<ul>
<li>If you are using the same database for multiple WordPress installations, take care to edit the <a href="https://help.codibu.com/blog/kb/editing-wp-config-php/">wp-</a><a href="https://help.codibu.com/blog/kb/editing-wp-config-php/">config.php</a> file ensuring that each installation has a unique database prefix.</li>
<li>If you are setting up a new database for a new website, edit <a href="https://help.codibu.com/blog/kb/editing-wp-config-php/">wp-</a><a href="https://help.codibu.com/blog/kb/editing-wp-config-php/">config.php</a>, and be sure to get the database name, and other details correct.</li>
</ul>
<p>See also:</p>
<ul>
<li><a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#detailed-instructions">Installation, Detailed Instructions</a></li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="why-is-my-website-showing-a-403-error" class="toc-heading">Why is my website showing a 403 Error? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#why-is-my-website-showing-a-403-error"><span aria-hidden="true">#</span></a></h3>
<p>If the following (or similar) message appears after uploading your website a couple of things can be happening:</p>
<blockquote class="wp-block-quote"><p>You are not authorized to view this page. You might not have permission to view this directory or page using the credentials you supplied. If you believe you should be able to view this directory or page, please try to contact the Web site by using any e-mail address or phone number that may be listed on the personal.fredsmith.com home page. You can click Search to look for information on the Internet. HTTP Error 403 – Forbidden</p></blockquote>
<p>If your account is hosted on a Apache based server the following things can be happening:</p>
<ul>
<li>server permissions aren’t allowing the request from being executed</li>
<li>your index.php isn’t configured to be an allowed directory index</li>
<li>the underlying filesystem isn’t allowing Apache access to the files requested</li>
</ul>
<p>If you have checked all these settings and everything seems to be set up correctly you’d best contact your hosting provider for support.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="can-i-rename-the-wordpress-folder" class="toc-heading">Can I rename the WordPress folder? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#can-i-rename-the-wordpress-folder"><span aria-hidden="true">#</span></a></h3>
<p>If you have <strong>not already installed</strong> WordPress, you can rename the folder with the WordPress files, before, or even after uploading the files.</p>
<p>If you have WordPress <strong>installed already</strong>, and you want to rename the folder, login to your website as an administrator and change the following settings in <a href="https://help.codibu.com/blog/kb/administration-screens/#settings-configuration-settings">Settings</a> &gt; <a href="https://help.codibu.com/blog/kb/settings-general-screen/">General</a>:</p>
<ul>
<li>WordPress Address (URL):</li>
<li>Site Address (URL):</li>
</ul>
<p>Once you have done this, you can rename the directory or folder with the WordPress files in it.</p>
<p>See also:</p>
<ul>
<li><a href="https://help.codibu.com/blog/kb/moving-wordpress/">Moving WordPress</a></li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="why-is-my-upload-directory-%e2%80%9ccapachehtdocswordpress%e2%80%9d" class="toc-heading">Why is my upload directory “C:apachehtdocswordpress”? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#why-is-my-upload-directory-%e2%80%9ccapachehtdocswordpress%e2%80%9d"><span aria-hidden="true">#</span></a></h3>
<p>When you specified the upload path, you used backslashes.</p>
<p>Use forward slashes “/” to specify the path to the directory.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="can-i-install-wordpress-on-windows-server" class="toc-heading">Can I install WordPress on Windows Server? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#can-i-install-wordpress-on-windows-server"><span aria-hidden="true">#</span></a></h3>
<p>Yes you can! As long as you have PHP installed you shouldn’t have any trouble getting started with WordPress. Both Apache and Microsoft IIS are capable of serving your WordPress website.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h2 id="advanced-installation" class="toc-heading">Advanced Installation <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#advanced-installation"><span aria-hidden="true">#</span></a></h2>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="how-do-i-install-wordpress-with-the-files-in-different-directories" class="toc-heading">How do I install WordPress with the files in different directories? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#how-do-i-install-wordpress-with-the-files-in-different-directories"><span aria-hidden="true">#</span></a></h3>
<p>This also answers the questions:</p>
<ul>
<li>How can I have my blog in one folder but my index at root?</li>
<li>How can I have people see my blog at www.example.com but keep all the files in <code>www.example.com/wordpress</code>?</li>
<li>How do I install WordPress in a different directory than where the index.php resides?</li>
</ul>
<p>See also:</p>
<ul>
<li>Giving WordPress Its Own Directory</li>
<li><a href="https://help.codibu.com/blog/kb/moving-wordpress/">Moving WordPress</a></li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="how-can-i-hide-my-blog-from-people" class="toc-heading">How can I hide my blog from people? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#how-can-i-hide-my-blog-from-people"><span aria-hidden="true">#</span></a></h3>
<p>Whether you are testing a new version of WordPress, setting up a new blog or have some other reason to limit access, the following information may help you keep unwanted visitors out.</p>
<p><strong>Apache</strong></p>
<p>There is no guaranteed way to do this. You can use the <strong>.htaccess</strong> file (which also contains your permalink code) to check for certain IP addresses and prevent them from viewing your site. This will only stop the IP address, not the person, so if they have access to an allowed IP address, they can get to your page. One tutorial for this is located at Clockwatchers.com</p>
<p>An <strong>.htaccess</strong> file can also be used to prevent others from “hot-linking” to your images (bandwidth theft) or to set up a password protected blog.</p>
<p><strong>Apache Basic Authentication</strong></p>
<p>To require a password to access your site using <strong>.htaccess</strong> and <strong>.htpasswd</strong>.</p>
<p>Tools that help you create the files necessary to password protect your site: Htpasswd generator, htaccess Tools and Clockwatchers.com .htaccess And .htpasswd Tools</p>
<p><em>Note:</em> When your site is accessed the password is encoded weakly using Base64 and can be easily intercepted and decoded.</p>
<p><strong>Search Engines: Spiders and Bots</strong></p>
<p>Search Engines will index your site and cache your content. If you do not want this to happen, you can go to the Settings &gt; Reading from Administration Screen, and Click Check the ‘Discourage search engines from indexing this site’ box to ask search engines not to index this site.<br />
Note: It is up to search engines to honor your request.<br />
You may use a file called <strong>robots.txt</strong>. More details can be found at Affilorama.com and elsewhere on the web.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="how-can-i-solve-login-problems" class="toc-heading">How can I solve login problems? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#how-can-i-solve-login-problems"><span aria-hidden="true">#</span></a></h3>
<p>See also:</p>
<ul>
<li><a href="https://help.codibu.com/blog/kb/login-trouble/">Login Trouble</a></li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="how-can-i-get-wordpress-working-when-im-behind-a-reverse-proxy" class="toc-heading">How can I get WordPress working when I’m behind a reverse proxy? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#how-can-i-get-wordpress-working-when-im-behind-a-reverse-proxy"><span aria-hidden="true">#</span></a></h3>
<p>In some setups, it’s necessary to use something other than the HTTP_HOST header to generate URLs. Reverse proxies take the original request and send it to one of a group of servers. To do so, it overwrites the HTTP_HOST with the internal server’s domain. When that domain is not publicly accessible, at best your images might not load correctly, at worst, you’ll be stuck in a redirect loop. To fix this, figure out which header has the right domain name and add a line to your wp-config.php file that overwrites HTTP_HOST with the correct hostname.</p>
<p>If you need to use SERVER_NAME, add this line to wp-config.php:</p>
<div>
<div id="highlighter_337939" class="syntaxhighlighter  php">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="gutter">
<div class="line number1 index0 alt2">1</div>
</td>
<td class="code">
<div class="container">
<div class="line number1 index0 alt2"><code class="php variable">$_SERVER</code><code class="php plain">[</code><code class="php string">'HTTP_HOST'</code><code class="php plain">] = </code><code class="php variable">$_SERVER</code><code class="php plain">[</code><code class="php string">'SERVER_NAME'</code><code class="php plain">];</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>If you need to use HTTP_X_FORWARDED_HOST, add this line to wp-config.php:</p>
<div>
<div id="highlighter_881102" class="syntaxhighlighter  php">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="gutter">
<div class="line number1 index0 alt2">1</div>
</td>
<td class="code">
<div class="container">
<div class="line number1 index0 alt2"><code class="php variable">$_SERVER</code><code class="php plain">[</code><code class="php string">'HTTP_HOST'</code><code class="php plain">] = </code><code class="php variable">$_SERVER</code><code class="php plain">[</code><code class="php string">'HTTP_X_FORWARDED_HOST'</code><code class="php plain">];</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h2 id="ftp" class="toc-heading">FTP <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#ftp"><span aria-hidden="true">#</span></a></h2>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="how-do-i-ftp" class="toc-heading">How do I FTP? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#how-do-i-ftp"><span aria-hidden="true">#</span></a></h3>
<p>See also:</p>
<ul>
<li><a href="https://help.codibu.com/blog/kb/using-filezilla/">Using FileZilla</a> and <a href="https://help.codibu.com/blog/kb/ftp-clients/">FTP Clients</a></li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="how-do-i-use-filezilla" class="toc-heading">How do I use FileZilla? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#how-do-i-use-filezilla"><span aria-hidden="true">#</span></a></h3>
<p>See also:</p>
<ul>
<li><a href="https://help.codibu.com/blog/kb/using-filezilla/">Using FileZilla</a></li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="how-do-i-upload-the-files-and-folders" class="toc-heading">How do I upload the files and folders? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#how-do-i-upload-the-files-and-folders"><span aria-hidden="true">#</span></a></h3>
<p>See also:</p>
<ul>
<li><a href="https://help.codibu.com/blog/kb/using-filezilla/">Using FileZilla</a></li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="how-do-i-chmod-files" class="toc-heading">How do I CHMOD files? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#how-do-i-chmod-files"><span aria-hidden="true">#</span></a></h3>
<p>See also:</p>
<ul>
<li><a href="https://help.codibu.com/blog/kb/changing-file-permissions/">Changing File Permissions</a></li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h2 id="mysql-or-mariadb" class="toc-heading">MySQL or MariaDB <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#mysql-or-mariadb"><span aria-hidden="true">#</span></a></h2>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="do-i-really-need-mysqlmariadb" class="toc-heading">Do I really need MySQL/MariaDB? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#do-i-really-need-mysqlmariadb"><span aria-hidden="true">#</span></a></h3>
<p>Yes. You certainly need the <a href="https://help.codibu.com/blog/kb/glossary/#mysql">MySQL</a> or <a href="https://help.codibu.com/blog/kb/glossary/#mariadb">MariaDB</a> database servers to power your WordPress blog. In fact, WordPress only supports the <a href="https://help.codibu.com/blog/kb/glossary/#mysql">MySQL</a> and <a href="https://help.codibu.com/blog/kb/glossary/#mariadb">MariaDB</a> database servers.<br />
See also:</p>
<ul>
<li><a href="https://wordpress.org/about/requirements/">Requirements for WordPress</a></li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="can-i-use-a-database-other-than-mysqlmariadb" class="toc-heading">Can I use a database other than MySQL/MariaDB? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#can-i-use-a-database-other-than-mysqlmariadb"><span aria-hidden="true">#</span></a></h3>
<p>No. Other databases are not supported at the moment.</p>
<p>There are several other excellent database storage engines, such as PostgreSQL and SQLite that WordPress is interested in supporting in the future. Supporting multiple databases is trickier than it sounds and is not under active development, although there are plenty of architectural discussions about the best approach to take. Approaches for increasing the number of supported databases are discussed at <a href="https://codex.wordpress.org/Using%20Alternative%20Databases">Using Alternative Databases</a>.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="why-does-wordpress-use-mysqlmariadb" class="toc-heading">Why does WordPress use MySQL/MariaDB? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#why-does-wordpress-use-mysqlmariadb"><span aria-hidden="true">#</span></a></h3>
<p><a href="https://help.codibu.com/blog/kb/glossary/#mysql">MySQL</a> and <a href="https://help.codibu.com/blog/kb/glossary/#mariadb">MariaDB</a> are extremely fast. It is also the most widely available database server in the world. Open-source and free, <a href="https://help.codibu.com/blog/kb/glossary/#mysql">MySQL</a> and <a href="https://help.codibu.com/blog/kb/glossary/#mariadb">MariaDB</a> are supported by thousands of low-cost <a href="https://help.codibu.com/blog/kb/glossary/#linux">Linux</a> (and Windows!) hosts, which means a very low barrier to entry for anyone wanting to start a WordPress (or database-driven) website. MySQL’s documentation is useful, cogent and thorough. (Note: it may be intimidating if you are new to all this.) Add to all that the fact that users are able to directly manipulate <a href="https://help.codibu.com/blog/kb/glossary/#mysql">MySQL</a> and <a href="https://help.codibu.com/blog/kb/glossary/#mariadb">MariaDB</a> with <a href="https://help.codibu.com/blog/kb/phpmyadmin/">phpMyAdmin</a>, developed expressly for that purpose, and it is obvious that <a href="https://help.codibu.com/blog/kb/glossary/#mysql">MySQL</a> and <a href="https://help.codibu.com/blog/kb/glossary/#mariadb">MariaDB</a> are the best choice.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h2 id="php" class="toc-heading">PHP <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#php"><span aria-hidden="true">#</span></a></h2>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="what-is-phpmyadmin" class="toc-heading">What is phpMyAdmin? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#what-is-phpmyadmin"><span aria-hidden="true">#</span></a></h3>
<h3 class="toc-heading">ministration of MySQL/MariaDB over the Web.</h3>
<p>See also:</p>
<ul>
<li><a href="https://help.codibu.com/blog/kb/phpmyadmin/">phpMyAdmin</a></li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="do-i-need-to-know-php-to-use-wordpress" class="toc-heading">Do I need to know PHP to use WordPress ? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#do-i-need-to-know-php-to-use-wordpress"><span aria-hidden="true">#</span></a></h3>
<p>No. The only time you would modify your WordPress blog with <a href="https://help.codibu.com/blog/kb/glossary/#php">PHP</a> would be when integrating some of the <a href="https://help.codibu.com/blog/kb/plugins/">plugins</a>. In most cases clear instructions are given within a text file that accompanies the <a href="https://help.codibu.com/blog/kb/plugins/">plugin</a>. Other than that, you will not be changing any of the PHP files.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="will-wordpress-run-in-php-safe-mode" class="toc-heading">Will WordPress run in PHP Safe Mode? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#will-wordpress-run-in-php-safe-mode"><span aria-hidden="true">#</span></a></h3>
<p>Most definitely! There are no known issues with any version of WordPress when <a href="https://help.codibu.com/blog/kb/glossary/#php">PHP</a> is running in Safe Mode.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation">Top ↑</a></p>
<h3 id="do-i-really-need-php" class="toc-heading">Do I really need PHP? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#do-i-really-need-php"><span aria-hidden="true">#</span></a></h3>
<p>Yes. You certainly need <a href="https://help.codibu.com/blog/kb/glossary/#php">PHP</a> to power your WordPress blog. <a href="https://help.codibu.com/blog/kb/glossary/#php">PHP</a> is the scripting language that drives all of WordPress, and without <a href="https://help.codibu.com/blog/kb/glossary/#php">PHP</a>, your server will not be able to interpret the pages that create your weblog. For supported PHP version, refer <a href="https://wordpress.org/about/requirements/">Requirements for WordPress</a>.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="how-do-i-find-out-which-version-of-php-i-have" class="toc-heading">How do I find out which version of PHP I have? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#how-do-i-find-out-which-version-of-php-i-have"><span aria-hidden="true">#</span></a></h3>
<p>To get information about your server, you can use the <a href="http://php.net/phpinfo"><em>phpinfo()</em></a> function. This will also give you information about your <a href="https://help.codibu.com/blog/kb/glossary/#apache">Apache</a> and <a href="https://help.codibu.com/blog/kb/glossary/#php">PHP</a> version and <a href="https://help.codibu.com/blog/kb/glossary/#mod_rewrite">mod_rewrite</a>.</p>
<p>See also:</p>
<ul>
<li>Finding Server Info</li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h2 id="importing" class="toc-heading">Importing <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#importing"><span aria-hidden="true">#</span></a></h2>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/faq-installation/#top">Top ↑</a></p>
<h3 id="how-can-i-import-posts-from-my-current-weblog-which-uses-a-different-blogging-tool-such-as-b2-movable-type-mt-blogger-etc" class="toc-heading">How can I import posts from my current weblog which uses a different blogging tool such as b2, Movable Type MT, Blogger, etc.? <a class="anchor" href="https://help.codibu.com/blog/kb/faq-installation/#how-can-i-import-posts-from-my-current-weblog-which-uses-a-different-blogging-tool-such-as-b2-movable-type-mt-blogger-etc"><span aria-hidden="true">#</span></a></h3>
<p>See also:</p>
<ul>
<li>Importing Content</li>
</ul><p>The post <a href="https://help.codibu.com/blog/faq-installation/">FAQ Installation</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://help.codibu.com/blog/faq-installation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Installing Multiple WordPress Instances</title>
		<link>https://help.codibu.com/blog/installing-multiple-wordpress-instances/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-multiple-wordpress-instances</link>
					<comments>https://help.codibu.com/blog/installing-multiple-wordpress-instances/#respond</comments>
		
		<dc:creator><![CDATA[JN C]]></dc:creator>
		<pubDate>Wed, 04 Nov 2020 06:22:17 +0000</pubDate>
				<guid isPermaLink="false">https://help.codibu.com/kb/installing-multiple-wordpress-instances/</guid>

					<description><![CDATA[<p>If you need multiple WordPress instances, there are three types of installations based on system architecture, or a combination of WordPress instances and databases: The WordPress<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://help.codibu.com/blog/installing-multiple-wordpress-instances/">Installing Multiple WordPress Instances</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>If you need multiple WordPress instances, there are three types of installations based on system architecture, or a combination of WordPress instances and databases:</p>
<ol>
<li>The WordPress multisite feature, which is a single WordPress instance with a single database</li>
<li>Multiple WordPress instances with a single database</li>
<li>Multiple WordPress instances with multiple databases</li>
</ol>
<p><a href="https://help.codibu.com/wp-content/uploads/2020/11/installing_multiple_wordpresses.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-12001" src="https://help.codibu.com/wp-content/uploads/2020/11/installing_multiple_wordpresses.jpg" alt="" width="1337" height="613" /></a></p>
<p>Let’s first look at the third type, multiple WordPress instances with multiple databases, because it has the same installation process as the single WordPress site except there are multiple sites.</p>
<h2 id="multiple-wordpress-instances-with-multiple-databases" class="toc-heading" tabindex="-1">Multiple WordPress Instances with Multiple Databases <a class="anchor" href="https://help.codibu.com/blog/kb/installing-multiple-wordpress-instances/#multiple-wordpress-instances-with-multiple-databases"><span aria-hidden="true">#</span></a></h2>
<p>You’ll need a separate <a href="https://help.codibu.com/blog/kb/glossary/#mysql">MySQL database</a> for each blog you plan to install. If you have not yet created these, <a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/#step-2-create-the-database-and-a-user">basic instructions are found here</a>.</p>
<p>The <a href="https://help.codibu.com/blog/kb/editing-wp-config-php/">wp-config.php</a> file will vary for each installation. The lines to change are the following:</p>
<pre class="wp-block-preformatted">define('DB_NAME', 'wordpress');    // The name of the database
define('DB_USER', 'username');     // Your MySQL username
define('DB_PASSWORD', 'password'); // ... and password</pre>
<p><code>DB_NAME</code> is the name of the individual database created for that blog. If you are using different user logins for each database, edit <code>DB_USER</code> and <code>DB_PASSWORD</code> to reflect this as well.</p>
<p>Upload each <a href="https://help.codibu.com/blog/kb/editing-wp-config-php/">wp-config.php</a> file to its specific root/installation directory, and run the installation. See <a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/">Installing WordPress</a> for more information.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/installing-multiple-wordpress-instances/#top">Top ↑</a></p>
<h2 id="the-multisite-feature" class="toc-heading" tabindex="-1">The Multisite Feature <a class="anchor" href="https://help.codibu.com/blog/kb/installing-multiple-wordpress-instances/#the-multisite-feature"><span aria-hidden="true">#</span></a></h2>
<p>If you want multiple sites to use WordPress, you can use the multisite feature to create what is referred to as a <em>network </em>of sites. The multisite feature involves installing a single WordPress instance and a single database.</p>
<p>The multisite feature appears to be simpler than other types of multiple WordPress installations, but there are some considerations and restrictions. Refer to the following documents for more detailed information:</p>
<ul>
<li>Before You Create A Network</li>
<li>Create A Network</li>
<li>Multisite Network Administration</li>
</ul>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/installing-multiple-wordpress-instances/#top">Top ↑</a></p>
<h2 id="multiple-wordpress-instances-with-a-single-database" class="toc-heading" tabindex="-1">Multiple WordPress Instances with a Single Database <a class="anchor" href="https://help.codibu.com/blog/kb/installing-multiple-wordpress-instances/#multiple-wordpress-instances-with-a-single-database"><span aria-hidden="true">#</span></a></h2>
<p>As with the multiple-database solution described above, the <a href="https://help.codibu.com/blog/kb/editing-wp-config-php/">wp-config.php</a> file will vary for each installation. In this case, however, only a single line is unique to each blog:</p>
<pre class="wp-block-preformatted">$table_prefix = 'wp_'; // example: 'wp_' or 'b2' or 'mylogin_' </pre>
<p>By default, WordPress assigns the table prefix <code>wp_</code> to its <a href="https://help.codibu.com/blog/kb/glossary/#mysql">MySQL database</a> tables, but this prefix can be anything you choose. This allows you to create unique identifiers for each blog in your database. For example, let’s say you have three blogs to set up, with the names <em>Main</em>, <em>Projects</em>, and <em>Test</em>. You should substitute the prefix <code>wp_</code> in each blog’s<br />
<a href="https://help.codibu.com/blog/kb/editing-wp-config-php/">wp-config.php</a>:</p>
<p><strong>Main blog:</strong></p>
<pre class="wp-block-preformatted">$table_prefix = 'main_'; </pre>
<p><strong>Projects blog:</strong></p>
<pre class="wp-block-preformatted">$table_prefix = 'projects_'; </pre>
<p><strong>Test blog:</strong></p>
<pre class="wp-block-preformatted">$table_prefix = 'test_'; </pre>
<p>As noted, you may use a prefix of your own making. Those provided here are for example only.</p>
<p>Upload each <a href="https://help.codibu.com/blog/kb/editing-wp-config-php/">wp-config.php</a> file to its specific root/installation directory, and run the installation. See <a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/">Installing WordPress</a> for more information.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/installing-multiple-wordpress-instances/#top">Top ↑</a></p>
<h2 id="multiple-databases-same-users" class="toc-heading" tabindex="-1">Multiple Databases, Same Users <a class="anchor" href="https://help.codibu.com/blog/kb/installing-multiple-wordpress-instances/#multiple-databases-same-users"><span aria-hidden="true">#</span></a></h2>
<p>You can use the same userbase for all your blogs on the same domain by defining the <code>CUSTOM_USER_TABLE</code> and optionally the <code>CUSTOM_USER_META_TABLE</code> constants to point to the same <code>wp_your_blog_users</code> and <code>wp_your_blog_usermeta</code> tables.<br />
See <a href="https://help.codibu.com/blog/kb/editing-wp-config-php/#custom-user-and-usermeta-tables">Editing wp-config.php/Custom User and Usermeta Tables</a>.</p><p>The post <a href="https://help.codibu.com/blog/installing-multiple-wordpress-instances/">Installing Multiple WordPress Instances</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://help.codibu.com/blog/installing-multiple-wordpress-instances/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Before You Install</title>
		<link>https://help.codibu.com/blog/before-you-install/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=before-you-install</link>
					<comments>https://help.codibu.com/blog/before-you-install/#respond</comments>
		
		<dc:creator><![CDATA[JN C]]></dc:creator>
		<pubDate>Tue, 03 Nov 2020 10:41:19 +0000</pubDate>
				<guid isPermaLink="false">https://help.codibu.com/kb/before-you-install/</guid>

					<description><![CDATA[<p>Before installing WordPress, you need to check that your web hosting provider fulfills the necessary software and conditions. Also, you must have access method to the<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://help.codibu.com/blog/before-you-install/">Before You Install</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></description>
										<content:encoded><![CDATA[<header class="entry-header"></header>
<div class="entry-content">
<section>
<div class="container">
<div class="table-of-contents">
<p>Before installing WordPress, you need to check that your web hosting provider fulfills the necessary software and conditions. Also, you must have access method to the server and some tools.</p>
</div>
<h2 id="requirements-on-the-server-side" class="toc-heading" tabindex="-1">Requirements on the server side <a class="anchor" href="https://help.codibu.com/blog/kb/before-you-install/#requirements-on-the-server-side"><span aria-hidden="true">#</span></a></h2>
<ul>
<li>PHP 7.3 or greater</li>
<li>MySQL 5.6 or MariaDB 10.1 or greater</li>
</ul>
<p>For a list of detail requirements on your web host, refer the <a href="https://help.codibu.com/blog/kb/requirements/">official requirement page</a>.</p>
<p class="toc-jump"><a href="https://help.codibu.com/blog/kb/before-you-install/#top">Top ↑</a></p>
<h2 id="requirements-on-local" class="toc-heading" tabindex="-1">Requirements on local <a class="anchor" href="https://help.codibu.com/blog/kb/before-you-install/#requirements-on-local"><span aria-hidden="true">#</span></a></h2>
<ul>
<li>Login Account (user id and password) to the server via FTP or shell</li>
<li>Text Editor</li>
<li>FTP</li>
<li>Your web browser of choice</li>
</ul>
<p>You will need to know how to use a text editor to edit the main configuration file. If you are a Windows user, Notepad will do. If you’re an OS X user you can use TextEdit. Later, you will likely want to edit your Template Files (see Templates for some references). You can do this through the WordPress <a href="https://help.codibu.com/blog/kb/administration-screens/">Administration Screens</a>, but using a good text editor is highly recommended. For more information on this, see <a href="https://help.codibu.com/blog/kb/editing-files">Editing Files</a>.</p>
<p>You will need to be able to use an FTP program to <a href="https://help.codibu.com/blog/kb/using-filezilla/">upload</a> files and <a href="https://help.codibu.com/blog/kb/changing-file-permissions/">set file permissions</a> (optional). You could choose <a href="https://help.codibu.com/blog/kb/using-filezilla/">FileZilla</a> for this task.</p>
<p>Now you are all set to go on to <a href="https://help.codibu.com/blog/kb/how-to-install-wordpress/">Installation</a>.</p>
</div>
</section>
</div><p>The post <a href="https://help.codibu.com/blog/before-you-install/">Before You Install</a> first appeared on <a href="https://help.codibu.com">CODIBU</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://help.codibu.com/blog/before-you-install/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
