<?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>Knowledge Base - Network EGYPT cpanel Knowledge Base cpanel Knowledge Base With the cPanel Web Hosting Packages you will got the best performance and stability for your website now And with the No.1 control panel</title>
	<atom:link href="https://www.networkegypt.com/category/knowledge-base/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.networkegypt.com/category/knowledge-base/</link>
	<description>Web Hosting , Cloud Servers , Dedicated Servers &#38; Domain Registration</description>
	<lastBuildDate>Sun, 05 Feb 2023 13:39:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Install and Configure CloudLinux on cPanel</title>
		<link>https://www.networkegypt.com/how-to-install-and-configure-cloudlinux-on-cpanel/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 22 Jan 2018 09:59:10 +0000</pubDate>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[cPanel]]></category>
		<guid isPermaLink="false">https://www.networkegypt.com/?p=3320</guid>

					<description><![CDATA[<p>The post <a href="https://www.networkegypt.com/how-to-install-and-configure-cloudlinux-on-cpanel/">How to Install and Configure CloudLinux on cPanel</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="king-197243" class="wpb_row   "><div class="container ">
	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-12 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>How to Install and Configure CloudLinux on cPanel</p>
<h1>How to Install and Configure CloudLinux on cPanel</h1>
<div class="level1">
<h2>The following guide will walk you through how to install CloudLinux and configure things like the <strong>PHP </strong>Selector, MySQL Governor, CageFS, and the LVE Manager, and others.</h2>
</div>
<h2 id="installing-cloudlinux" class="sectionedit2">Installing CloudLinux</h2>
<div class="level2">
<p>Before you can install CloudLinux, you must have either a key, or an IP based license. When you purchased your license through NDC Host, you are issued an IP based license.</p>
<p>Log in to your server through <strong><strong>SSH</strong></strong></p>
<h3>Use the following sections to start installing CloudLinux:</h3>
<h3 id="for-ip-based-license" class="sectionedit3">For IP based license</h3>
<div class="level3">
<pre class="code">wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy
sh cldeploy -i</pre>
<p>Once this is complete, reboot the server to start on the new CloudLinux Kernel.</p>
</div>
<h3 id="for-key-based-license" class="sectionedit4">For Key based license</h3>
<div class="level3">
<pre class="code">wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy
sh cldeploy -k &lt;insert key here&gt;</pre>
<p>Once this is complete, reboot the server to start on the new CloudLinux Kernel.</p>
</div>
<h2 id="installing-the-lve-manager-and-cagefs" class="sectionedit5">Installing the LVE Manager and CageFS</h2>
<div class="level2">
<p>Once CloudLinux has been installed, you will need to install the LVE and CageFS to be able to use the rest of the features.</p>
<p>Run the following commands:</p>
<pre class="code">yum -y install lvemanager cagefs
cagefsctl --init
cagefsctl --enable-all</pre>
</div>
<h3 id="setting-up-lvemanager-in-whm" class="sectionedit6">Setting up LVEmanager in WHM</h3>
<div class="level3">
<p>Once that has been installed, a new option in WHM will be under <strong>Plugins</strong>. <strong>Cloudlinux LVE Manager</strong> will allow you to see packages and usage settings. You can change available resources by WHM package type.</p>
</div>
<h2 id="installing-mysql-governor" class="sectionedit7">Installing MySQL Governor</h2>
<div class="level2">
<p>If you are using MySQL, run the following:</p>
<pre class="code">yum remove db-governor db-governor-mysql
yum install governor-mysql 
/usr/share/lve/dbgovernor/mysqlgovernor.py --install</pre>
<p>If you are using MariaDB:</p>
<div class="level2">
<h3 class="notewarning" style="text-align: center;">make sure to specify your MariaDB version instead of XX as follows:</h3>
<pre class="code">MariaDB v5.5 55
MariaDB v10.0 100
MariaDB v10.1 101</pre>
<pre class="code">yum install governor-mysql 
/usr/share/lve/dbgovernor/db-select-mysql --mysql-version=mariadbXX
/usr/share/lve/dbgovernor/mysqlgovernor.py --install</pre>
</div>
<h3 id="configuring-mysql-governor" class="sectionedit8">Configuring MySQL Governor</h3>
<div class="level3">
<p>To configure and use the MySQL governor, you will need to use the <strong>dbctl</strong> command in the command line. This feature does not have a cPanel or WHM interface.</p>
</div>
<h2 id="installing-php-selector" class="sectionedit9">Installing PHP Selector</h2>
<div class="level2">
<h3 class="noteclassic" style="text-align: center;">You must have the CageFS and LVE Manager already set up before you can use this.</h3>
<p>Run the following from the command line:</p>
<pre class="code">yum groupinstall alt-php
yum update cagefs lvemanager</pre>
</div>
<h3 id="configuring-the-php-selector" class="sectionedit10">Configuring the PHP Selector</h3>
<div class="level3">
<p>Once the <strong>PHP</strong> selector has been installed, you can configure the base options for each version of <strong>PHP</strong> inside of WHM under the CloudLinux LVE Manager. To change versions per cPanel account, log in to cPanel and make the changes under the <strong>Select <strong>PHP</strong> Version</strong> button under <strong>Software</strong>.</p>
</div>
<h2 id="installing-python-and-ruby-selector" class="sectionedit11">Installing Python and Ruby Selector</h2>
<div class="level2">
<p>Very similar to the <strong>PHP</strong> Selector, you can also install the Python and Ruby selectors to be able to change your versions on the fly as well as create directories for projects inside of cPanel.</p>
<p>Run the following commands in <strong>SSH</strong> to install the Python and Ruby selectors:</p>
<pre class="code">yum install lvemanager alt-python-virtualenv alt-mod-passenger
yum groupinstall alt-python
yum groupinstall alt-ruby 
yum install alt-python27-devel</pre>
</div>
<h3 id="configuring-the-python-and-ruby-selector" class="sectionedit12">Configuring the Python and Ruby Selector</h3>
<div class="level3">
<p>Once the selectors have been installed, you can access them inside of cPanel under <strong>Software</strong></p>
</div>
<h2 id="installing-apache-mod_lsapi" class="sectionedit13">Installing Apache mod_lsapi</h2>
<div class="level2">
<p>Apache mod_lsapi is based on the Litespeed apache replacement. It can improve performance for many web sites.</p>
<h3 class="notewarning" style="text-align: center;">Make sure that your server meets the requirements before attempting to use this</h3>
</div>
<h3 id="requirements" class="sectionedit14">Requirements</h3>
<div class="level3">
<p>CageFS (installed and initialized) Alt-<strong>PHP</strong> Apache with SuExecuUserGroup directive for each user&#8217;s VirtualHost mod_ruid2 disabled apache itk disabled</p>
</div>
<h3 id="installing-apache-mod_lsapi1" class="sectionedit15">Installing Apache mod_lsapi</h3>
<div class="level3">
<p>Log into <strong><strong>SSH</strong></strong> and run the following commands:</p>
<pre class="code">yum install liblsapi liblsapi-devel --enablerepo=cloudlinux-updates-testing
yum install cpanel-mod-lsapi --enablerepo=cloudlinux-updates-testing
/usr/bin/switch_mod_lsapi --setup
/usr/bin/switch_mod_lsapi --enable-global
service httpd restart</pre>
<p>mod_lsapi does not require any additional configuration and is ready to start using immediately after installing.</p>
</div>
<h2 id="installing-optimumcache" class="sectionedit16">Installing OptimumCache</h2>
<div class="level2">
<p>OptimumCache is a file cache system specifically designed to help speed up shared hosting. This means that common <strong>CMS</strong> platforms like WordPress and Joomla will see a lot of benefit with this installed.</p>
<p>To install this run the following in <strong>SSH</strong>:</p>
<pre class="code">yum install optimumcache</pre>
</div>
<h3 id="configuring-optimumcache" class="sectionedit17">Configuring OptimumCache</h3>
<div class="level3">
<p>OptimumCache is very easy to configure for a basic cPanel setup. If you have your <strong>home</strong> directory somewhere else, be sure to modify the command to point OptimumCache to the right place.</p>
<p>Run the following command to configure OptimumCache:</p>
<pre class="code">occtl --recursive --mark-dir /home</pre>
</div>
</div>
</div>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="text-align: center;"><a href="https://www.networkegypt.com/how-to-install-and-configure-cloudlinux-on-cpanel/"><img fetchpriority="high" decoding="async" class="alignnone wp-image-1379 size-medium" style="display: none;" title="How to Install and Configure CloudLinux on cPanel" src="https://www.networkegypt.com/wp-content/uploads/2015/08/03-300x200.png" alt="How to Install and Configure CloudLinux on cPanel" width="300" height="200" srcset="https://www.networkegypt.com/wp-content/uploads/2015/08/03-300x200.png 300w, https://www.networkegypt.com/wp-content/uploads/2015/08/03.png 431w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>

		</div>
	</div>

		</div> 
	</div> 
<div class="clear"></div></div></div>
<p>The post <a href="https://www.networkegypt.com/how-to-install-and-configure-cloudlinux-on-cpanel/">How to Install and Configure CloudLinux on cPanel</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How Reset Your Service Password</title>
		<link>https://www.networkegypt.com/reset-your-service-password/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 27 Nov 2017 15:11:06 +0000</pubDate>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[cPanel]]></category>
		<guid isPermaLink="false">https://www.networkegypt.com/?p=3089</guid>

					<description><![CDATA[<p>The post <a href="https://www.networkegypt.com/reset-your-service-password/">How Reset Your Service Password</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="king-253566" class="wpb_row   "><div class="container ">
	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="display: none;">Reset Your Service Password</p>
<h1>To reset your service password :</h1>
<h2>1. Login to your account at the client area at the link http://clients.ne.com.eg/clientarea.php</h2>
<h2>2. Go to the ( Service ) and click on (My Service) menu to got a list of your service .</h2>
<h2>3. choose the service name you need to manage and click on (View Details) to start manage it .</h2>
<h2>4. in the product page , you will find a part of ( Change Password ) which will allow you to change the password for your account .</h2>
<h2>5. Enter Your New Password and Confirm New Password .</h2>
<h2>6. Click on Save Changes Button .</h2>

		</div>
	</div>

		</div> 
	</div> 

	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<div style="margin-right: 0; float: right; margin: 0 0 0 2%; min-height: 1px; position: relative; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: block;">
<div style="-webkit-transform: rotate(1.2deg); background: #0768b2; transform: rotate(1.2deg); -moz-transform: rotate(1.2deg); -ms-transform: rotate(1.2deg); -o-transform: rotate(1.2deg); -webkit-box-sizing: border-box; -webkit-transition: all 300ms linear 0s; padding: 5px; float: left; position: relative; width: 100%; z-index: 1;">
<div style="-webkit-transform: rotate(-1.2deg); transform: rotate(-1.2deg); -moz-transform: rotate(-1.2deg); -ms-transform: rotate(-1.2deg); -o-transform: rotate(-1.2deg); background-color: #fff; padding: 0px 33px 20px 40px; position: relative; text-align: left; width: auto;">
<div style="position: absolute; left: 5px; top: 20px; text-align: center; width: 65px; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: BLOCK;"></div>
<p>&nbsp;</p>
<h3 style="font-weight: 500; font-size: 20px; margin: -17px -11px -20px; text-transform: capitalize; line-height: normal; /* -webkit-margin-before: 1em; *//* -webkit-margin-after: 1em; *//* -webkit-margin-start: 0px; *//* -webkit-margin-end: 0px; */color: #00ab36; text-align: left;">cPanel Hosting Packages</h3>
<p>&nbsp;</p>
<ul>
<li><a href="https://networkegypt.com/cpanel-storage-hosting/">cPanel Storage Hosting</a></li>
<li><a href="https://networkegypt.com/cpanel-business-hosting/">cPanel Business Hosting</a></li>
<li><a href="https://www.networkegypt.com/cpanel-small-business-hosting/">cPanel Small Business</a></li>
</ul>
</div>
</div>
</div>

		</div>
	</div>

		</div> 
	</div> 
<div class="clear"></div></div></div>
<p>The post <a href="https://www.networkegypt.com/reset-your-service-password/">How Reset Your Service Password</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to make Password protection</title>
		<link>https://www.networkegypt.com/make-password-protection/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 27 Nov 2017 15:05:59 +0000</pubDate>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[cPanel]]></category>
		<guid isPermaLink="false">https://www.networkegypt.com/?p=3081</guid>

					<description><![CDATA[<p>The post <a href="https://www.networkegypt.com/make-password-protection/">How to make Password protection</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="king-229971" class="wpb_row   "><div class="container ">
	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="display: none;">Password protection</p>
<h1>* Password protection allows you to require a username and password when users attempt to access your site from the web. This is useful if you need to limit access to a certain part of your site .</h1>
<h1>To make Pass word Protection:</h1>
<h2>1- go to your cpanel link (your domain/cpanel) .</h2>
<h2>2- Click on Password protection Directories on Your Clint Area .</h2>
<h2>3- Select the directory that you wish to open then click on Go bottom .</h2>
<h2>4- Click the name of the folder that you wish to protect to select it , click a folder’s icon to open it .</h2>
<h2>5- Wright your Username in Username box .</h2>
<h2>6- Wright your new Password in new Password box</h2>
<h2>and confirm password in confirm password box .</h2>
<h2>7- Click on add or modify the authorized user .</h2>
<h2>8- Click Go back .</h2>

		</div>
	</div>

		</div> 
	</div> 

	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<div style="margin-right: 0; float: right; margin: 0 0 0 2%; min-height: 1px; position: relative; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: block;">
<div style="-webkit-transform: rotate(1.2deg); background: #0768b2; transform: rotate(1.2deg); -moz-transform: rotate(1.2deg); -ms-transform: rotate(1.2deg); -o-transform: rotate(1.2deg); -webkit-box-sizing: border-box; -webkit-transition: all 300ms linear 0s; padding: 5px; float: left; position: relative; width: 100%; z-index: 1;">
<div style="-webkit-transform: rotate(-1.2deg); transform: rotate(-1.2deg); -moz-transform: rotate(-1.2deg); -ms-transform: rotate(-1.2deg); -o-transform: rotate(-1.2deg); background-color: #fff; padding: 0px 33px 20px 40px; position: relative; text-align: left; width: auto;">
<div style="position: absolute; left: 5px; top: 20px; text-align: center; width: 65px; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: BLOCK;"></div>
<p>&nbsp;</p>
<h3 style="font-weight: 500; font-size: 20px; margin: -17px -11px -20px; text-transform: capitalize; line-height: normal; /* -webkit-margin-before: 1em; *//* -webkit-margin-after: 1em; *//* -webkit-margin-start: 0px; *//* -webkit-margin-end: 0px; */color: #00ab36; text-align: left;">cPanel Hosting Packages</h3>
<p>&nbsp;</p>
<ul>
<li><a href="https://networkegypt.com/cpanel-storage-hosting/">cPanel Storage Hosting</a></li>
<li><a href="https://networkegypt.com/cpanel-business-hosting/">cPanel Business Hosting</a></li>
<li><a href="https://www.networkegypt.com/cpanel-small-business-hosting/">cPanel Small Business</a></li>
</ul>
</div>
</div>
</div>

		</div>
	</div>

		</div> 
	</div> 
<div class="clear"></div></div></div>
<p>The post <a href="https://www.networkegypt.com/make-password-protection/">How to make Password protection</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to make a Redirects</title>
		<link>https://www.networkegypt.com/how-to-make-a-redirects/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 27 Nov 2017 15:00:31 +0000</pubDate>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[cPanel]]></category>
		<guid isPermaLink="false">https://www.networkegypt.com/?p=3071</guid>

					<description><![CDATA[<p>The post <a href="https://www.networkegypt.com/how-to-make-a-redirects/">How to make a Redirects</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="king-725275" class="wpb_row   "><div class="container ">
	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="display: none;">How to make a Redirects</p>
<h2 style="display: none;">How to make a Redirects</h2>
<h1>To make a Redirects :</h1>
<h2>* Redirects allow you to redirect a specific page to another page and display the contents of that second page. You can use this method to make a page that has a long URL accessible through a page with a shorter and easier-to-remember URL..</h2>
<h2>1- go to your cpanel link (your domain/cpanel) .</h2>
<h2>2- Click on Redirects on Your Clint Area .</h2>
<h2>3- Choose a domain from http://(www.)? box .</h2>
<h2>4- Type in the URL where you want to redirects in (redirects to) box .</h2>
<h2>5- Select type of (www) redirection .</h2>
<h2>6- Decide if you would like to make if you want click on wild card redirects .</h2>
<h2>7- Click on add .</h2>
<h2>8- Then go back .</h2>

		</div>
	</div>

		</div> 
	</div> 

	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<div style="margin-right: 0; float: right; margin: 0 0 0 2%; min-height: 1px; position: relative; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: block;">
<div style="-webkit-transform: rotate(1.2deg); background: #0768b2; transform: rotate(1.2deg); -moz-transform: rotate(1.2deg); -ms-transform: rotate(1.2deg); -o-transform: rotate(1.2deg); -webkit-box-sizing: border-box; -webkit-transition: all 300ms linear 0s; padding: 5px; float: left; position: relative; width: 100%; z-index: 1;">
<div style="-webkit-transform: rotate(-1.2deg); transform: rotate(-1.2deg); -moz-transform: rotate(-1.2deg); -ms-transform: rotate(-1.2deg); -o-transform: rotate(-1.2deg); background-color: #fff; padding: 0px 33px 20px 40px; position: relative; text-align: left; width: auto;">
<div style="position: absolute; left: 5px; top: 20px; text-align: center; width: 65px; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: BLOCK;"></div>
<p>&nbsp;</p>
<h3 style="font-weight: 500; font-size: 20px; margin: -17px -11px -20px; text-transform: capitalize; line-height: normal; /* -webkit-margin-before: 1em; *//* -webkit-margin-after: 1em; *//* -webkit-margin-start: 0px; *//* -webkit-margin-end: 0px; */color: #00ab36; text-align: left;">cPanel Hosting Packages</h3>
<p>&nbsp;</p>
<ul>
<li><a href="https://networkegypt.com/cpanel-storage-hosting/">cPanel Storage Hosting</a></li>
<li><a href="https://networkegypt.com/cpanel-business-hosting/">cPanel Business Hosting</a></li>
<li><a href="https://www.networkegypt.com/cpanel-small-business-hosting/">cPanel Small Business</a></li>
</ul>
</div>
</div>
</div>

		</div>
	</div>

		</div> 
	</div> 
<div class="clear"></div></div></div>
<p>The post <a href="https://www.networkegypt.com/how-to-make-a-redirects/">How to make a Redirects</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Create Subdomains</title>
		<link>https://www.networkegypt.com/how-to-create-subdomains/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 27 Nov 2017 14:56:25 +0000</pubDate>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[cPanel]]></category>
		<guid isPermaLink="false">https://www.networkegypt.com/?p=3065</guid>

					<description><![CDATA[<p>The post <a href="https://www.networkegypt.com/how-to-create-subdomains/">How to Create Subdomains</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="king-502300" class="wpb_row   "><div class="container ">
	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="display: none;">How to Create Subdomains</p>
<h2 style="display: none;">How to Create Subdomains</h2>
<h2>* Subdomains are URLs for different sections of your website. They use your main domain name and a prefix.</h2>
<h2>For example, if your domain is “domain .com”, a subdomain of your domain might be “support.domain .com”.</h2>
<h1>To Create Subdomains :</h1>
<h2>1- go to your cpanel link (your domain/cpanel) .</h2>
<h2>2- Click on Subdoamains on Your Clint Area .</h2>
<h2>3- Write a prefix of your Subdomain in subdomain box .</h2>
<h2>4- Click in create button .</h2>

		</div>
	</div>

		</div> 
	</div> 

	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<div style="margin-right: 0; float: right; margin: 0 0 0 2%; min-height: 1px; position: relative; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: block;">
<div style="-webkit-transform: rotate(1.2deg); background: #0768b2; transform: rotate(1.2deg); -moz-transform: rotate(1.2deg); -ms-transform: rotate(1.2deg); -o-transform: rotate(1.2deg); -webkit-box-sizing: border-box; -webkit-transition: all 300ms linear 0s; padding: 5px; float: left; position: relative; width: 100%; z-index: 1;">
<div style="-webkit-transform: rotate(-1.2deg); transform: rotate(-1.2deg); -moz-transform: rotate(-1.2deg); -ms-transform: rotate(-1.2deg); -o-transform: rotate(-1.2deg); background-color: #fff; padding: 0px 33px 20px 40px; position: relative; text-align: left; width: auto;">
<div style="position: absolute; left: 5px; top: 20px; text-align: center; width: 65px; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: BLOCK;"></div>
<p>&nbsp;</p>
<h3 style="font-weight: 500; font-size: 20px; margin: -17px -11px -20px; text-transform: capitalize; line-height: normal; /* -webkit-margin-before: 1em; *//* -webkit-margin-after: 1em; *//* -webkit-margin-start: 0px; *//* -webkit-margin-end: 0px; */color: #00ab36; text-align: left;">cPanel Hosting Packages</h3>
<p>&nbsp;</p>
<ul>
<li><a href="https://networkegypt.com/cpanel-storage-hosting/">cPanel Storage Hosting</a></li>
<li><a href="https://networkegypt.com/cpanel-business-hosting/">cPanel Business Hosting</a></li>
<li><a href="https://www.networkegypt.com/cpanel-small-business-hosting/">cPanel Small Business</a></li>
</ul>
</div>
</div>
</div>

		</div>
	</div>

		</div> 
	</div> 
<div class="clear"></div></div></div>
<p>The post <a href="https://www.networkegypt.com/how-to-create-subdomains/">How to Create Subdomains</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How To create database</title>
		<link>https://www.networkegypt.com/how-to-create-database/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 27 Nov 2017 14:53:49 +0000</pubDate>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[cPanel]]></category>
		<guid isPermaLink="false">https://www.networkegypt.com/?p=3059</guid>

					<description><![CDATA[<p>The post <a href="https://www.networkegypt.com/how-to-create-database/">How To create database</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="king-379277" class="wpb_row   "><div class="container ">
	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="display: none;">How To create database</p>
<h2 style="display: none;">How To create database</h2>
<h2>* MySQL databases allow you to store a large amount of information in an easy to access manner. The databases themselves are not easily read by humans. MySQL databases are required by many web applications including some bulletin boards, content management systems, and others. To use a database, you’ll need to create it. Only MySQL users (different than mail or other users) that have privileges to access a database can read from or write to that database .</h2>
<h1>To create your database :</h1>
<h2>1- go to your cpanel link (your domain/cpanel) .</h2>
<h2>2- Click on my SQL databases on Your Clint Area .</h2>
<h2>3- write your database name in new data base box .</h2>
<h2>4- click in create database .</h2>
<h2>5- then go back .</h2>

		</div>
	</div>

		</div> 
	</div> 

	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<div style="margin-right: 0; float: right; margin: 0 0 0 2%; min-height: 1px; position: relative; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: block;">
<div style="-webkit-transform: rotate(1.2deg); background: #0768b2; transform: rotate(1.2deg); -moz-transform: rotate(1.2deg); -ms-transform: rotate(1.2deg); -o-transform: rotate(1.2deg); -webkit-box-sizing: border-box; -webkit-transition: all 300ms linear 0s; padding: 5px; float: left; position: relative; width: 100%; z-index: 1;">
<div style="-webkit-transform: rotate(-1.2deg); transform: rotate(-1.2deg); -moz-transform: rotate(-1.2deg); -ms-transform: rotate(-1.2deg); -o-transform: rotate(-1.2deg); background-color: #fff; padding: 0px 33px 20px 40px; position: relative; text-align: left; width: auto;">
<div style="position: absolute; left: 5px; top: 20px; text-align: center; width: 65px; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: BLOCK;"></div>
<p>&nbsp;</p>
<h3 style="font-weight: 500; font-size: 20px; margin: -17px -11px -20px; text-transform: capitalize; line-height: normal; /* -webkit-margin-before: 1em; *//* -webkit-margin-after: 1em; *//* -webkit-margin-start: 0px; *//* -webkit-margin-end: 0px; */color: #00ab36; text-align: left;">cPanel Hosting Packages</h3>
<p>&nbsp;</p>
<ul>
<li><a href="https://networkegypt.com/cpanel-storage-hosting/">cPanel Storage Hosting</a></li>
<li><a href="https://networkegypt.com/cpanel-business-hosting/">cPanel Business Hosting</a></li>
<li><a href="https://www.networkegypt.com/cpanel-small-business-hosting/">cPanel Small Business</a></li>
</ul>
</div>
</div>
</div>

		</div>
	</div>

		</div> 
	</div> 
<div class="clear"></div></div></div>
<p>The post <a href="https://www.networkegypt.com/how-to-create-database/">How To create database</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Restore Database Backup</title>
		<link>https://www.networkegypt.com/restore-database-backup/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 27 Nov 2017 14:50:53 +0000</pubDate>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[cPanel]]></category>
		<guid isPermaLink="false">https://www.networkegypt.com/?p=3053</guid>

					<description><![CDATA[<p>The post <a href="https://www.networkegypt.com/restore-database-backup/">How to Restore Database Backup</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="king-470690" class="wpb_row   "><div class="container ">
	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="display: none;">How to Restore Database Backup</p>
<h2 style="display: none;">How to Restore Database Backup</h2>
<h2>* Backups allow you to download a zipped copy of your entire site or specific parts of your site, such as your home directory, databases, email forwarder configuration, or your email filters configuration. The server does not automatically schedule these backups. If you wish to use scheduled backups, contact your service provider.</h2>
<h1>To restore your Database Backup</h1>
<h2>1- go to your cpanel link (your domain/cpanel) .</h2>
<h2>2- Click on Backups on Your Clint Area .</h2>
<h2>3- Click on choose file bottom and choose files who want to restore(Restore a MySQL Database) .</h2>
<h2>4- Click on Upload bottom .</h2>

		</div>
	</div>

		</div> 
	</div> 

	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<div style="margin-right: 0; float: right; margin: 0 0 0 2%; min-height: 1px; position: relative; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: block;">
<div style="-webkit-transform: rotate(1.2deg); background: #0768b2; transform: rotate(1.2deg); -moz-transform: rotate(1.2deg); -ms-transform: rotate(1.2deg); -o-transform: rotate(1.2deg); -webkit-box-sizing: border-box; -webkit-transition: all 300ms linear 0s; padding: 5px; float: left; position: relative; width: 100%; z-index: 1;">
<div style="-webkit-transform: rotate(-1.2deg); transform: rotate(-1.2deg); -moz-transform: rotate(-1.2deg); -ms-transform: rotate(-1.2deg); -o-transform: rotate(-1.2deg); background-color: #fff; padding: 0px 33px 20px 40px; position: relative; text-align: left; width: auto;">
<div style="position: absolute; left: 5px; top: 20px; text-align: center; width: 65px; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: BLOCK;"></div>
<p>&nbsp;</p>
<h3 style="font-weight: 500; font-size: 20px; margin: -17px -11px -20px; text-transform: capitalize; line-height: normal; /* -webkit-margin-before: 1em; *//* -webkit-margin-after: 1em; *//* -webkit-margin-start: 0px; *//* -webkit-margin-end: 0px; */color: #00ab36; text-align: left;">cPanel Hosting Packages</h3>
<p>&nbsp;</p>
<ul>
<li><a href="https://networkegypt.com/cpanel-storage-hosting/">cPanel Storage Hosting</a></li>
<li><a href="https://networkegypt.com/cpanel-business-hosting/">cPanel Business Hosting</a></li>
<li><a href="https://www.networkegypt.com/cpanel-small-business-hosting/">cPanel Small Business</a></li>
</ul>
</div>
</div>
</div>

		</div>
	</div>

		</div> 
	</div> 
<div class="clear"></div></div></div>
<p>The post <a href="https://www.networkegypt.com/restore-database-backup/">How to Restore Database Backup</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Restore Email backup</title>
		<link>https://www.networkegypt.com/restore-email-backup/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 27 Nov 2017 14:47:57 +0000</pubDate>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[cPanel]]></category>
		<guid isPermaLink="false">https://www.networkegypt.com/?p=3048</guid>

					<description><![CDATA[<p>The post <a href="https://www.networkegypt.com/restore-email-backup/">How to Restore Email backup</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="king-410681" class="wpb_row   "><div class="container ">
	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="display: none;">How to Restore Email backup</p>
<h2 style="display: none;">How to Restore Email backup</h2>
<h2>* Backups allow you to download a zipped copy of your entire site or specific parts of your site, such as your home directory, databases, email forwarder configuration, or your email filters configuration. The server does not automatically schedule these backups. If you wish to use scheduled backups, contact your service provider.</h2>
<h1>To Restore you Email backup :</h1>
<h2>1- go to your cpanel link (your domain/cpanel) .</h2>
<h2>2- Click on Backups on Your Clint Area .</h2>
<h2>3- Click on choose file bottom and choose files who want to restore ( Restore Email Forwarders ) .</h2>
<h2>4- Click on Upload bottom .</h2>

		</div>
	</div>

		</div> 
	</div> 

	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<div style="margin-right: 0; float: right; margin: 0 0 0 2%; min-height: 1px; position: relative; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: block;">
<div style="-webkit-transform: rotate(1.2deg); background: #0768b2; transform: rotate(1.2deg); -moz-transform: rotate(1.2deg); -ms-transform: rotate(1.2deg); -o-transform: rotate(1.2deg); -webkit-box-sizing: border-box; -webkit-transition: all 300ms linear 0s; padding: 5px; float: left; position: relative; width: 100%; z-index: 1;">
<div style="-webkit-transform: rotate(-1.2deg); transform: rotate(-1.2deg); -moz-transform: rotate(-1.2deg); -ms-transform: rotate(-1.2deg); -o-transform: rotate(-1.2deg); background-color: #fff; padding: 0px 33px 20px 40px; position: relative; text-align: left; width: auto;">
<div style="position: absolute; left: 5px; top: 20px; text-align: center; width: 65px; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: BLOCK;"></div>
<p>&nbsp;</p>
<h3 style="font-weight: 500; font-size: 20px; margin: -17px -11px -20px; text-transform: capitalize; line-height: normal; /* -webkit-margin-before: 1em; *//* -webkit-margin-after: 1em; *//* -webkit-margin-start: 0px; *//* -webkit-margin-end: 0px; */color: #00ab36; text-align: left;">cPanel Hosting Packages</h3>
<p>&nbsp;</p>
<ul>
<li><a href="https://networkegypt.com/cpanel-storage-hosting/">cPanel Storage Hosting</a></li>
<li><a href="https://networkegypt.com/cpanel-business-hosting/">cPanel Business Hosting</a></li>
<li><a href="https://www.networkegypt.com/cpanel-small-business-hosting/">cPanel Small Business</a></li>
</ul>
</div>
</div>
</div>

		</div>
	</div>

		</div> 
	</div> 
<div class="clear"></div></div></div>
<p>The post <a href="https://www.networkegypt.com/restore-email-backup/">How to Restore Email backup</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to make Email backup</title>
		<link>https://www.networkegypt.com/make-email-backup/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 27 Nov 2017 14:40:03 +0000</pubDate>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[cPanel]]></category>
		<guid isPermaLink="false">https://www.networkegypt.com/?p=3043</guid>

					<description><![CDATA[<p>The post <a href="https://www.networkegypt.com/make-email-backup/">How to make Email backup</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="king-165282" class="wpb_row   "><div class="container ">
	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="display: none;">How to make Email backup</p>
<h2 style="display: none;">How to make Email backup</h2>
<h2>* Backups allow you to download a zipped copy of your entire site or specific parts of your site, such as your home directory, databases, email forwarder configuration, or your email filters configuration. The server does not automatically schedule these backups. If you wish to use scheduled backups, contact your service provider.</h2>
<h1>To make Email backup :</h1>
<h2>1- go to your cpanel link (your domain/cpanel) .</h2>
<h2>2- Click on Backups on Your Clint Area .</h2>
<h2>3- Download Email forwarders .</h2>

		</div>
	</div>

		</div> 
	</div> 

	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<div style="margin-right: 0; float: right; margin: 0 0 0 2%; min-height: 1px; position: relative; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: block;">
<div style="-webkit-transform: rotate(1.2deg); background: #0768b2; transform: rotate(1.2deg); -moz-transform: rotate(1.2deg); -ms-transform: rotate(1.2deg); -o-transform: rotate(1.2deg); -webkit-box-sizing: border-box; -webkit-transition: all 300ms linear 0s; padding: 5px; float: left; position: relative; width: 100%; z-index: 1;">
<div style="-webkit-transform: rotate(-1.2deg); transform: rotate(-1.2deg); -moz-transform: rotate(-1.2deg); -ms-transform: rotate(-1.2deg); -o-transform: rotate(-1.2deg); background-color: #fff; padding: 0px 33px 20px 40px; position: relative; text-align: left; width: auto;">
<div style="position: absolute; left: 5px; top: 20px; text-align: center; width: 65px; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: BLOCK;"></div>
<p>&nbsp;</p>
<h3 style="font-weight: 500; font-size: 20px; margin: -17px -11px -20px; text-transform: capitalize; line-height: normal; /* -webkit-margin-before: 1em; *//* -webkit-margin-after: 1em; *//* -webkit-margin-start: 0px; *//* -webkit-margin-end: 0px; */color: #00ab36; text-align: left;">cPanel Hosting Packages</h3>
<p>&nbsp;</p>
<ul>
<li><a href="https://networkegypt.com/cpanel-storage-hosting/">cPanel Storage Hosting</a></li>
<li><a href="https://networkegypt.com/cpanel-business-hosting/">cPanel Business Hosting</a></li>
<li><a href="https://www.networkegypt.com/cpanel-small-business-hosting/">cPanel Small Business</a></li>
</ul>
</div>
</div>
</div>

		</div>
	</div>

		</div> 
	</div> 
<div class="clear"></div></div></div>
<p>The post <a href="https://www.networkegypt.com/make-email-backup/">How to make Email backup</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to create FTP account</title>
		<link>https://www.networkegypt.com/create-ftp-account/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 27 Nov 2017 14:36:03 +0000</pubDate>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[cPanel]]></category>
		<guid isPermaLink="false">https://www.networkegypt.com/?p=3034</guid>

					<description><![CDATA[<p>The post <a href="https://www.networkegypt.com/create-ftp-account/">How to create FTP account</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="king-763619" class="wpb_row   "><div class="container ">
	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="display: none;">create FTP account</p>
<h2 style="display: none;">create FTP account</h2>
<h2>* FTP accounts allow you to access your website’s files through a protocol called FTP. Use a third-party FTP program to access your files. To log into your account via FTP, enter “domain.com” as your FTP host, the username, and password.</h2>
<h1>To create FTP account :</h1>
<h2>1- go to your cpanel link (your domain/cpanel) .</h2>
<h2>2- Click in ftp account .</h2>
<h2>3- Write a user name to your FTP account in login box .</h2>
<h2>4- Write a password and rewrite the password in password and password (again) boxes .</h2>
<h2>5- Choose a directory for this user to have access in directory box .</h2>
<h2>6- Set the Quota if you need in Quota box .</h2>
<h2>7- Click in create button .</h2>
<h2>8- Then go back .</h2>

		</div>
	</div>

		</div> 
	</div> 

	<div class=" wpb_column vc_column_container wpb_column vc_column_container vc_col-sm-6 ">
		<div class="wpb_wrapper">
			
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<div style="margin-right: 0; float: right; margin: 0 0 0 2%; min-height: 1px; position: relative; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: block;">
<div style="-webkit-transform: rotate(1.2deg); background: #0768b2; transform: rotate(1.2deg); -moz-transform: rotate(1.2deg); -ms-transform: rotate(1.2deg); -o-transform: rotate(1.2deg); -webkit-box-sizing: border-box; -webkit-transition: all 300ms linear 0s; padding: 5px; float: left; position: relative; width: 100%; z-index: 1;">
<div style="-webkit-transform: rotate(-1.2deg); transform: rotate(-1.2deg); -moz-transform: rotate(-1.2deg); -ms-transform: rotate(-1.2deg); -o-transform: rotate(-1.2deg); background-color: #fff; padding: 0px 33px 20px 40px; position: relative; text-align: left; width: auto;">
<div style="position: absolute; left: 5px; top: 20px; text-align: center; width: 65px; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; display: BLOCK;"></div>
<p>&nbsp;</p>
<h3 style="font-weight: 500; font-size: 20px; margin: -17px -11px -20px; text-transform: capitalize; line-height: normal; /* -webkit-margin-before: 1em; *//* -webkit-margin-after: 1em; *//* -webkit-margin-start: 0px; *//* -webkit-margin-end: 0px; */color: #00ab36; text-align: left;">cPanel Hosting Packages</h3>
<p>&nbsp;</p>
<ul>
<li><a href="https://www.networkegypt.com/cpanel-shared-hosting-service/">cPanel Storage Hosting</a></li>
<li><a href="https://www.networkegypt.com/cpanel-shared-hosting-service/">cPanel Business Hosting</a></li>
<li><a href="https://www.networkegypt.com/cpanel-shared-hosting-service/">cPanel Small Business</a></li>
</ul>
</div>
</div>
</div>

		</div>
	</div>

		</div> 
	</div> 
<div class="clear"></div></div></div>
<p>The post <a href="https://www.networkegypt.com/create-ftp-account/">How to create FTP account</a> appeared first on <a href="https://www.networkegypt.com">Network EGYPT</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
