<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[SiteCountry KnowledgeBase]]></title><description><![CDATA[SiteCountry Knowledge Base]]></description><link>https://kb.sitecountry.com/</link><image><url>https://kb.sitecountry.com/favicon.png</url><title>SiteCountry KnowledgeBase</title><link>https://kb.sitecountry.com/</link></image><generator>Ghost 5.69</generator><lastBuildDate>Sun, 19 Apr 2026 15:37:02 GMT</lastBuildDate><atom:link href="https://kb.sitecountry.com/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Setup Node.js app in cPanel]]></title><description><![CDATA[<h3 id="create-the-application">Create the application</h3><p><strong>1)</strong>&#xA0;Log in to cPanel.<br><strong>2)</strong>&#xA0;In the&#xA0;<strong>SOFTWARE</strong>&#xA0;section of cPanel, click on the&#xA0;<strong>Setup Node.js App</strong>&#xA0;icon</p><p></p><figure class="kg-card kg-image-card"><img src="https://chemicloud.com/kb/wp-content/uploads/2019/09/Setup-Node.js-App-300x92.png" class="kg-image" alt loading="lazy" width="300" height="92"></figure><p><strong>3)</strong>&#xA0;On the Node.js selector page, click on the&#xA0;<strong>Create Application</strong>&#xA0;button to start the application setup.</p>]]></description><link>https://kb.sitecountry.com/setup-node-js-app-in-cpanel/</link><guid isPermaLink="false">69296674bdd812000177e0f0</guid><dc:creator><![CDATA[SiteCountry Team]]></dc:creator><pubDate>Fri, 28 Nov 2025 09:09:17 GMT</pubDate><content:encoded><![CDATA[<h3 id="create-the-application">Create the application</h3><p><strong>1)</strong>&#xA0;Log in to cPanel.<br><strong>2)</strong>&#xA0;In the&#xA0;<strong>SOFTWARE</strong>&#xA0;section of cPanel, click on the&#xA0;<strong>Setup Node.js App</strong>&#xA0;icon</p><p></p><figure class="kg-card kg-image-card"><img src="https://chemicloud.com/kb/wp-content/uploads/2019/09/Setup-Node.js-App-300x92.png" class="kg-image" alt loading="lazy" width="300" height="92"></figure><p><strong>3)</strong>&#xA0;On the Node.js selector page, click on the&#xA0;<strong>Create Application</strong>&#xA0;button to start the application setup.</p><p></p><figure class="kg-card kg-image-card"><img src="https://chemicloud.com/kb/wp-content/uploads/2019/09/Create-Application.png" class="kg-image" alt loading="lazy" width="276" height="60"></figure><p>Fill in the required fields on the application setup form.</p><p></p><figure class="kg-card kg-image-card"><img src="https://chemicloud.com/kb/wp-content/uploads/2019/09/NodeJS-Install-Variables.png" class="kg-image" alt loading="lazy" width="1904" height="676"></figure><ul><li><strong>Node.js version</strong>&#xA0;&#x2013; select your preferred Node.js version from the drop-down list.<br>The supported versions are 8.17.0, 9.11.2, 10.24.1, 11.15.0, 12.22.9, 14.20.1,16.17.1, 18.14.1 and 20.10.0</li><li><strong>Application mode</strong>&#xA0;&#x2013; choose Development or Production from the drop-down list. You can choose Development initially and change it to Production later on.</li><li><strong>Application root</strong>&#xA0;&#x2013; the file system location for the application files. The entry will be appended to /home/username to form the complete path to the application files in the cPanel home directory.</li><li><strong>Application URL</strong>&#xA0;&#x2013; the public URL to your application.</li><li><strong>Application startup file</strong>&#xA0;&#x2013; the initial file that will be processed when launching the application.</li></ul><p><strong>4)</strong>&#xA0;When the form is complete, click the&#xA0;<strong>Create</strong>&#xA0;button.</p><p><strong>5)</strong>&#xA0;After the application is created, an information box is displayed advising that the&#xA0;<strong>package.json</strong>&#xA0;is required to continue.</p><figure class="kg-card kg-image-card"><img src="https://chemicloud.com/kb/wp-content/uploads/2019/09/Image-2019-09-16-at-11.36.28-AM-300x75.png" class="kg-image" alt="package_json" loading="lazy"></figure><p>The application will launch and display a test page. If you want to see if the test page works, Click the&#xA0;<strong>Open</strong>&#xA0;button.</p><p><strong>6)</strong>&#xA0;Click the&#xA0;<strong>Cancel</strong>&#xA0;button to continue.</p><p>Now that a working application is installed, the environment can be enhanced with the package.json settings file and the npm package manager. To install package.json and npm, follow the steps in the next two sections.</p><h3 id="create-the-package-json">Create the package JSON</h3><p><strong>1)</strong>&#xA0;Go back to cPanel&#x2019;s dashboard. In the&#xA0;<strong>FILES</strong>&#xA0;section of cPanel, click the&#xA0;<strong>File Manager</strong>&#xA0;icon to open the File Manager.</p><figure class="kg-card kg-image-card"><img src="https://chemicloud.com/kb/wp-content/uploads/2019/09/File-Manager-Icon-300x126.png" class="kg-image" alt loading="lazy"></figure><p><strong>2)</strong>&#xA0;In the left-hand column of File Manager, click the text of the application root folder.</p><p></p><figure class="kg-card kg-image-card"><img src="https://chemicloud.com/kb/wp-content/uploads/2019/09/Image-2019-09-16-at-11.46.27-AM.png" class="kg-image" alt loading="lazy" width="642" height="246"></figure><p><strong>3)</strong>&#xA0;Click the&#xA0;<strong>+File</strong>&#xA0;button to create a new file.</p><p>In the New File dialog box, enter the file name package.json and then click the Create New File button.</p><p></p><figure class="kg-card kg-image-card"><img src="https://chemicloud.com/kb/wp-content/uploads/2019/09/Image-2019-09-16-at-11.50.11-AM.png" class="kg-image" alt loading="lazy" width="1002" height="498"></figure><p><strong>4)</strong>&#xA0;Once the file is created, Right-click or secondary click on the package.json file in the right-hand column of File Manager and then click&#xA0;<strong>Edit</strong>. An edit dialog box is displayed.</p><p></p><figure class="kg-card kg-image-card"><img src="https://chemicloud.com/kb/wp-content/uploads/2019/09/Image-2019-09-16-at-11.51.59-AM.png" class="kg-image" alt loading="lazy" width="1012" height="620"></figure><p><strong>5)</strong>&#xA0;In the Edit dialog box, click the&#xA0;<strong>OK</strong>&#xA0;button and enter the following text in the editor screen</p><p>{<br>&quot;name&quot;: &quot;app&quot;,<br>&quot;version&quot;: &quot;1.0.0&quot;,<br>&quot;description&quot;: &quot;My App&quot;,<br>&quot;main&quot;: &quot;app.js&quot;,<br>&quot;scripts&quot;: {<br>&quot;test&quot;: &quot;echo \&quot;Error: no test specified\&quot; &amp;&amp; exit 1&quot;<br>},<br>&quot;author&quot;: &quot;&quot;,<br>&quot;license&quot;: &quot;ISC&quot;<br>}</p><p><strong>6)</strong>&#xA0;Click the&#xA0;<strong>Save Changes</strong>&#xA0;button to save the file.</p><p><strong>7)</strong>&#xA0;Click the&#xA0;<strong>Close</strong>&#xA0;button to close the editor.</p><h3 id="install-npm">Install NPM</h3><p><strong>1)</strong>&#xA0;In the&#xA0;<strong>SOFTWARE</strong>&#xA0;section of cPanel, click on the&#xA0;<strong>Setup Node.js</strong>&#xA0;App icon</p><p></p><figure class="kg-card kg-image-card"><img src="https://chemicloud.com/kb/wp-content/uploads/2019/09/Setup-Node.js-App-300x92.png" class="kg-image" alt loading="lazy" width="300" height="92"></figure><p><strong>2)</strong>&#xA0;In the&#xA0;<strong>Actions</strong>&#xA0;column of the&#xA0;<strong>Web Applications</strong>&#xA0;list, click the pencil icon to edit the application.</p><p></p><figure class="kg-card kg-image-card"><img src="https://chemicloud.com/kb/wp-content/uploads/2019/09/Image-2019-09-16-at-11.57.32-AM-300x140.png" class="kg-image" alt loading="lazy" width="300" height="140"></figure><p><strong>3)</strong>&#xA0;Click the&#xA0;<strong>Run NPM</strong>&#xA0;<strong>Install</strong>&#xA0;button.</p><p>The NPM installation runs and presents a success indicator when completed:</p><p>Node.js<br>NPM Install completed successfully</p><p>To install packages with NPM and do other command-line tasks related to the application,&#xA0;<strong>log in via SSH</strong>&#xA0;and enter the virtual environment for the application using the command shown in the information box at the top of the application setup page.</p><p></p><figure class="kg-card kg-image-card"><img src="https://chemicloud.com/kb/wp-content/uploads/2019/09/Image-2019-09-16-at-12.02.25-PM-1024x81.png" class="kg-image" alt loading="lazy" width="643" height="51"></figure><h2 id="how-to-set-up-nodejs-application-using-command-line">How to Set up Node.js Application using Command Line</h2><p>If you are familiar with using SSH, you may find the command line interface faster and easier than using the cPanel install interface.</p><p>To set up a node.js application from the command line, follow these steps:</p><p><strong>1)</strong>&#xA0;Connect to your account via&#xA0;<strong>SSH</strong>.<br><strong>2)</strong>&#xA0;Create the Node.js application with the following command:</p><p>cloudlinux-selector create --json --interpreter nodejs --version 11 --app-root app --domain example.com --app-uri app</p><p><strong>3)</strong>&#xA0;Once you are inside your account&#x2019;s home directory, change to the application directory</p><p>cd ~/app</p><p>Open your preferred text editor and&#xA0;<strong>create&#xA0;</strong>the<strong>&#xA0;package.json</strong>&#xA0;file. In our example, we&#x2019;ll use the vi editor.</p><p>vi package.json</p><p>press&#xA0;<strong>i</strong>&#xA0;to change to insert mode and paste the following text into the editor.</p><p>{<br>&quot;name&quot;: &quot;app&quot;,<br>&quot;version&quot;: &quot;1.0.0&quot;,<br>&quot;description&quot;: &quot;My App&quot;,<br>&quot;main&quot;: &quot;app.js&quot;,<br>&quot;scripts&quot;: {<br>&quot;test&quot;: &quot;echo \&quot;Error: no test specified\&quot; &amp;&amp; exit 1&quot;<br>},<br>&quot;author&quot;: &quot;&quot;,<br>&quot;license&quot;: &quot;ISC&quot;<br>}</p><p>Press&#xA0;<strong>Escape</strong>&#xA0;key followed by&#xA0;<strong>:</strong>&#xA0;to enter command mode.<br>Press&#xA0;<strong>x</strong>&#xA0;followed by Enter key to save and exit the vi editor.</p><p><strong>4)</strong>&#xA0;Install npm by entering the following command.</p><p>cloudlinux-selector install-modules --json --interpreter nodejs --user example --app-root app</p><p>To install packages with NPM and do other command-line tasks related to the application, log in via SSH and enter the virtual environment for the application using the command</p><p>source /home/example/nodevenv/app/11/bin/activate &amp;&amp; cd /home/example/app</p><p><strong>That&#x2019;s a wrap! Now you know how to set up a Node.js app using the cPanel or command-line interface.&#xA0;</strong></p><p></p><p></p>]]></content:encoded></item><item><title><![CDATA[Set up Python app in cPanel]]></title><description><![CDATA[<p>Setting up a Python application in cPanel using the CloudLinux &#x201C;Setup Python App&#x201D; option involves several steps. Here&#x2019;s a step-by-step guide to help you through the process:</p><ol><li><strong>Log into cPanel</strong>:<ul><li>Access your cPanel by navigating to your client area and then clicking on Login to Control</li></ul></li></ol>]]></description><link>https://kb.sitecountry.com/how-to-setup-python-app-in-cpanel/</link><guid isPermaLink="false">692964f0bdd812000177e0e2</guid><dc:creator><![CDATA[SiteCountry Team]]></dc:creator><pubDate>Fri, 28 Nov 2025 09:02:12 GMT</pubDate><content:encoded><![CDATA[<p>Setting up a Python application in cPanel using the CloudLinux &#x201C;Setup Python App&#x201D; option involves several steps. Here&#x2019;s a step-by-step guide to help you through the process:</p><ol><li><strong>Log into cPanel</strong>:<ul><li>Access your cPanel by navigating to your client area and then clicking on Login to Control Panel button or by entering your username and password in the cPanel URL.</li></ul></li><li><strong>Navigate to Setup Python App</strong>:<ul><li>In the cPanel dashboard, locate the &#x201C;Software&#x201D; section and click on &#x201C;Setup Python App</li></ul></li><ul><li></li></ul><li><strong>Create a New Application</strong>:<ul><li>Click the &#x201C;Create Application&#x201D; button.<br></li><li>Select the Python version you wish to use from the dropdown menu.<br></li><li>Enter the application root (the directory where your app will be stored, e.g.,&#xA0;<code>myapp</code>).</li><li>Specify the application URL (the domain or subdomain that will be used to access your app).</li><li>Choose the application startup file (the WSGI entry point, typically something like&#xA0;<code>app.py</code>&#xA0;or&#xA0;<code>wsgi.py</code>).</li></ul></li><li><strong>Configure the Virtual Environment</strong>:<ul><li>After creating the application, cPanel will set up a virtual environment for your app.</li><li>You will see a command to enter the virtual environment. It looks like this:<code>source /home/username/virtualenv/application/version/bin/activate &amp;&amp; cd /home/username/application</code></li><li>SSH into your server or use Terminal in cPanel and run the command to activate the virtual environment.</li></ul></li><li><strong>Install Required Packages</strong>:<ul><li>While in the virtual environment, install the required Python packages for your application using pip. For example:<code>pip install flask</code></li><li>If you have a&#xA0;<code>requirements.txt</code>&#xA0;file, you can install all dependencies at once:<code>pip install -r requirements.txt</code></li></ul></li><li><strong>Configure WSGI File</strong>:<ul><li>Ensure your WSGI file (specified during application creation) is properly configured. A basic&#xA0;<code>wsgi.py</code>&#xA0;for a Flask app might look like this:<code>from&#xA0;myapp&#xA0;import&#xA0;app&#xA0;if&#xA0;__name__ ==&#xA0;&quot;__main__&quot;: app.run()</code></li></ul></li><li><strong>Restart the Application</strong>:<ul><li>Back in the cPanel &#x201C;Setup Python App&#x201D; interface, you can restart the application to apply changes. Click on the &#x201C;Restart&#x201D; button next to your application.</li></ul></li><li><strong>Access Your Application</strong>:<ul><li>Visit the URL you specified during setup to access your application. It should now be running and accessible</li></ul></li><li><strong>.htaccess redirect rules</strong><ul><li>For API or other URLs under the application, you may need to add the code below to your .htaccess file in the application folder. The file will already contain certain lines added by cloudlinux. Please keep those line as is and the following can be appended below that at the end. This will help overcome 404 errors in the python application for API or other URLs under the application.</li></ul></li></ol><p><code>RewriteEngine On<br>RewriteRule . - [L]</code></p><p></p><figure class="kg-card kg-image-card"><img src="https://www.nettigritty.com/kb/wp-content/uploads/2024/07/createapp-1024x520.png" class="kg-image" alt loading="lazy" width="700" height="355"></figure><figure class="kg-card kg-image-card"><img src="https://www.nettigritty.com/kb/wp-content/uploads/2024/07/createbutton-300x93.png" class="kg-image" alt loading="lazy" width="300" height="93"></figure><h3 id="troubleshooting-tips">Troubleshooting Tips</h3><ul><li><strong>Check Logs</strong>: If your application isn&#x2019;t working as expected, check the logs for errors. Logs can be found in the&#xA0;<code>logs</code>&#xA0;directory within your application root.</li><li><strong>Permissions</strong>: Ensure that all files and directories have the correct permissions. Typically, 755 for directories and 644 for files.</li></ul><p>By following these steps, you should be able to set up and run a Python application in cPanel using the CloudLinux &#x201C;Setup Python App&#x201D; option.</p>]]></content:encoded></item><item><title><![CDATA[How to troubleshoot mail errors]]></title><description><![CDATA[<p>In this tutorial, we will try to troubleshoot/resolve mailing errors on your hosting account : </p><h3 id="a-if-you-are-using-sitecountry-nameservers">A) If you are using SiteCountry Nameservers : </h3><p>This section is for you if you are using SiteCountry nameservers, if you are using third party Nameservers/DNS like Cloudflare, Quic, Ezoic, etc head over to section</p>]]></description><link>https://kb.sitecountry.com/how-to-troubleshoot-mail-errors/</link><guid isPermaLink="false">68938237b64e7000015a3149</guid><dc:creator><![CDATA[SiteCountry Team]]></dc:creator><pubDate>Thu, 07 Aug 2025 07:08:45 GMT</pubDate><content:encoded><![CDATA[<p>In this tutorial, we will try to troubleshoot/resolve mailing errors on your hosting account : </p><h3 id="a-if-you-are-using-sitecountry-nameservers">A) If you are using SiteCountry Nameservers : </h3><p>This section is for you if you are using SiteCountry nameservers, if you are using third party Nameservers/DNS like Cloudflare, Quic, Ezoic, etc head over to section B </p><p>Step 1 ) Enable DKIM</p><p>The first step would be to check if you have DKIM enabled for your email accounts for better mail delivery. To do so, go to your hosting control panel &gt; email accounts &gt; select all email accounts and Click on Enable DKIM. Refer to the attached screenshot. </p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2025/08/image.png" class="kg-image" alt loading="lazy" width="2000" height="976" srcset="https://kb.sitecountry.com/content/images/size/w600/2025/08/image.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2025/08/image.png 1000w, https://kb.sitecountry.com/content/images/size/w1600/2025/08/image.png 1600w, https://kb.sitecountry.com/content/images/size/w2400/2025/08/image.png 2400w" sizes="(min-width: 720px) 720px"></figure><p>Once DKIM is enabled, wait for 10-15 minutes and check if the mails deliver fine now.</p><p>Step 2 : Ensure DNS records are present.</p><p>First of all select the affected domain name from the top bar . Then head over to the DNS Management section as shown </p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2025/08/image-2.png" class="kg-image" alt loading="lazy" width="2000" height="976" srcset="https://kb.sitecountry.com/content/images/size/w600/2025/08/image-2.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2025/08/image-2.png 1000w, https://kb.sitecountry.com/content/images/size/w1600/2025/08/image-2.png 1600w, https://kb.sitecountry.com/content/images/size/w2400/2025/08/image-2.png 2400w" sizes="(min-width: 720px) 720px"></figure><p>Ensure that you have records shown below, the value of the records will be different, so you would have to just verify that the records are actually present.</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2025/08/image-3.png" class="kg-image" alt loading="lazy" width="2000" height="976" srcset="https://kb.sitecountry.com/content/images/size/w600/2025/08/image-3.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2025/08/image-3.png 1000w, https://kb.sitecountry.com/content/images/size/w1600/2025/08/image-3.png 1600w, https://kb.sitecountry.com/content/images/size/w2400/2025/08/image-3.png 2400w" sizes="(min-width: 720px) 720px"></figure><p>If all the records are present and you are still facing the mailing issue, here are other reasons : </p><p>1) If you get an error like : This user has sent too many emails while sending the mails, this means that your email accounts have crossed the daily mail sending limits. If you believe that you have not actually sent the emails, you should immediately reset the email passwords and most importantly, check your website for any contact form abuse. Its important that you should enable captcha for your contact form to prevent mail abuse which can be easily done with a simple plugin in wordpress, for example : <a href="https://wordpress.org/plugins/contact-form-7-simple-recaptcha/?ref=kb.sitecountry.com">https://wordpress.org/plugins/contact-form-7-simple-recaptcha/</a></p><p>2) If you get 550 errors, or any other error while sending or receiving mails, you can reach out to our technical support team for help by raising a support ticket from your client area. Our team would get back to you as soon as they can.</p><p>Need a more reliable mailing solution? Try our Dedicated Email Hosting packages : <a href="https://www.sitecountry.com/email-hosting/?ref=kb.sitecountry.com">https://www.sitecountry.com/email-hosting/</a></p><p>with 100% mail uptime and highest mail delivery.</p><h3 id="b-if-you-are-using-third-partyother-nameservers">B) If you are using Third Party/Other Nameservers : </h3><p>If you are not using SiteCountry&apos;s nameservers, please follow these steps.</p><p>Step 1) Make sure that the DNS records present in DNS management section of control panel are present on your Cloudflare Dashboard DNS page.</p><p>For mailing, the TXT, MX Records are the one that needs to be properly configured.</p><p></p><p>If you are still encountering issues, you can reach out to our support team for help anytime.</p>]]></content:encoded></item><item><title><![CDATA[How to create a Database through Directadmin Control Panel?]]></title><description><![CDATA[<p>In this article, we will be sharing the steps to create a database through Directadmin control panel.</p><h2 id="1-access-control-panel">1. Access Control Panel</h2><ul><li>First of all login to your SiteCountry Client area, then go to your services and login to the directadmin control panel . Here is the complete guide on how to</li></ul>]]></description><link>https://kb.sitecountry.com/how-to-create-a-database-through-directadmin-control-panel/</link><guid isPermaLink="false">68837d2cb64e7000015a3118</guid><dc:creator><![CDATA[SiteCountry Team]]></dc:creator><pubDate>Fri, 25 Jul 2025 12:58:23 GMT</pubDate><content:encoded><![CDATA[<p>In this article, we will be sharing the steps to create a database through Directadmin control panel.</p><h2 id="1-access-control-panel">1. Access Control Panel</h2><ul><li>First of all login to your SiteCountry Client area, then go to your services and login to the directadmin control panel . Here is the complete guide on how to log in to the directadmin control panel : <a href="https://kb.sitecountry.com/how-to-log-in-to-your-control-panel-using-dashboard-2&amp;targe=blank" rel="noreferrer">https://kb.sitecountry.com/how-to-log-in-to-your-control-panel-using-dashboard-2/</a></li></ul><h2 id="2-access-database-section">2. Access Database Section</h2><ul><li>In the DirectAdmin dashboard, locate the&#xA0;<strong>Database</strong>&#xA0;section.</li></ul><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2025/07/image-1.png" class="kg-image" alt loading="lazy" width="1463" height="875" srcset="https://kb.sitecountry.com/content/images/size/w600/2025/07/image-1.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2025/07/image-1.png 1000w, https://kb.sitecountry.com/content/images/2025/07/image-1.png 1463w" sizes="(min-width: 720px) 720px"></figure><h2 id="3-start-creating-a-new-database">3. Start Creating a New Database</h2><ul><li>Within&#xA0;<strong>Database section</strong>, locate the Create Database section and type the name of the database you want to create. Remember that the username of your control panel will be automatically added to the Database name.</li></ul><p></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2025/07/image-4.png" class="kg-image" alt loading="lazy" width="1886" height="834" srcset="https://kb.sitecountry.com/content/images/size/w600/2025/07/image-4.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2025/07/image-4.png 1000w, https://kb.sitecountry.com/content/images/size/w1600/2025/07/image-4.png 1600w, https://kb.sitecountry.com/content/images/2025/07/image-4.png 1886w" sizes="(min-width: 720px) 720px"></figure><p>After entering the database name, click on the create button. This will create your Database and give you the database details as shown in next step.</p><h2 id="4-copy-database-details">4. Copy Database Details</h2><p>Now, you would see the database details, you can <strong>copy the database details for use in your application or website</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2025/07/image-5.png" class="kg-image" alt loading="lazy" width="1920" height="945" srcset="https://kb.sitecountry.com/content/images/size/w600/2025/07/image-5.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2025/07/image-5.png 1000w, https://kb.sitecountry.com/content/images/size/w1600/2025/07/image-5.png 1600w, https://kb.sitecountry.com/content/images/2025/07/image-5.png 1920w" sizes="(min-width: 720px) 720px"></figure><h2 id="5-accessing-phpmyadmin">5. Accessing Phpmyadmin</h2><ul><li>Here is a step by step guide to access phpmyadmin : <a href="https://kb.sitecountry.com/how-to-one-click-login-phpmyadmin/">https://kb.sitecountry.com/how-to-one-click-login-phpmyadmin/</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Issue :  When opening my website, a file starts downloading]]></title><description><![CDATA[<p>This is a very rare issue and can occur with servers which utilise OpenLitespeed or Nginx which do not properly support the rules added by certain cache/performance plugins to the .htaccess file.</p><p>If you are facing this issue, then first of all you should question yourself, whether you have</p>]]></description><link>https://kb.sitecountry.com/issue-when-opening-my-website-a-file-starts-downloading/</link><guid isPermaLink="false">684191cc3ae0df0001811683</guid><dc:creator><![CDATA[SiteCountry Team]]></dc:creator><pubDate>Thu, 05 Jun 2025 13:01:44 GMT</pubDate><content:encoded><![CDATA[<p>This is a very rare issue and can occur with servers which utilise OpenLitespeed or Nginx which do not properly support the rules added by certain cache/performance plugins to the .htaccess file.</p><p>If you are facing this issue, then first of all you should question yourself, whether you have added any recent cache/performance plugins on your website which made changes to your .htaccess file.</p><p>If yes, then you can do the following steps to remove the file download and then login to wp-admin to remove the newly installed incompatible plugin : </p><p></p><p><strong>1) Open your file manager :</strong></p><p>First of all, <a href="https://kb.sitecountry.com/how-to-log-in-to-your-control-panel-using-dashboard-2/">login to your hosting control panel</a>, once logged in look for File Manager and open it as shown : </p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2025/06/image.png" class="kg-image" alt loading="lazy" width="1920" height="911" srcset="https://kb.sitecountry.com/content/images/size/w600/2025/06/image.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2025/06/image.png 1000w, https://kb.sitecountry.com/content/images/size/w1600/2025/06/image.png 1600w, https://kb.sitecountry.com/content/images/2025/06/image.png 1920w" sizes="(min-width: 720px) 720px"></figure><p>Inside the file manager, go to domains &gt; chose the domain name where you are facing the issue &gt; public_html </p><p>Now, you will see the .htaccess file.<br></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2025/06/image-2.png" class="kg-image" alt loading="lazy" width="1920" height="911" srcset="https://kb.sitecountry.com/content/images/size/w600/2025/06/image-2.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2025/06/image-2.png 1000w, https://kb.sitecountry.com/content/images/size/w1600/2025/06/image-2.png 1600w, https://kb.sitecountry.com/content/images/2025/06/image-2.png 1920w" sizes="(min-width: 720px) 720px"></figure><p>2) Edit the .htaccess file <br>Double click on the .htaccess file to open the file editor and remove all of the code present in it by Ctrl + A and Backspace/Delete</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2025/06/image-3.png" class="kg-image" alt loading="lazy" width="1920" height="911" srcset="https://kb.sitecountry.com/content/images/size/w600/2025/06/image-3.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2025/06/image-3.png 1000w, https://kb.sitecountry.com/content/images/size/w1600/2025/06/image-3.png 1600w, https://kb.sitecountry.com/content/images/2025/06/image-3.png 1920w" sizes="(min-width: 720px) 720px"></figure><p>Now paste the below code on the file : </p><p></p><pre><code># BEGIN WordPress

RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress
</code></pre><p>The .htaccess file should look like this now : </p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2025/06/image-4.png" class="kg-image" alt loading="lazy" width="992" height="603" srcset="https://kb.sitecountry.com/content/images/size/w600/2025/06/image-4.png 600w, https://kb.sitecountry.com/content/images/2025/06/image-4.png 992w" sizes="(min-width: 720px) 720px"></figure><p></p><p>Now, save changes and then clear your browser cookies and cache. Refer to this article on how to clear browser cookies.</p><p>Tutorial to clear browser cookies/cache : <a href="https://support.google.com/accounts/answer/32050?hl=en&amp;co=GENIE.Platform%3DDesktop&amp;ref=kb.sitecountry.com">https://support.google.com/accounts/answer/32050?hl=en&amp;co=GENIE.Platform%3DDesktop</a></p><p> While clearing cookies/cache, please clear them &quot;For all time&quot; in the time range.</p><p>Once this is done, wait for 10-15 minutes and try to access your website. Your website should likely be working now. </p><p>You can now login to wp-admin and deactivate the plugin that you were able to identify would have caused the problem.</p><p><br>Thanks</p>]]></content:encoded></item><item><title><![CDATA[How to Disable ModSecurity on your Domain in Control Panel]]></title><description><![CDATA[<p>In this article, we will refer to the step-by-step process to disable ModSecurity for a particular domain name in the Control Panel.</p><p>Sometimes due to false positives, ModSecurity can create issues like failed wordpress admin logins, frequent 403 errors etc.</p><div class="kg-card kg-header-card kg-v2 kg-width-full kg-content-wide " style="background-color: #000000;" data-background-color="#000000">
            
            <div class="kg-header-card-content">
                
                <div class="kg-header-card-text kg-align-center">
                    <h2 id="steps-" class="kg-header-card-heading" style="color: #FFFFFF;" data-text-color="#FFFFFF"><span style="white-space: pre-wrap;">Steps :</span></h2>
                    
                    
                </div>
            </div>
        </div><p><strong>Step 1:</strong> Login Inside your SiteCountry Control Panel. If</p>]]></description><link>https://kb.sitecountry.com/how-to-disable-modsecurity-on-your-domain-in-control-panel/</link><guid isPermaLink="false">669e70a399b7d20001b7e24b</guid><dc:creator><![CDATA[SiteCountry Team]]></dc:creator><pubDate>Mon, 22 Jul 2024 15:01:14 GMT</pubDate><content:encoded><![CDATA[<p>In this article, we will refer to the step-by-step process to disable ModSecurity for a particular domain name in the Control Panel.</p><p>Sometimes due to false positives, ModSecurity can create issues like failed wordpress admin logins, frequent 403 errors etc.</p><div class="kg-card kg-header-card kg-v2 kg-width-full kg-content-wide " style="background-color: #000000;" data-background-color="#000000">
            
            <div class="kg-header-card-content">
                
                <div class="kg-header-card-text kg-align-center">
                    <h2 id="steps-" class="kg-header-card-heading" style="color: #FFFFFF;" data-text-color="#FFFFFF"><span style="white-space: pre-wrap;">Steps :</span></h2>
                    
                    
                </div>
            </div>
        </div><p><strong>Step 1:</strong> Login Inside your SiteCountry Control Panel. If you do not already know how to do that, please check out this article <a href="https://kb.sitecountry.com/how-to-log-in-to-your-control-panel-using-dashboard-2/">here</a>.</p><figure class="kg-card kg-bookmark-card"><a class="kg-bookmark-container" href="https://kb.sitecountry.com/how-to-log-in-to-your-control-panel-using-dashboard-2/"><div class="kg-bookmark-content"><div class="kg-bookmark-title">How to log in to your Control Panel using Dashboard?</div><div class="kg-bookmark-description">Step 1: Log in to the SiteCountry dashboard First of all login to sitecountry dash using your email and password (or) Social Login here. Step 2: Once you are logged in, Navigate to the Service whose Control Panel, you would like to access, in my case, it&#x2019;s the Premium Cloud</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://kb.sitecountry.com/content/images/size/w256h256/format/jpeg/2023/06/images.jpg" alt><span class="kg-bookmark-author">SiteCountry KnowledgeBase</span><span class="kg-bookmark-publisher">SiteCountry Team</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://kb.sitecountry.com/content/images/2023/06/Modern-Minimal-Gradient-Background-Technology-Youtube-Thumbnail--2-.png" alt></div></a></figure><p><strong>Step 2: </strong>Once you are logged inside the control panel, search for &quot;ModSecurity&quot; or simply search &quot;mod&quot; and you will see the ModSecurity icon as shown below.</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-28.png" class="kg-image" alt loading="lazy" width="2000" height="878" srcset="https://kb.sitecountry.com/content/images/size/w600/2024/07/image-28.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2024/07/image-28.png 1000w, https://kb.sitecountry.com/content/images/size/w1600/2024/07/image-28.png 1600w, https://kb.sitecountry.com/content/images/size/w2400/2024/07/image-28.png 2400w" sizes="(min-width: 720px) 720px"></figure><p><strong>Step 3:</strong> Once you click on the ModSecurity icon, you will see a screen similar to this one :</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-30.png" class="kg-image" alt loading="lazy" width="2000" height="878" srcset="https://kb.sitecountry.com/content/images/size/w600/2024/07/image-30.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2024/07/image-30.png 1000w, https://kb.sitecountry.com/content/images/size/w1600/2024/07/image-30.png 1600w, https://kb.sitecountry.com/content/images/size/w2400/2024/07/image-30.png 2400w" sizes="(min-width: 720px) 720px"></figure><p><em>Now on this screen, select your domain name from the dropdown shown on the top section of the control panel as shown in the screenshot. ( refer above image)</em></p><p><strong>Step 4:</strong> Now, once you have selected the domain name, simply click on the off button and save it. If you get an error while turning Modsecurity off, it&apos;s completely fine, just refresh your page and check if Modsecurity is disabled now.</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-31.png" class="kg-image" alt loading="lazy" width="2000" height="878" srcset="https://kb.sitecountry.com/content/images/size/w600/2024/07/image-31.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2024/07/image-31.png 1000w, https://kb.sitecountry.com/content/images/size/w1600/2024/07/image-31.png 1600w, https://kb.sitecountry.com/content/images/size/w2400/2024/07/image-31.png 2400w" sizes="(min-width: 720px) 720px"></figure><p>Once you have set the option Off and saved it,  ModSecurity should be disabled.</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-32.png" class="kg-image" alt loading="lazy" width="2000" height="878" srcset="https://kb.sitecountry.com/content/images/size/w600/2024/07/image-32.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2024/07/image-32.png 1000w, https://kb.sitecountry.com/content/images/size/w1600/2024/07/image-32.png 1600w, https://kb.sitecountry.com/content/images/size/w2400/2024/07/image-32.png 2400w" sizes="(min-width: 720px) 720px"></figure><p>Note : If you got any errors while saving, then do not worry, just refresh the page and check if ModSecurity shows as off, if it does, then its successfully done as well.</p><p></p>]]></content:encoded></item><item><title><![CDATA[How to Restore WordPress Core through Control Panel]]></title><description><![CDATA[<p><br>In this tutorial, we are going to cover the step-by-step process of restoring the WordPress core for a WordPress website.</p><p>The WordPress core might get corrupted due to various reasons, primarily due to malware infection, conflicting themes or plugins, etc.</p><p>Restoring WordPress core helps in solving a majority of WordPress</p>]]></description><link>https://kb.sitecountry.com/how-to-restore-wordpress-core-through-control-panel/</link><guid isPermaLink="false">669d721b99b7d20001b7e1d6</guid><dc:creator><![CDATA[SiteCountry Team]]></dc:creator><pubDate>Sun, 21 Jul 2024 21:45:11 GMT</pubDate><content:encoded><![CDATA[<p><br>In this tutorial, we are going to cover the step-by-step process of restoring the WordPress core for a WordPress website.</p><p>The WordPress core might get corrupted due to various reasons, primarily due to malware infection, conflicting themes or plugins, etc.</p><p>Restoring WordPress core helps in solving a majority of WordPress Critical errors.</p><p>Let&apos;s see how you can restore the WordPress core on your WordPress website hosted at SiteCountry through the control panel.</p><p>We see that this current website just displays a white/blank page as shown in the below screenshot :</p><figure class="kg-card kg-image-card"><img src="https://st.wpassist.me/m/2020/06/wordpress-critical-error-message.png" class="kg-image" alt="How To Change WordPress Critical Error Page Content // WPAssist" loading="lazy"></figure><p></p><p>A blank page showing on the website when trying to access it.<br><br><br>Step 1: Log in to your Hosting Control Panel.<br></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-23.png" class="kg-image" alt loading="lazy" width="833" height="453" srcset="https://kb.sitecountry.com/content/images/size/w600/2024/07/image-23.png 600w, https://kb.sitecountry.com/content/images/2024/07/image-23.png 833w" sizes="(min-width: 720px) 720px"></figure><p>Step 2 : Once logged in, go to the file manager as shown below :</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-1.png" class="kg-image" alt="Go to File Manager" loading="lazy" width="1468" height="915" srcset="https://kb.sitecountry.com/content/images/size/w600/2024/07/image-1.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2024/07/image-1.png 1000w, https://kb.sitecountry.com/content/images/2024/07/image-1.png 1468w" sizes="(min-width: 720px) 720px"></figure><p>Step 3 : Now, go inside the domains folder as shown below</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-4.png" class="kg-image" alt="Click on Domain folder" loading="lazy" width="503" height="629"></figure><p>Inside the domains folder, go to domains&gt; select the domain name where you are facing the issue by double-clicking on it to open the next folder. </p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-24.png" class="kg-image" alt loading="lazy" width="563" height="331"></figure><p>Now go inside the public_html folder of this particular domain.</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-5.png" class="kg-image" alt="Go to public_html folder" loading="lazy" width="644" height="502" srcset="https://kb.sitecountry.com/content/images/size/w600/2024/07/image-5.png 600w, https://kb.sitecountry.com/content/images/2024/07/image-5.png 644w"></figure><p>Step 4: Now, download the WordPress core files from here: <a href="https://wordpress.org/download/?ref=kb.sitecountry.com" rel="noreferrer">LINK</a><br>Click on the download button as shown below :</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-6.png" class="kg-image" alt loading="lazy" width="1570" height="881" srcset="https://kb.sitecountry.com/content/images/size/w600/2024/07/image-6.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2024/07/image-6.png 1000w, https://kb.sitecountry.com/content/images/2024/07/image-6.png 1570w" sizes="(min-width: 720px) 720px"></figure><p><br>Alternatively, navigate to Google and search for &quot;download wordpress org,&quot; then click on the first link that appears.<br><br>Remember that you need to download this file only once, even if you are going to restore WordPress core for multiple websites, the same Core file would work for all websites.</p><p>Step 5a : Take the backup of all the files in the public_html and skip the foldres and save the backup file with something like  fileb4reset.zip  replace the date with the date which you are taking the backup for your future reference.</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2025/04/selectallfiles.png" class="kg-image" alt loading="lazy" width="1920" height="874" srcset="https://kb.sitecountry.com/content/images/size/w600/2025/04/selectallfiles.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2025/04/selectallfiles.png 1000w, https://kb.sitecountry.com/content/images/size/w1600/2025/04/selectallfiles.png 1600w, https://kb.sitecountry.com/content/images/2025/04/selectallfiles.png 1920w" sizes="(min-width: 720px) 720px"></figure><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2025/04/archive.png" class="kg-image" alt loading="lazy" width="1291" height="763" srcset="https://kb.sitecountry.com/content/images/size/w600/2025/04/archive.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2025/04/archive.png 1000w, https://kb.sitecountry.com/content/images/2025/04/archive.png 1291w" sizes="(min-width: 720px) 720px"></figure><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2025/04/zip.png" class="kg-image" alt loading="lazy" width="1127" height="735" srcset="https://kb.sitecountry.com/content/images/size/w600/2025/04/zip.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2025/04/zip.png 1000w, https://kb.sitecountry.com/content/images/2025/04/zip.png 1127w" sizes="(min-width: 720px) 720px"></figure><p>Step 5b: Return to the Hosting File Manager, and you will find the WordPress core files in the public_html folder. Select all the files, then deselect the &apos;wp-content&apos; folder, the &apos;wp-config.php&apos; file, the &apos;.htaccess&apos; file, the fileb4reset.zip file  and any other files you have manually uploaded, as shown in the screenshot below.</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-7.png" class="kg-image" alt loading="lazy" width="1025" height="956" srcset="https://kb.sitecountry.com/content/images/size/w600/2024/07/image-7.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2024/07/image-7.png 1000w, https://kb.sitecountry.com/content/images/2024/07/image-7.png 1025w" sizes="(min-width: 720px) 720px"></figure><p>Step 6: Delete all of the selected files as shown below :</p><p>It&apos;s better to keep to &quot;To Trash&quot; option as Enabled (On).</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-8.png" class="kg-image" alt loading="lazy" width="695" height="631" srcset="https://kb.sitecountry.com/content/images/size/w600/2024/07/image-8.png 600w, https://kb.sitecountry.com/content/images/2024/07/image-8.png 695w"></figure><p>Step 7: Now upload the downloaded WordPress core zip file as shown below :<br></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-9.png" class="kg-image" alt loading="lazy" width="708" height="337" srcset="https://kb.sitecountry.com/content/images/size/w600/2024/07/image-9.png 600w, https://kb.sitecountry.com/content/images/2024/07/image-9.png 708w"></figure><p>Step 8: Once uploaded, extract the file as shown below :</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-10.png" class="kg-image" alt loading="lazy" width="637" height="674" srcset="https://kb.sitecountry.com/content/images/size/w600/2024/07/image-10.png 600w, https://kb.sitecountry.com/content/images/2024/07/image-10.png 637w"></figure><p><br>Now, files will get extracted inside the wordpress folder, go inside the folder as shown below :</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-17.png" class="kg-image" alt loading="lazy" width="638" height="421" srcset="https://kb.sitecountry.com/content/images/size/w600/2024/07/image-17.png 600w, https://kb.sitecountry.com/content/images/2024/07/image-17.png 638w"></figure><p><br>Select all the folders, except the wp-content folder as shown below, and move it to the path after removing wordpress from the shown path :</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-19.png" class="kg-image" alt loading="lazy" width="849" height="960" srcset="https://kb.sitecountry.com/content/images/size/w600/2024/07/image-19.png 600w, https://kb.sitecountry.com/content/images/2024/07/image-19.png 849w" sizes="(min-width: 720px) 720px"></figure><p><br>Click on the move button.</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2024/07/image-27.png" class="kg-image" alt loading="lazy" width="693" height="255" srcset="https://kb.sitecountry.com/content/images/size/w600/2024/07/image-27.png 600w, https://kb.sitecountry.com/content/images/2024/07/image-27.png 693w"></figure><p>The WordPress core has been reinstalled successfully. You can try visiting the website now, it should work fine.</p>]]></content:encoded></item><item><title><![CDATA[How to Setup Business Email in Gmail to send and receive emails]]></title><description><![CDATA[<p>This article will help you use Gmail to send and receive emails with the business email account for the domain hosted on <a href="https://www.sitecountry.com/?ref=kb.sitecountry.com" rel="noreferrer"><strong>SiteCountry Cloud Hosting</strong></a>.</p><p>1) Log into your Gmail account</p><p>2) Click on the <strong>Gear icon</strong> in the top right corner, and then click the <strong>See all settings</strong> button.</p>]]></description><link>https://kb.sitecountry.com/how-to-setup-business-email-in-gmail-to-send-and-receiving-emails/</link><guid isPermaLink="false">6523ecf0ade46e0001113d0b</guid><dc:creator><![CDATA[SiteCountry Team]]></dc:creator><pubDate>Mon, 09 Oct 2023 14:55:06 GMT</pubDate><content:encoded><![CDATA[<p>This article will help you use Gmail to send and receive emails with the business email account for the domain hosted on <a href="https://www.sitecountry.com/?ref=kb.sitecountry.com" rel="noreferrer"><strong>SiteCountry Cloud Hosting</strong></a>.</p><p>1) Log into your Gmail account</p><p>2) Click on the <strong>Gear icon</strong> in the top right corner, and then click the <strong>See all settings</strong> button.</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/setup-business-email-in-gmail-1.jpg" class="kg-image" alt loading="lazy" width="458" height="868"></figure><p>3) Click on the <strong>Account and Import</strong> tab and then Click on the <strong>Add a mail account</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/setup-business-email-in-gmail-2.jpg" class="kg-image" alt loading="lazy" width="1193" height="668" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/setup-business-email-in-gmail-2.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/setup-business-email-in-gmail-2.jpg 1000w, https://kb.sitecountry.com/content/images/2023/10/setup-business-email-in-gmail-2.jpg 1193w" sizes="(min-width: 720px) 720px"></figure><p>4) A new window will open. Enter your email address on it and Click on the <strong>Next button</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/setup-business-email-in-gmail-3.jpg" class="kg-image" alt loading="lazy" width="808" height="668" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/setup-business-email-in-gmail-3.jpg 600w, https://kb.sitecountry.com/content/images/2023/10/setup-business-email-in-gmail-3.jpg 808w" sizes="(min-width: 720px) 720px"></figure><p>5) Select the option <strong>Import emails from my other account (POP3)</strong> and click on the <strong>Next </strong>button</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/setup-business-email-in-gmail-4.jpg" class="kg-image" alt loading="lazy" width="814" height="654" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/setup-business-email-in-gmail-4.jpg 600w, https://kb.sitecountry.com/content/images/2023/10/setup-business-email-in-gmail-4.jpg 814w" sizes="(min-width: 720px) 720px"></figure><p>6) Then in the Next window Enter the following details and Click on the <strong>Add account</strong> button</p><p><strong>Username</strong> - Enter Business Email Address<br><strong>Password</strong> - Enter Business Email Address Password<br><strong>POP Server</strong> - mail.yourdomain.com<br><strong>Port </strong>- 995 (Default - 110)<br><strong>Additional Options</strong> - Check only box <strong>Always use a secure connection (SSL) when retrieving mail</strong> and the remaining ones should be Unchecked</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/setup-business-email-in-gmail-5-1.jpg" class="kg-image" alt loading="lazy" width="816" height="667" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/setup-business-email-in-gmail-5-1.jpg 600w, https://kb.sitecountry.com/content/images/2023/10/setup-business-email-in-gmail-5-1.jpg 816w" sizes="(min-width: 720px) 720px"></figure><p>7) Select the option,<strong>the &#xA0;Yes, I want to be able to send mail as john@mydomain.com </strong>and Click on the <strong>Next </strong>button</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/setup-business-email-in-gmail-6.jpg" class="kg-image" alt loading="lazy" width="804" height="653" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/setup-business-email-in-gmail-6.jpg 600w, https://kb.sitecountry.com/content/images/2023/10/setup-business-email-in-gmail-6.jpg 804w" sizes="(min-width: 720px) 720px"></figure><p>8) Enter your Name and Check <strong>Treat as an alias</strong> option and Click the <strong>Next Step </strong>button</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/setup-business-email-in-gmail-7.jpg" class="kg-image" alt loading="lazy" width="811" height="666" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/setup-business-email-in-gmail-7.jpg 600w, https://kb.sitecountry.com/content/images/2023/10/setup-business-email-in-gmail-7.jpg 811w" sizes="(min-width: 720px) 720px"></figure><p>9) Then in the Next window Enter the following details and Click on the <strong>Add account</strong> button</p><p><strong>SMTP Server</strong> - mail.yourdomain.com<br><strong>Username - </strong>Enter Business Email Address<br><strong>Password</strong> - Enter Business Email Address Password<br><strong>Port </strong>- 465 (Default - 587)<br><strong>Additional Options</strong> - Check <strong>Secured connection using TLS</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/setup-business-email-in-gmail-8.jpg" class="kg-image" alt loading="lazy" width="811" height="664" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/setup-business-email-in-gmail-8.jpg 600w, https://kb.sitecountry.com/content/images/2023/10/setup-business-email-in-gmail-8.jpg 811w" sizes="(min-width: 720px) 720px"></figure><p>Now, you will receive a verification link from&#xA0;<strong>Gmail</strong>&#xA0;to the business email address you have just added. You need to click on the link in the email to&#xA0;<strong>Verify</strong>.</p><p>Once verified you will see your business email address in the&#xA0;<strong>Send mail as</strong>&#xA0;and the&#xA0;<strong>Check mail from other accounts sections</strong> under <strong>Accounts and Imports </strong>Tab under <strong>Settings</strong></p><p>That&apos;s all, you are now ready to send and receive emails for your business email through your Gmail account.</p><p>If you need any help with configuring the Business email in Gmail, please feel free to&#xA0;<a href="https://www.sitecountry.com/contact-us/?ref=kb.sitecountry.com"><strong>contact</strong></a>&#xA0;our customer support team.</p>]]></content:encoded></item><item><title><![CDATA[How to Restore Backup of a WordPress Website Using JetBackup?]]></title><description><![CDATA[<p>In this article, we will show how to Restore the Backup of a Specific WordPress website using JetBackup in the&#xA0;<a href="https://www.sitecountry.com/?ref=kb.sitecountry.com"><strong>SiteCountry</strong></a><strong>&#xA0;</strong>Control panel.</p><p>1) Log in to the&#xA0;<a href="https://kb.sitecountry.com/how-to-log-in-to-sitecountrys-control-panel/"><strong>SiteCountry Control Panel</strong></a></p><p>2)&#xA0;<strong>Select the Domain Name&#xA0;</strong>for which you need to Restore Backup</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/image.png" class="kg-image" alt loading="lazy"></figure><p>3) Click</p>]]></description><link>https://kb.sitecountry.com/how-to-restore-backup-of-a-wordpress-website-using-jetbackup/</link><guid isPermaLink="false">6521552699f84c00013fbb24</guid><dc:creator><![CDATA[SiteCountry Team]]></dc:creator><pubDate>Sat, 07 Oct 2023 14:17:29 GMT</pubDate><content:encoded><![CDATA[<p>In this article, we will show how to Restore the Backup of a Specific WordPress website using JetBackup in the&#xA0;<a href="https://www.sitecountry.com/?ref=kb.sitecountry.com"><strong>SiteCountry</strong></a><strong>&#xA0;</strong>Control panel.</p><p>1) Log in to the&#xA0;<a href="https://kb.sitecountry.com/how-to-log-in-to-sitecountrys-control-panel/"><strong>SiteCountry Control Panel</strong></a></p><p>2)&#xA0;<strong>Select the Domain Name&#xA0;</strong>for which you need to Restore Backup</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/image.png" class="kg-image" alt loading="lazy"></figure><p>3) Click on <strong>File Manager</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-file-manager.jpg" class="kg-image" alt loading="lazy"></figure><p>4) Navigate to the <strong>public_html</strong> directory of the <strong>domain for which you need to Restore Backup</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-domain-database-find-1.jpg" class="kg-image" alt loading="lazy" width="1920" height="984" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-website-backup-restore-domain-database-find-1.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-website-backup-restore-domain-database-find-1.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/10/sitecountry-website-backup-restore-domain-database-find-1.jpg 1600w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-domain-database-find-1.jpg 1920w" sizes="(min-width: 720px) 720px"></figure><p>5) Right-click on the <strong>wp-config.php</strong> file and Click on Edit</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/wordpress-config-file-edit-sitecountry-control-panel.jpg" class="kg-image" alt loading="lazy"></figure><p>6) Note down the <strong>DB_NAME</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-domain-database-find-2.jpg" class="kg-image" alt loading="lazy" width="1920" height="975" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-website-backup-restore-domain-database-find-2.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-website-backup-restore-domain-database-find-2.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/10/sitecountry-website-backup-restore-domain-database-find-2.jpg 1600w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-domain-database-find-2.jpg 1920w" sizes="(min-width: 720px) 720px"></figure><p>7) Navigate Back to the Control Panel Home</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-control-panel-home.jpg" class="kg-image" alt loading="lazy" width="1500" height="735" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-control-panel-home.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-control-panel-home.jpg 1000w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-control-panel-home.jpg 1500w" sizes="(min-width: 720px) 720px"></figure><p>8) Click on the <strong>JetBackup </strong>under the Extra Features section</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-feature.jpg" class="kg-image" alt loading="lazy" width="1438" height="679" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-website-backup-feature.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-website-backup-feature.jpg 1000w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-feature.jpg 1438w" sizes="(min-width: 720px) 720px"></figure><p></p><p>9) Click on <strong>Home Directory </strong>in the JetBackup Home</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-1.jpg" class="kg-image" alt loading="lazy" width="1527" height="695" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-website-backup-restore-1.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-website-backup-restore-1.jpg 1000w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-1.jpg 1527w" sizes="(min-width: 720px) 720px"></figure><p>10) Then Click on the Website Backup you want to Restore as in the Screenshot below</p><p>Here in this example, we have chosen <strong>Website backup - 6 Oct 2023 12:00 AM</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-2.jpg" class="kg-image" alt loading="lazy" width="1533" height="755" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-website-backup-restore-2.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-website-backup-restore-2.jpg 1000w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-2.jpg 1533w" sizes="(min-width: 720px) 720px"></figure><p>11) Click on <strong>Change Files Selection </strong>which will open a Popup window. In the popup window click on the <strong>domains</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-3.jpg" class="kg-image" alt loading="lazy" width="1530" height="764" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-website-backup-restore-3.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-website-backup-restore-3.jpg 1000w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-3.jpg 1530w" sizes="(min-width: 720px) 720px"></figure><p>12) Click on the domain name for which you need to Restore Website Backup </p><p>Here in this example, we have chosen the <strong>Domain - scncf.info</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-4.jpg" class="kg-image" alt loading="lazy" width="1461" height="700" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-website-backup-restore-4.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-website-backup-restore-4.jpg 1000w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-4.jpg 1461w" sizes="(min-width: 720px) 720px"></figure><p>13) Check the on <strong>public_html </strong>and Make sure that your <strong>Current Path</strong> is only for a specific domain e.g <a href="https://cerium.in.scnservers.net:2222/CMD_PLUGINS/jetbackup5/index.raw?ref=kb.sitecountry.com">/backup-root/</a><a href="https://cerium.in.scnservers.net:2222/CMD_PLUGINS/jetbackup5/index.raw?ref=kb.sitecountry.com">domains/</a><a href="https://cerium.in.scnservers.net:2222/CMD_PLUGINS/jetbackup5/index.raw?ref=kb.sitecountry.com">scncf.info/</a> and then click on the <strong>Select Files</strong> button as in the Screenshot below</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-5.jpg" class="kg-image" alt loading="lazy" width="1736" height="905" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-website-backup-restore-5.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-website-backup-restore-5.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/10/sitecountry-website-backup-restore-5.jpg 1600w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-5.jpg 1736w" sizes="(min-width: 720px) 720px"></figure><p>14) Clicking the Select Files button will close the Popup and Show selected files to Restore as in the Screenshot below</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-6.jpg" class="kg-image" alt loading="lazy" width="1517" height="904" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-website-backup-restore-6.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-website-backup-restore-6.jpg 1000w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-6.jpg 1517w" sizes="(min-width: 720px) 720px"></figure><p>After verifying the above details Click on the <strong>Restore </strong>button</p><p>15) Click on the <strong>Restore Selected Items</strong> button in the Popup Window to Restore the Backup of Website Files</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-7.jpg" class="kg-image" alt loading="lazy" width="1665" height="735" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-website-backup-restore-7.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-website-backup-restore-7.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/10/sitecountry-website-backup-restore-7.jpg 1600w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-7.jpg 1665w" sizes="(min-width: 720px) 720px"></figure><p> 16) Go back to <strong>JetBackup Home </strong>and Click on <strong>Databases</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-database-backup-restore-1.jpg" class="kg-image" alt loading="lazy" width="1538" height="812" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-database-backup-restore-1.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-database-backup-restore-1.jpg 1000w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-database-backup-restore-1.jpg 1538w" sizes="(min-width: 720px) 720px"></figure><p>17) In the Search box enter the DB_NAME noted in Step 6</p><p>Here in this example, it is <strong>DB_NAME - scnvideo_scncf</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-database-backup-restore-2.jpg" class="kg-image" alt loading="lazy" width="1678" height="875" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-database-backup-restore-2.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-database-backup-restore-2.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/10/sitecountry-database-backup-restore-2.jpg 1600w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-database-backup-restore-2.jpg 1678w" sizes="(min-width: 720px) 720px"></figure><p>Then click on Database to Select and Finally click on <strong>Restore </strong>button and then <strong>Restore Selected Items</strong> to restore the Database backup for website scncf.info</p><p><em>Note: You may use the <strong>Choose Other Backup</strong> button to choose</em> a <em>different database backup</em></p><p>18) Once Website Files and Database Restore are done for a Specific Domain you can monitor the Status of Restore using the Queue option in the JetBackup window as in the below Screenshot</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-queue.jpg" class="kg-image" alt loading="lazy" width="1894" height="731" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-website-backup-restore-queue.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-website-backup-restore-queue.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/10/sitecountry-website-backup-restore-queue.jpg 1600w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-website-backup-restore-queue.jpg 1894w" sizes="(min-width: 720px) 720px"></figure><p>Once the <strong>Status </strong>of Restore schedules shows <strong>Completed </strong>then it means that the WordPress Website Backup Restore has been successfully completed.</p><p>You can open the website in the browser and check whether it is working fine.</p><p>Still, if you need any help in Restoring Website Backup, please feel free to&#xA0;<a href="https://www.sitecountry.com/contact-us/?ref=kb.sitecountry.com"><strong>contact</strong></a><strong>&#xA0;</strong>our customer support team.</p><p></p>]]></content:encoded></item><item><title><![CDATA[How to Add a Site Redirection in the SiteCountry Control Panel?]]></title><description><![CDATA[<p>In this article, we will show how to Add a Site Redirection in the <strong><a href="https://www.sitecountry.com/?ref=kb.sitecountry.com">SiteCountry</a> </strong>Control panel.</p><p>1) Log in to the <a href="https://kb.sitecountry.com/how-to-log-in-to-sitecountrys-control-panel/"><strong>SiteCountry Control Panel</strong></a></p><p>2) <strong>Select the Domain Name </strong>for which you need to Site Redirection</p><p>3) Navigate to the Account Manager section and Click on <strong>Site Redirection</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-site-redirection.jpg" class="kg-image" alt loading="lazy" width="1511" height="563" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-site-redirection.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-site-redirection.jpg 1000w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-site-redirection.jpg 1511w" sizes="(min-width: 720px) 720px"></figure><p>4)</p>]]></description><link>https://kb.sitecountry.com/how-to-add-site-redirection-in-sitecountry-control-panel/</link><guid isPermaLink="false">651ea9f61887920001470e08</guid><dc:creator><![CDATA[SiteCountry Team]]></dc:creator><pubDate>Thu, 05 Oct 2023 12:39:11 GMT</pubDate><content:encoded><![CDATA[<p>In this article, we will show how to Add a Site Redirection in the <strong><a href="https://www.sitecountry.com/?ref=kb.sitecountry.com">SiteCountry</a> </strong>Control panel.</p><p>1) Log in to the <a href="https://kb.sitecountry.com/how-to-log-in-to-sitecountrys-control-panel/"><strong>SiteCountry Control Panel</strong></a></p><p>2) <strong>Select the Domain Name </strong>for which you need to Site Redirection</p><p>3) Navigate to the Account Manager section and Click on <strong>Site Redirection</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-site-redirection.jpg" class="kg-image" alt loading="lazy" width="1511" height="563" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-site-redirection.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-site-redirection.jpg 1000w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-site-redirection.jpg 1511w" sizes="(min-width: 720px) 720px"></figure><p>4) Click on the <strong>Create New Redirect</strong> button</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-site-redirection-create.jpg" class="kg-image" alt loading="lazy" width="1791" height="512" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-site-redirection-create.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-site-redirection-create.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/10/sitecountry-site-redirection-create.jpg 1600w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-site-redirection-create.jpg 1791w" sizes="(min-width: 720px) 720px"></figure><p>5) Enter the details in <strong>Add New Redirect</strong> window</p><p>Example:</p><p><strong>Local URL Path:</strong> /old-page<br><strong>Redirect Type:</strong> 301 - Permanent<br><strong>Destination URL:</strong> <a href="https://www.scncf.info/new-page/?ref=kb.sitecountry.com">https://www.scncf.info/new-page/</a></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-add-new-redirect.jpg" class="kg-image" alt loading="lazy" width="1623" height="823" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-add-new-redirect.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-add-new-redirect.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/10/sitecountry-add-new-redirect.jpg 1600w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-add-new-redirect.jpg 1623w" sizes="(min-width: 720px) 720px"></figure><p>Once necessary details are entered click on the <strong>Create </strong>button to add a New Site Redirection.</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/10/sitecountry-site-redirects.jpg" class="kg-image" alt loading="lazy" width="1575" height="547" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/10/sitecountry-site-redirects.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/10/sitecountry-site-redirects.jpg 1000w, https://kb.sitecountry.com/content/images/2023/10/sitecountry-site-redirects.jpg 1575w" sizes="(min-width: 720px) 720px"></figure><p>That&apos;s all. You have added a New Site Redirect for your Website hosted on <a href="https://www.sitecountry.com/?ref=kb.sitecountry.com"><strong>SiteCountry Cloud hosting</strong></a>.</p><p>If you need any help with the Site Redirection please feel free to <strong><a href="https://www.sitecountry.com/contact-us/?ref=kb.sitecountry.com">contact</a> </strong>our customer support team.</p>]]></content:encoded></item><item><title><![CDATA[How to Add a Cron Job in the SiteCountry Control Panel?]]></title><description><![CDATA[<p>In this article, we will show how to Add a Cron Job in the <strong><a href="https://www.sitecountry.com/?ref=kb.sitecountry.com">SiteCountry</a> </strong>Control panel.</p><p>1) Log in to the <a href="https://kb.sitecountry.com/how-to-log-in-to-sitecountrys-control-panel/"><strong>SiteCountry Control Panel</strong></a></p><p>2) <strong>Select the Domain Name </strong>for which you need to Add a Cron Job</p><p>3) Navigate to the Advanced Features section and Click on <strong>Cron</strong></p>]]></description><link>https://kb.sitecountry.com/how-to-add-a-cron-job-in-sitecountry-control-panel/</link><guid isPermaLink="false">65081af8eff7240001ab8c12</guid><dc:creator><![CDATA[SiteCountry Team]]></dc:creator><pubDate>Mon, 18 Sep 2023 10:32:20 GMT</pubDate><content:encoded><![CDATA[<p>In this article, we will show how to Add a Cron Job in the <strong><a href="https://www.sitecountry.com/?ref=kb.sitecountry.com">SiteCountry</a> </strong>Control panel.</p><p>1) Log in to the <a href="https://kb.sitecountry.com/how-to-log-in-to-sitecountrys-control-panel/"><strong>SiteCountry Control Panel</strong></a></p><p>2) <strong>Select the Domain Name </strong>for which you need to Add a Cron Job</p><p>3) Navigate to the Advanced Features section and Click on <strong>Cron Jobs</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-cron-jobs.jpg" class="kg-image" alt loading="lazy" width="1373" height="571" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-control-panel-cron-jobs.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-control-panel-cron-jobs.jpg 1000w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-cron-jobs.jpg 1373w" sizes="(min-width: 720px) 720px"></figure><p>4) Click on the <strong>Create Cron Job</strong> button</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-create-cron-job.jpg" class="kg-image" alt loading="lazy" width="1490" height="545" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-control-panel-create-cron-job.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-control-panel-create-cron-job.jpg 1000w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-create-cron-job.jpg 1490w" sizes="(min-width: 720px) 720px"></figure><p>5) Enter the following Cron Job details:</p><p><strong>Command:</strong> enter the command e.g php -q &quot;/home/username/domains/example.com/public_html/cron/script.php&quot;<br><strong>Minute:</strong> * (or) */ followed by a value between 0-59<br><strong>Hour:</strong> * (or) */ followed by a value between 0-23<br><strong>Day of Month:</strong> * (or) */ followed by a value between 1-31<br><strong>Month:</strong> * (or) */ followed by a value between 1-12<br><strong>Day of Week:</strong> */ followed by a value between 0-7</p><p>Refer to the below Screenshot where we have created a cron job to run a PHP script every day in intervals of 1 hour</p><p><strong>Command:</strong> php -q &quot;/home/scnvideo/domains/scncf.info/public_html/cron/script.php<br><strong>Hour:</strong> */1</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-cron-job-details-1.jpg" class="kg-image" alt loading="lazy" width="1920" height="1080" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-control-panel-cron-job-details-1.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-control-panel-cron-job-details-1.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/sitecountry-control-panel-cron-job-details-1.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-cron-job-details-1.jpg 1920w" sizes="(min-width: 720px) 720px"></figure><p>Once after above details are filled scroll down and click on the <strong>Create </strong>button to create the Cron job.</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-add-cron-job.jpg" class="kg-image" alt loading="lazy" width="1905" height="1011" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-control-panel-add-cron-job.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-control-panel-add-cron-job.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/sitecountry-control-panel-add-cron-job.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-add-cron-job.jpg 1905w" sizes="(min-width: 720px) 720px"></figure><p>That&apos;s all. You have added a Cron job for your Website hosted on <a href="https://www.sitecountry.com/?ref=kb.sitecountry.com"><strong>SiteCountry Cloud hosting</strong></a>.</p><p>You may also refer to the <strong>Details</strong> and <strong>Sample cron commands</strong> section cron job create page.</p><p>If you need any help with Cron jobs then please feel free to <a href="https://www.sitecountry.com/contact-us/?ref=kb.sitecountry.com"><strong>contact</strong></a><strong> </strong>our customer support team.</p>]]></content:encoded></item><item><title><![CDATA[How to Backup a WordPress Website Using Softaculous?]]></title><description><![CDATA[<p>In this article, we will show how to Back up a WordPress Website using the Softaculous in <strong><a href="https://www.sitecountry.com/?ref=kb.sitecountry.com">SiteCountry</a> </strong>Control panel.</p><p>1) Log in to the <a href="https://kb.sitecountry.com/how-to-log-in-to-sitecountrys-control-panel/"><strong>SiteCountry Control Panel</strong></a></p><p>2) Click on <strong>Softaculous Auto Installer</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous.jpg" class="kg-image" alt loading="lazy" width="1295" height="610" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-softaculous.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-softaculous.jpg 1000w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous.jpg 1295w" sizes="(min-width: 720px) 720px"></figure><p>3) Click on <strong>Installations </strong>button</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous-installations.jpg" class="kg-image" alt loading="lazy" width="1361" height="670" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-softaculous-installations.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-softaculous-installations.jpg 1000w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous-installations.jpg 1361w" sizes="(min-width: 720px) 720px"></figure><p>4) Corresponding to WordPress Installation you need to Backup click on</p>]]></description><link>https://kb.sitecountry.com/how-to-backup-wordpress-website-using-softaculous/</link><guid isPermaLink="false">6506dbeaeff7240001ab8ba5</guid><dc:creator><![CDATA[SiteCountry Team]]></dc:creator><pubDate>Sun, 17 Sep 2023 11:29:31 GMT</pubDate><content:encoded><![CDATA[<p>In this article, we will show how to Back up a WordPress Website using the Softaculous in <strong><a href="https://www.sitecountry.com/?ref=kb.sitecountry.com">SiteCountry</a> </strong>Control panel.</p><p>1) Log in to the <a href="https://kb.sitecountry.com/how-to-log-in-to-sitecountrys-control-panel/"><strong>SiteCountry Control Panel</strong></a></p><p>2) Click on <strong>Softaculous Auto Installer</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous.jpg" class="kg-image" alt loading="lazy" width="1295" height="610" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-softaculous.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-softaculous.jpg 1000w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous.jpg 1295w" sizes="(min-width: 720px) 720px"></figure><p>3) Click on <strong>Installations </strong>button</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous-installations.jpg" class="kg-image" alt loading="lazy" width="1361" height="670" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-softaculous-installations.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-softaculous-installations.jpg 1000w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous-installations.jpg 1361w" sizes="(min-width: 720px) 720px"></figure><p>4) Corresponding to WordPress Installation you need to Backup click on the <strong>Backup </strong>button</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous-wordpress-backup.jpg" class="kg-image" alt loading="lazy" width="1865" height="593" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-softaculous-wordpress-backup.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-softaculous-wordpress-backup.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/sitecountry-softaculous-wordpress-backup.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous-wordpress-backup.jpg 1865w" sizes="(min-width: 720px) 720px"></figure><p>5) Then Enter a <strong>Backup Note</strong> and Select a <strong>Backup Location </strong>as in below Screenshot</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous-wordpress-backup-create.jpg" class="kg-image" alt loading="lazy" width="1617" height="674" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-softaculous-wordpress-backup-create.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-softaculous-wordpress-backup-create.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/sitecountry-softaculous-wordpress-backup-create.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous-wordpress-backup-create.jpg 1617w" sizes="(min-width: 720px) 720px"></figure><p>Then Scroll down the page and Click on <strong>Backup Installation</strong> button to complete the process</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous-wordpress-backup-installation.jpg" class="kg-image" alt loading="lazy" width="1899" height="877" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-softaculous-wordpress-backup-installation.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-softaculous-wordpress-backup-installation.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/sitecountry-softaculous-wordpress-backup-installation.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous-wordpress-backup-installation.jpg 1899w" sizes="(min-width: 720px) 720px"></figure><p>6) Once the backup is completed successfully, click on the <strong>Backups</strong> link to See the Backup created.</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous-download-wordpress-backup.jpg" class="kg-image" alt loading="lazy" width="1808" height="491" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-softaculous-download-wordpress-backup.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-softaculous-download-wordpress-backup.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/sitecountry-softaculous-download-wordpress-backup.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous-download-wordpress-backup.jpg 1808w" sizes="(min-width: 720px) 720px"></figure><p>7) To Download the Backup click on the <strong>Download </strong>button corresponding to the Backup</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous-backups-download.jpg" class="kg-image" alt loading="lazy" width="1865" height="596" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-softaculous-backups-download.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-softaculous-backups-download.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/sitecountry-softaculous-backups-download.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-softaculous-backups-download.jpg 1865w" sizes="(min-width: 720px) 720px"></figure><p>That&apos;s all you are done. Hope this helps.</p><p>If you need any help with WordPress Website Backup then please feel free to <strong><a href="https://www.sitecountry.com/contact-us/?ref=kb.sitecountry.com">contact</a> </strong>our customer support team.</p>]]></content:encoded></item><item><title><![CDATA[How to One-Click Login to PhpMyAdmin in the SiteCountry Control Panel?]]></title><description><![CDATA[<p>In this article, we will show how to Log in to PhpMyAdmin via one click in the <strong><a href="https://www.sitecountry.com/?ref=kb.sitecountry.com">SiteCountry</a> </strong>Control panel.</p><p>1) Log in to the <a href="https://kb.sitecountry.com/how-to-log-in-to-sitecountrys-control-panel/"><strong>SiteCountry Control Panel</strong></a></p><p>2) Click on <strong>MySQL Management</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/image-1.png" class="kg-image" alt loading="lazy" width="1298" height="616" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/image-1.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/image-1.png 1000w, https://kb.sitecountry.com/content/images/2023/09/image-1.png 1298w" sizes="(min-width: 720px) 720px"></figure><p>3) Click on the <strong>Plus (+) Icon</strong> corresponding to the <strong>Database for which you want to Access PhpMyAdmin</strong></p>]]></description><link>https://kb.sitecountry.com/how-to-one-click-login-phpmyadmin/</link><guid isPermaLink="false">6506b658eff7240001ab8b5a</guid><dc:creator><![CDATA[SiteCountry Team]]></dc:creator><pubDate>Sun, 17 Sep 2023 08:35:39 GMT</pubDate><content:encoded><![CDATA[<p>In this article, we will show how to Log in to PhpMyAdmin via one click in the <strong><a href="https://www.sitecountry.com/?ref=kb.sitecountry.com">SiteCountry</a> </strong>Control panel.</p><p>1) Log in to the <a href="https://kb.sitecountry.com/how-to-log-in-to-sitecountrys-control-panel/"><strong>SiteCountry Control Panel</strong></a></p><p>2) Click on <strong>MySQL Management</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/image-1.png" class="kg-image" alt loading="lazy" width="1298" height="616" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/image-1.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/image-1.png 1000w, https://kb.sitecountry.com/content/images/2023/09/image-1.png 1298w" sizes="(min-width: 720px) 720px"></figure><p>3) Click on the <strong>Plus (+) Icon</strong> corresponding to the <strong>Database for which you want to Access PhpMyAdmin</strong> as in the Screenshot below</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-mysql-databases-management.jpg" class="kg-image" alt loading="lazy" width="1899" height="743" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-mysql-databases-management.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-mysql-databases-management.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/sitecountry-mysql-databases-management.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-mysql-databases-management.jpg 1899w" sizes="(min-width: 720px) 720px"></figure><p><em>Note: Alternatively to access PhpMyAdmin for all databases you may use the <strong>Login to PhpMyadmin</strong> button in this Step</em></p><p>4) Then Click on <strong>Login to phpMyAdmin</strong> link to access PhpMyAdmin</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-one-click-phpmyadmin-login.jpg" class="kg-image" alt loading="lazy" width="1905" height="698" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-one-click-phpmyadmin-login.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-one-click-phpmyadmin-login.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/sitecountry-one-click-phpmyadmin-login.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-one-click-phpmyadmin-login.jpg 1905w" sizes="(min-width: 720px) 720px"></figure><p>That&apos;s all you are done. Hope this helps.</p><p>If you need any help with PhpMyAdmin or MySQL then please feel free to <a href="https://www.sitecountry.com/contact-us/?ref=kb.sitecountry.com"><strong>contact</strong></a><strong> </strong>our customer support team.</p>]]></content:encoded></item><item><title><![CDATA[How to Create a Subdomain in the SiteCountry Control Panel?]]></title><description><![CDATA[<p>In this article, we will show how to Create a Subdomain in the <strong><a href="https://www.sitecountry.com/?ref=kb.sitecountry.com">SiteCountry</a> </strong>Control panel.</p><p>1) Log in to the <a href="https://kb.sitecountry.com/how-to-log-in-to-sitecountrys-control-panel/"><strong>SiteCountry Control Panel</strong></a></p><p>2) <strong>Select the Domain Name </strong>for which you need to Create a Subdomain</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/image.png" class="kg-image" alt loading="lazy" width="1623" height="572" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/image.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/image.png 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/image.png 1600w, https://kb.sitecountry.com/content/images/2023/09/image.png 1623w" sizes="(min-width: 720px) 720px"></figure><p>3) Click on <strong>Subdomain Management</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-subdomain-management.jpg" class="kg-image" alt loading="lazy" width="1626" height="572" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-subdomain-management.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-subdomain-management.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/sitecountry-subdomain-management.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-subdomain-management.jpg 1626w" sizes="(min-width: 720px) 720px"></figure><p>4) Click on the <strong>Add Subdomain </strong>button</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-subdomain-add.jpg" class="kg-image" alt loading="lazy" width="1899" height="533" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-subdomain-add.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-subdomain-add.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/sitecountry-subdomain-add.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-subdomain-add.jpg 1899w" sizes="(min-width: 720px) 720px"></figure><p>5)</p>]]></description><link>https://kb.sitecountry.com/how-to-create-a-subdomain/</link><guid isPermaLink="false">6506ab6aeff7240001ab8b01</guid><dc:creator><![CDATA[SiteCountry Team]]></dc:creator><pubDate>Sun, 17 Sep 2023 07:44:31 GMT</pubDate><content:encoded><![CDATA[<p>In this article, we will show how to Create a Subdomain in the <strong><a href="https://www.sitecountry.com/?ref=kb.sitecountry.com">SiteCountry</a> </strong>Control panel.</p><p>1) Log in to the <a href="https://kb.sitecountry.com/how-to-log-in-to-sitecountrys-control-panel/"><strong>SiteCountry Control Panel</strong></a></p><p>2) <strong>Select the Domain Name </strong>for which you need to Create a Subdomain</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/image.png" class="kg-image" alt loading="lazy" width="1623" height="572" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/image.png 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/image.png 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/image.png 1600w, https://kb.sitecountry.com/content/images/2023/09/image.png 1623w" sizes="(min-width: 720px) 720px"></figure><p>3) Click on <strong>Subdomain Management</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-subdomain-management.jpg" class="kg-image" alt loading="lazy" width="1626" height="572" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-subdomain-management.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-subdomain-management.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/sitecountry-subdomain-management.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-subdomain-management.jpg 1626w" sizes="(min-width: 720px) 720px"></figure><p>4) Click on the <strong>Add Subdomain </strong>button</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-subdomain-add.jpg" class="kg-image" alt loading="lazy" width="1899" height="533" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-subdomain-add.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-subdomain-add.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/sitecountry-subdomain-add.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-subdomain-add.jpg 1899w" sizes="(min-width: 720px) 720px"></figure><p>5) Enter the <strong>Subdomain name </strong>as in the Screenshot below and Click on the <strong>Add Subdomain</strong> button to Create the Subdomain</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-subdomain-create.jpg" class="kg-image" alt loading="lazy" width="1475" height="850" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-subdomain-create.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-subdomain-create.jpg 1000w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-subdomain-create.jpg 1475w" sizes="(min-width: 720px) 720px"></figure><p>Note: You can Leave the Default Document Root or Select your Preferred one</p><p></p><p>That&apos;s all. You have created a Subdomain for your Domain hosted on <a href="https://www.sitecountry.com/?ref=kb.sitecountry.com"><strong>SiteCountry Cloud hosting</strong></a>.</p><p>If you need any help with Creating Subdomains then please feel free to <a href="https://www.sitecountry.com/contact-us/?ref=kb.sitecountry.com"><strong>contact</strong></a><strong> </strong>our customer support team.</p>]]></content:encoded></item><item><title><![CDATA[How to Increase the WordPress Memory Limit?]]></title><description><![CDATA[<p>While working on a WordPress website you might get this error &quot;There has been a critical error on this website&quot;. </p><p>By checking the error log for your Website you can find the reason for the above error. One reason for this error is when the memory limit currently</p>]]></description><link>https://kb.sitecountry.com/how-to-increase-the-wordpress-memory-limit/</link><guid isPermaLink="false">64f70a48783263000112a2ee</guid><dc:creator><![CDATA[SiteCountry Team]]></dc:creator><pubDate>Tue, 05 Sep 2023 12:37:44 GMT</pubDate><content:encoded><![CDATA[<p>While working on a WordPress website you might get this error &quot;There has been a critical error on this website&quot;. </p><p>By checking the error log for your Website you can find the reason for the above error. One reason for this error is when the memory limit currently set has been exhausted which can be fixed by increasing the PHP memory limit.</p><p>In this article, we will show how to Increase the Memory limit for your WordPress website hosted on <strong><a href="https://www.sitecountry.com/?ref=kb.sitecountry.com">SiteCountry Cloud Hosting</a></strong>.</p><p>This can be done in 2 methods. We would recommend using Method 1 and if it doesn&apos;t work then you may do it through Method 2.</p><h2 id="method-1">Method: 1</h2><p>1) Log in to your <a href="https://kb.sitecountry.com/how-to-log-in-to-sitecountrys-control-panel/"><strong>SiteCountry Control Panel</strong></a></p><p>2) Click on File Manager</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-file-manager.jpg" class="kg-image" alt loading="lazy" width="1622" height="670" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-control-panel-file-manager.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-control-panel-file-manager.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/sitecountry-control-panel-file-manager.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-file-manager.jpg 1622w" sizes="(min-width: 720px) 720px"></figure><p>3) Navigate to public_html directory of the WordPress website for which you need to increase the memory limit</p><p>4) Right-click on the wp-config.php file and Click on Edit</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/wordpress-config-file-edit-sitecountry-control-panel.jpg" class="kg-image" alt loading="lazy" width="1590" height="893" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/wordpress-config-file-edit-sitecountry-control-panel.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/wordpress-config-file-edit-sitecountry-control-panel.jpg 1000w, https://kb.sitecountry.com/content/images/2023/09/wordpress-config-file-edit-sitecountry-control-panel.jpg 1590w" sizes="(min-width: 720px) 720px"></figure><p>5) Find the line /* That&apos;s all, stop editing! Happy publishing. */</p><p>6) Right above the line add the below code</p><p>define(&apos;WP_MEMORY_LIMIT&apos;, &apos;256M&apos;);</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/wordpress-config-file-update-sitecountry-control-panel.jpg" class="kg-image" alt loading="lazy" width="1847" height="743" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/wordpress-config-file-update-sitecountry-control-panel.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/wordpress-config-file-update-sitecountry-control-panel.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/wordpress-config-file-update-sitecountry-control-panel.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/wordpress-config-file-update-sitecountry-control-panel.jpg 1847w" sizes="(min-width: 720px) 720px"></figure><p>7) Click on the Save File button</p><h2 id="method-2">Method: 2</h2><p>1) Log in to your <a href="https://kb.sitecountry.com/how-to-log-in-to-sitecountrys-control-panel/"><strong>SiteCountry Control Panel</strong></a></p><p>2) <strong>Select the Domain Name</strong></p><p>Choose the domain name for which you want to increase the memory limit as in the below screenshot</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-domain-selector.jpg" class="kg-image" alt loading="lazy" width="1623" height="572" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-control-panel-domain-selector.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-control-panel-domain-selector.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/sitecountry-control-panel-domain-selector.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-domain-selector.jpg 1623w" sizes="(min-width: 720px) 720px"></figure><p>3) Click on <strong>Select PHP Version</strong></p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-php-version-selector.jpg" class="kg-image" alt loading="lazy" width="1619" height="494" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-control-panel-php-version-selector.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-control-panel-php-version-selector.jpg 1000w, https://kb.sitecountry.com/content/images/size/w1600/2023/09/sitecountry-control-panel-php-version-selector.jpg 1600w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-php-version-selector.jpg 1619w" sizes="(min-width: 720px) 720px"></figure><p>4) Choose the PHP Version to be used for the Website</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-php-version-switcher.jpg" class="kg-image" alt loading="lazy" width="1566" height="707" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-control-panel-php-version-switcher.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-control-panel-php-version-switcher.jpg 1000w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-php-version-switcher.jpg 1566w" sizes="(min-width: 720px) 720px"></figure><p>5) Then Click on the Options Tab and Change the value for memory_limit</p><figure class="kg-card kg-image-card"><img src="https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-php-memory-limit-change.jpg" class="kg-image" alt loading="lazy" width="1569" height="977" srcset="https://kb.sitecountry.com/content/images/size/w600/2023/09/sitecountry-control-panel-php-memory-limit-change.jpg 600w, https://kb.sitecountry.com/content/images/size/w1000/2023/09/sitecountry-control-panel-php-memory-limit-change.jpg 1000w, https://kb.sitecountry.com/content/images/2023/09/sitecountry-control-panel-php-memory-limit-change.jpg 1569w" sizes="(min-width: 720px) 720px"></figure><p>That&apos;s It. You have successfully increased the memory limit for the WordPress website.</p><p>Still, if you need any help in increasing the PHP memory limit, please feel free to <strong><a href="https://www.sitecountry.com/contact-us/?ref=kb.sitecountry.com">contact</a> </strong>our customer support team.</p>]]></content:encoded></item></channel></rss>