<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FAQ - Pressillion.com</title>
	<atom:link href="https://pressillion.com/category/knowledge-base/faq/feed/" rel="self" type="application/rss+xml" />
	<link>https://pressillion.com</link>
	<description>Managed WordPress Hosting</description>
	<lastBuildDate>Wed, 02 Jul 2025 10:33:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://pressillion.com/wp-content/uploads/2024/02/PRESSILLION1-150x150.png</url>
	<title>FAQ - Pressillion.com</title>
	<link>https://pressillion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Fix the WordPress Maintenance Mode Error</title>
		<link>https://pressillion.com/how-to-fix-the-wordpress-maintenance-mode-error/</link>
		
		<dc:creator><![CDATA[Richard Dean]]></dc:creator>
		<pubDate>Wed, 10 Jan 2024 14:36:56 +0000</pubDate>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<guid isPermaLink="false">https://pressillion.com/?p=233026</guid>

					<description><![CDATA[<p>How to fix WordPress Maintenance Mode error in WordPress is relatively straightforward. Follow these steps: Step 1: Removing the .maintenance File Access Your Website&#8217;s Files: Use an SFTP client like FileZilla or your WordPress hosting file manager to connect to your website. Locate the .maintenance File: Navigate to your site’s root directory. If you don&#8217;t [&#8230;]</p>
<p>The post <a href="https://pressillion.com/how-to-fix-the-wordpress-maintenance-mode-error/">How to Fix the WordPress Maintenance Mode Error</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>How to fix WordPress Maintenance Mode error in WordPress is relatively straightforward.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-233027" src="https://pressillion.b-cdn.net/wp-content/uploads/2024/01/Fix-the-WordPress-Maintenance-Mode-Error.webp" alt="Fix the WordPress Maintenance Mode Error" width="617" height="129" /></p>
<p>Follow these steps:</p>
<h4><strong>Step 1: Removing the .maintenance File</strong></h4>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-233028" src="https://pressillion.b-cdn.net/wp-content/uploads/2024/01/Removing-the-.maintenance-File.webp" alt="Removing the .maintenance File" width="614" height="304" /></p>
<ol>
<li><strong>Access Your Website&#8217;s Files:</strong> Use an SFTP client like <a href="https://filezilla-project.org/">FileZilla</a> or your <a href="https://pressillion.com/managed-wordpress-hosting/">WordPress hosting</a> file manager to connect to your website.</li>
<li><strong>Locate the .maintenance File:</strong> Navigate to your site’s root directory. If you don&#8217;t see the .maintenance file, ensure your SFTP client is set to display hidden files.</li>
<li><strong>Delete the File:</strong> Once found, right-click on the .maintenance file and select &#8216;Delete&#8217; to remove it from the root folder.</li>
</ol>
<p>This action will take your website out of maintenance mode, and the error should be resolved.</p>
<h4><strong>Troubleshooting the WordPress Maintenance Mode Error</strong></h4>
<p>In some cases, further troubleshooting steps might be necessary:</p>
<h5><strong>WordPress Remains Stuck in Maintenance Mode Even After File Removal</strong></h5>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-233029" src="https://pressillion.b-cdn.net/wp-content/uploads/2024/01/Stuck-in-Maintenance-Mode.webp" alt="Stuck in Maintenance Mode" width="616" height="199" /></p>
<p>If your website is still displaying the maintenance mode message after deleting the .maintenance file, you might need to update the <code>wp-activate.php</code> file in the primary WordPress folder.</p>
<p><strong>Open the File:</strong> Use your <a title="Compare Pressillion Alternatives" href="https://pressillion.com/pressillion-alternatives/">hosting company’s</a> file manager or SFTP to access the file.</p>
<p><strong>Modify the Code:</strong> Look for the line:</p>
<div class="bg-black rounded-md">
<div class="p-4 overflow-y-auto"><code class="!whitespace-pre hljs language-php"><span class="hljs-title function_ invoke__">define</span>(<span class="hljs-string">'WP_INSTALLING'</span>, <span class="hljs-literal">true</span>);<br />
</code></div>
</div>
<p>Change &#8216;true&#8217; to &#8216;false&#8217;:</p>
<div class="flex flex-grow flex-col max-w-full">
<div class="min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto" data-message-author-role="assistant" data-message-id="ce7bba13-545a-4f91-a496-0a0b3d8b5a5c">
<div class="markdown prose w-full break-words dark:prose-invert light">
<div class="bg-black rounded-md">
<div class="p-4 overflow-y-auto"><code class="!whitespace-pre hljs language-php"><span class="hljs-title function_ invoke__">define</span>(<span class="hljs-string">'WP_INSTALLING'</span>, <span class="hljs-literal">false</span>);<br />
</code></div>
</div>
<p><strong>Save and Upload:</strong> Save the changes and upload the modified file back to your <a title="WordPress Hosting Security FAQs for Agencies" href="https://pressillion.com/security/">hosting server</a> using FTP or file manager.</p>
<h5><strong>Site Issues Post Maintenance Mode Fix</strong></h5>
<p>If your website experiences issues after coming out of maintenance mode due to an interrupted update:</p>
<ul>
<li><strong>WordPress Core Update Interruption:</strong> If the error occurred during a WordPress core update, safely update WordPress following our guide.</li>
<li><strong>Plugin Update Interruption:</strong> If it happened during a plugin update, temporarily deactivate all plugins using SFTP, identify the problematic plugin by reactivating them one by one, and manually reinstall its update.</li>
</ul>
<h4><strong>Preventing the WordPress Maintenance Mode Error</strong></h4>
<p>Avoid encountering this error in the future by considering these preventive measures:</p>
<ol>
<li><strong>Upgrade Hosting:</strong> Opt for a <a title="What Size Servers and When to Scale Servers Up" href="https://pressillion.com/what-size-servers-and-when-to-scale-servers-up/">higher-tier hosting plan</a> with better performance if a slow server or low memory issue is the cause.</li>
<li><strong>Sequential Plugin/Theme Updates:</strong> Update plugins and themes one by one instead of simultaneously. Avoid rapid clicking on the &#8216;Update&#8217; button to reduce the chance of a conflict.</li>
</ol>
</div>
</div>
</div>
<div class="flex flex-grow flex-col max-w-full">
<div class="min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto" data-message-author-role="assistant" data-message-id="9fed6b7d-bedd-4331-9c86-08c5190ee337">
<div class="markdown prose w-full break-words dark:prose-invert light">
<ol start="3">
<li><strong>Regular Backups:</strong> Perform regular backups of your WordPress website using reliable backup plugins. This way, if an update interruption occurs, you can restore your site to a previous working state.</li>
<li><strong>Scheduled Updates During Low Traffic Hours:</strong> Plan updates during off-peak hours when your website experiences less traffic. This minimizes the chance of a conflict due to high server load.</li>
</ol>
<h4><strong>Customizing the Maintenance Mode Notification</strong></h4>
<p>By default, WordPress displays a standard maintenance mode message. You can customize this notification to provide visitors with more information or branding elements. Here’s how:</p>
<ol>
<li><strong>Using a Plugin:</strong> Install and activate a maintenance mode plugin like &#8220;SeedProd&#8221; or &#8220;Coming Soon Page &amp; Maintenance Mode.&#8221; These plugins offer customizable maintenance mode pages with various templates and customization options.</li>
<li><strong>Manually Editing the .maintenance File:</strong> For more advanced users comfortable with coding, you can edit the .maintenance file directly in your root directory. Use HTML and CSS to modify the default message and style it to match your website’s branding.</li>
</ol>
<p>Here’s an example of a customized maintenance mode message in HTML format:</p>
<div class="bg-black rounded-md">
<div class="flex items-center relative text-gray-200 bg-gray-800 dark:bg-token-surface-primary px-4 py-2 text-xs font-sans justify-between rounded-t-md"></div>
</div>
</div>
</div>
</div>
<div class="bg-black rounded-md">
<div class="p-4 overflow-y-auto"><code class="!whitespace-pre hljs language-html"><span class="hljs-meta">&lt;!DOCTYPE <span class="hljs-keyword">html</span>&gt;</span><br />
<span class="hljs-tag">&lt;<span class="hljs-name">html</span> <span class="hljs-attr">lang</span>=<span class="hljs-string">"en"</span>&gt;</span><br />
<span class="hljs-tag">&lt;<span class="hljs-name">head</span>&gt;</span><br />
<span class="hljs-tag">&lt;<span class="hljs-name">meta</span> <span class="hljs-attr">charset</span>=<span class="hljs-string">"UTF-8"</span>&gt;</span><br />
<span class="hljs-tag">&lt;<span class="hljs-name">title</span>&gt;</span>Site Maintenance<span class="hljs-tag">&lt;/<span class="hljs-name">title</span>&gt;</span><br />
<span class="hljs-tag">&lt;<span class="hljs-name">style</span>&gt;</span><span class="css"><br />
<span class="hljs-comment">/* Customize the message and style */</span><br />
<span class="hljs-selector-tag">body</span> {<br />
<span class="hljs-attribute">font-family</span>: Arial, sans-serif;<br />
<span class="hljs-attribute">background-color</span>: <span class="hljs-number">#f5f5f5</span>;<br />
<span class="hljs-attribute">text-align</span>: center;<br />
<span class="hljs-attribute">padding-top</span>: <span class="hljs-number">100px</span>;<br />
}<br />
<span class="hljs-selector-tag">h1</span> {<br />
<span class="hljs-attribute">color</span>: <span class="hljs-number">#333</span>;<br />
<span class="hljs-attribute">font-size</span>: <span class="hljs-number">36px</span>;<br />
<span class="hljs-attribute">margin-bottom</span>: <span class="hljs-number">20px</span>;<br />
}<br />
<span class="hljs-selector-tag">p</span> {<br />
<span class="hljs-attribute">color</span>: <span class="hljs-number">#666</span>;<br />
<span class="hljs-attribute">font-size</span>: <span class="hljs-number">18px</span>;<br />
<span class="hljs-attribute">margin-bottom</span>: <span class="hljs-number">40px</span>;<br />
}<br />
<span class="hljs-comment">/* Add your custom branding styles */</span><br />
<span class="hljs-selector-class">.logo</span> {<br />
<span class="hljs-attribute">max-width</span>: <span class="hljs-number">200px</span>;<br />
<span class="hljs-attribute">margin-bottom</span>: <span class="hljs-number">20px</span>;<br />
}<br />
<span class="hljs-selector-class">.custom-link</span> {<br />
<span class="hljs-attribute">color</span>: <span class="hljs-number">#0073e6</span>;<br />
<span class="hljs-attribute">text-decoration</span>: none;<br />
}<br />
</span><span class="hljs-tag">&lt;/<span class="hljs-name">style</span>&gt;</span><br />
<span class="hljs-tag">&lt;/<span class="hljs-name">head</span>&gt;</span><br />
<span class="hljs-tag">&lt;<span class="hljs-name">body</span>&gt;</span><br />
<span class="hljs-tag">&lt;<span class="hljs-name">img</span> <span class="hljs-attr">src</span>=<span class="hljs-string">"your-logo.png"</span> <span class="hljs-attr">alt</span>=<span class="hljs-string">"Your Site Logo"</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"logo"</span>&gt;</span><br />
<span class="hljs-tag">&lt;<span class="hljs-name">h1</span>&gt;</span>Site Under Maintenance<span class="hljs-tag">&lt;/<span class="hljs-name">h1</span>&gt;</span><br />
<span class="hljs-tag">&lt;<span class="hljs-name">p</span>&gt;</span>We're working hard to improve your experience.<span class="hljs-tag">&lt;<span class="hljs-name">br</span>&gt;</span>Check back soon!<span class="hljs-tag">&lt;/<span class="hljs-name">p</span>&gt;</span><br />
<span class="hljs-tag">&lt;<span class="hljs-name">p</span>&gt;</span><span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">href</span>=<span class="hljs-string">"#"</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"custom-link"</span>&gt;</span>Contact us<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> for urgent matters.<span class="hljs-tag">&lt;/<span class="hljs-name">p</span>&gt;</span><br />
<span class="hljs-tag">&lt;/<span class="hljs-name">body</span>&gt;</span><br />
<span class="hljs-tag">&lt;/<span class="hljs-name">html</span>&gt;</span><br />
</code></div>
</div>
<p>Replace &#8220;your-logo.png&#8221; with your actual logo image and adjust styles and content as needed.</p>
<p>We hope this article helped you fix the ‘Briefly unavailable for scheduled maintenance’ error in WordPress. You may also want to read our guides on <a title="40 Most Common WordPress Errors and How to Fix Them" href="https://pressillion.com/category/knowledge-base/wordpress-tutorials/">fixing the most common WordPress errors.</a></p>
<p>&nbsp;</p>
<div>
<hr />
</div>
<h3>Related Reading</h3>
<ul>
<li><a class="cursor-pointer" href="https://pressillion.com/how-to-fix-cannot-modify-header-information-headers-already-sent-by-error/" target="_new" rel="noopener">How to Fix Error 28 Connection Timed Out</a></li>
<li><a class="cursor-pointer" href="https://pressillion.com/how-to-fix-missing-style-sheet-error-in-wordpress/" target="_new" rel="noopener">How to Fix Missing Style Sheet Error</a></li>
<li><a class="cursor-pointer" href="https://pressillion.com/how-to-fix-the-googlebot-cannot-access-css-and-js-files-error-in-wordpress/" target="_new" rel="noopener">How to Fix &#8220;googlebot cannot access css and js files&#8221; Error</a></li>
<li><a class="cursor-pointer" href="https://pressillion.com/how-to-fix-missing-a-temporary-folder-error-in-wordpress-2/" target="_new" rel="noopener">How to Fix Missing Temporary Folder Error</a></li>
</ul><p>The post <a href="https://pressillion.com/how-to-fix-the-wordpress-maintenance-mode-error/">How to Fix the WordPress Maintenance Mode Error</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SSL Troubleshooting: The Most Common SSL Issues</title>
		<link>https://pressillion.com/ssl-troubleshooting-the-most-common-ssl-issues/</link>
		
		<dc:creator><![CDATA[Richard Dean]]></dc:creator>
		<pubDate>Tue, 09 Jan 2024 14:55:14 +0000</pubDate>
				<category><![CDATA[FAQ]]></category>
		<guid isPermaLink="false">https://pressillion.com/?p=232998</guid>

					<description><![CDATA[<p>SSL errors can arise due to various reasons. If your website displays an insecure warning or lacks SSL entirely, you can troubleshoot the issues with the following steps: Recently Pointed Domain to Pressillion? If you&#8217;ve recently added your domain to the Pressillion Control Panel and noticed SSL issues, it might be due to ongoing DNS [&#8230;]</p>
<p>The post <a href="https://pressillion.com/ssl-troubleshooting-the-most-common-ssl-issues/">SSL Troubleshooting: The Most Common SSL Issues</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>SSL errors can arise due to various reasons. If your website displays an insecure warning or lacks SSL entirely, you can troubleshoot the issues with the following steps:</p>
<h2><strong>Recently Pointed Domain to Pressillion?</strong></h2>
<p>If you&#8217;ve recently added your domain to the <a title="Migrate to Pressillion: Hassle-Free WordPress Migration" href="https://pressillion.com/migrate-to-pressillion/">Pressillion Control Panel</a> and noticed SSL issues, it might be due to ongoing DNS propagation. Our <a href="https://letsencrypt.org/">SSL provider</a> verifies domain hosting via DNS, and provisioning may experience a slight delay if your domain is added while DNS propagation is underway.</p>
<p>To resolve this we initiate continual attempts to provision your SSL certificate but you may have to be patient and wait for propagation to complete which can take up to 24hrs</p>
<h2><strong>Domain Pointed for Over 24 Hours?</strong></h2>
<p>Certain DNS records like AAAA or CAA records can impede SSL provisioning. Check for these records&#8217; existence using <a href="https://www.whatsmydns.net">WhatsMyDNS.net</a>. If either exists, delete them, wait for the changes to propagate, and then we can retry SSL provisioning as mentioned earlier.</p>
<h2><strong>DNSSEC Enabled?</strong></h2>
<p>DNSSEC, while promising, may disrupt SSL provisioning due to its digital signature method for domain verification. Check your domain&#8217;s DNSSEC status and disable it if active. After DNS propagation, retry SSL certificate provisioning.</p>
<h2><strong>Using Cloudflare?</strong></h2>
<p>Certain SSL settings in Cloudflare can conflict with our SSL certificates. Ensure your Cloudflare SSL settings are configured to &#8220;Full(Strict&#8221; rather than &#8220;Full&#8221; or &#8220;Flexible&#8221; to prevent conflicts.</p>
<h2><strong>Misconfigured CAA Record?</strong></h2>
<p>Certification Authority Authorization (CAA) records can explicitly permit Certificate Authorities to issue certificates. If your domain has CAA records, add a CAA record for letsencrypt.org to authorize SSL issuance.</p>
<p>It may look something like this:</p>
<pre class="wp-block-preformatted"><strong>$ dig caa yourdomain.com +short
0 issuewild "amazon.com"
0 issue "letsencrypt.org"
</strong></pre>
<p>To see whether your domain has a CAA set, use the <a href="https://toolbox.googleapps.com/apps/dig/" target="_blank" rel="noreferrer noopener">Dig tool from Google</a>.</p>
<h2><strong>Invalid IPV6 Record(s)?</strong></h2>
<p>In some cases, IPV6 records that don&#8217;t point to Pressillion may hinder SSL provisioning. Check for and remove any incorrect IPV6 records. Once removed or adjusted, retry SSL provisioning.</p>
<h2><strong>Mixed Content Warnings</strong></h2>
<p>After successful SSL certificate issuance, &#8220;mixed content&#8221; warnings might persist due to non-HTTPS asset requests. Perform a search-replace on your site to rectify this issue and ensure all resources load via HTTPS.</p><p>The post <a href="https://pressillion.com/ssl-troubleshooting-the-most-common-ssl-issues/">SSL Troubleshooting: The Most Common SSL Issues</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Does Pressillion Offer SSL Certificates?</title>
		<link>https://pressillion.com/does-pressillion-offer-ssl-certificates/</link>
		
		<dc:creator><![CDATA[Richard Dean]]></dc:creator>
		<pubDate>Tue, 09 Jan 2024 14:43:47 +0000</pubDate>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Pre Sales Questions]]></category>
		<guid isPermaLink="false">https://pressillion.com/?p=232996</guid>

					<description><![CDATA[<p>We include SSL Certificates with every site hosted on Pressillion. We use SSL Certificates powered by Let’s Encrypt. This allows every site hosted by Pressillion to be HTTPS encrypted. Does Pressillion Support Custom SSL Certificates? Pressillion does not allow the use of custom SSL certificates. If you need to use a custom SSL certificate you [&#8230;]</p>
<p>The post <a href="https://pressillion.com/does-pressillion-offer-ssl-certificates/">Does Pressillion Offer SSL Certificates?</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>We include SSL Certificates with every site hosted on Pressillion. We use SSL Certificates powered by <a href="https://letsencrypt.org/" rel="nofollow">Let’s Encrypt</a>.</p>
<p>This allows every <a title="Fastest WordPress Hosting For Agencies: Performance &amp; Speed FAQs" href="https://pressillion.com/performance/">site hosted by Pressillion</a> to be HTTPS encrypted.</p>
<h2><strong>Does Pressillion Support Custom SSL Certificates?</strong></h2>
<p>Pressillion does not allow the use of custom SSL certificates. If you need to use a custom SSL certificate you might consider using <a href="https://support.cloudflare.com/hc/en-us/articles/200170466-Managing-Custom-SSL-certificates" rel="nofollow">Cloudflare to manage a custom SSL certificate</a>.</p>
<h3 data-start="5316" data-end="5343">🧾 Related</h3>
<ul data-start="5345" data-end="5708">
<li data-start="5345" data-end="5452">
<p data-start="5347" data-end="5452"><a class="cursor-pointer" href="https://pressillion.com/ssl-troubleshooting-the-most-common-ssl-issues/" target="_new" rel="noopener" data-start="5347" data-end="5450">Most Common SSL Issues Fixes</a></p>
</li>
<li data-start="5453" data-end="5562">
<p data-start="5455" data-end="5562"><a class="cursor-pointer" href="https://pressillion.com/how-to-use-cloudflare-ssl-with-pressillion-sites/" target="_new" rel="noopener" data-start="5455" data-end="5560">How to Use Cloudflare SSL&#8217;s With Pressillion</a></p>
</li>
<li data-start="5563" data-end="5647">
<p data-start="5565" data-end="5647"><a class="cursor-pointer" href="https://pressillion.com/how-to-fix-common-ssl-issues-in-wordpress/" target="_new" rel="noopener" data-start="5565" data-end="5645">How to Fix SSL Issues</a></p>
</li>
</ul>
<p>&nbsp;</p><p>The post <a href="https://pressillion.com/does-pressillion-offer-ssl-certificates/">Does Pressillion Offer SSL Certificates?</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Will My Multisite Work on Pressillion?</title>
		<link>https://pressillion.com/will-my-multisite-work-on-pressillion/</link>
		
		<dc:creator><![CDATA[Richard Dean]]></dc:creator>
		<pubDate>Tue, 09 Jan 2024 13:57:20 +0000</pubDate>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Pre Sales Questions]]></category>
		<guid isPermaLink="false">https://pressillion.com/?p=232993</guid>

					<description><![CDATA[<p>If you&#8217;re running a WordPress Multisite network and considering a move to Pressillion, it&#8217;s important to understand which configurations are compatible with our platform. In this guide, we’ll walk you through how to identify your multisite type and whether it will function correctly on Pressillion. 📚 Table of Contents How to Check Your Multisite Setup [&#8230;]</p>
<p>The post <a href="https://pressillion.com/will-my-multisite-work-on-pressillion/">Will My Multisite Work on Pressillion?</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>If you&#8217;re running a WordPress Multisite network and considering a move to Pressillion, it&#8217;s important to understand which configurations are compatible with our platform. In this guide, we’ll walk you through how to identify your multisite type and whether it will function correctly on Pressillion.</p>
<div></div>
<h3>📚 Table of Contents</h3>
<ul>
<li><a>How to Check Your Multisite Setup</a></li>
<li><a>Supported: Path-Based Networks (Subdirectories)</a></li>
<li><a>Not Supported: Domain-Based Networks (Subdomains or Domains)</a></li>
<li><a>What to Do If Your Setup Isn’t Supported</a></li>
<li><a>FAQ</a></li>
<li><a>Sources</a></li>
</ul>
<div></div>
<h3>🔍 How to Check Your Multisite Setup</h3>
<p><img loading="lazy" decoding="async" class="size-full wp-image-232994 alignnone" src="https://pressillion.b-cdn.net/wp-content/uploads/2024/01/multisite-config.webp" alt="" width="383" height="403" /></p>
<p>To determine your current multisite configuration:</p>
<ol start="1">
<li>Log in to your WordPress dashboard.</li>
<li>Navigate to <strong>My Sites → Network Admin → Sites</strong> from the top-left menu.</li>
<li>Observe the structure of your site URLs.</li>
</ol>
<p>This list will display your main site along with any subsites that exist under the network.</p>
<div></div>
<h3>✅ Supported: Path-Based Networks (Subdirectories)</h3>
<p>If your subsites are structured using subdirectories, such as:</p>
<ul>
<li><code>domain.com/uk</code></li>
<li><code>domain.com/us</code></li>
</ul>
<p>&#8230;then you are running a <strong>subdirectory-based multisite</strong>. This type of multisite is <strong>fully supported</strong> on <a>Pressillion’s hosting platform</a>.</p>
<p>This configuration works seamlessly because all sites operate under a single domain structure, simplifying routing and SSL handling.</p>
<div></div>
<h3>❌ Not Supported: Domain-Based Networks (Subdomains or Domains)</h3>
<p>If your subsites are structured using subdomains or entirely different domains, such as:</p>
<ul>
<li><code>uk.domain.com</code></li>
<li><code>us.domain.co</code></li>
<li><code>example.co.uk</code></li>
</ul>
<p>&#8230;you are running a <strong>domain-based multisite network</strong>. At this time, <strong>Pressillion does not support</strong> domain or subdomain-based multisite networks.</p>
<p>We’re actively exploring future support for this configuration, but for now, it is not compatible due to SSL, DNS, and routing complexities.</p>
<div></div>
<h3>🔄 What to Do If Your Setup Isn’t Supported</h3>
<p>If you’re currently running a domain-based network and would still like to migrate to Pressillion:</p>
<ul>
<li><strong>Consider converting to a subdirectory-based network</strong> where possible.</li>
<li>Alternatively, you can <a href="https://pressillion.com/managed-wordpress-hosting/">host each site independently</a> as its own install on Pressillion.</li>
<li>Contact our support team to discuss custom architecture if your use case is unique.</li>
</ul>
<p>For agencies managing multiple brands or clients, using individual optimized WordPress instances can often provide better performance and separation anyway.</p>
<div></div>
<h3>❓ FAQ</h3>
<p><strong>Can I convert my domain-based multisite to a subdirectory-based one?</strong><br />
Technically, yes, but it requires manual migration and database rewrites. Consider consulting an experienced developer.</p>
<p><strong>Will Pressillion ever support domain-based multisite?</strong><br />
It’s on our roadmap, but we prioritize performance and simplicity &#8211; so only if it can meet our quality standards.</p>
<p><strong>What’s the best alternative to domain-based multisite on Pressillion?</strong><br />
Managing separate installs for each site gives you greater flexibility, fewer security risks, and full plugin/theme independence.</p>
<div></div>
<h3>🔗 Sources</h3>
<ul data-spread="false">
<li data-start="89" data-end="182">
<p data-start="91" data-end="182"><a class="" href="https://wordpress.org/documentation/article/create-a-network/" target="_new" rel="noopener" data-start="91" data-end="182">WordPress Codex: Multisite</a></p>
</li>
<li data-start="183" data-end="264">
<p data-start="185" data-end="264"><a href="https://pressillion.com/kb/">Pressillion FAQ</a></p>
</li>
</ul><p>The post <a href="https://pressillion.com/will-my-multisite-work-on-pressillion/">Will My Multisite Work on Pressillion?</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Where Are Pressillion&#8217;s Data Centers Located?</title>
		<link>https://pressillion.com/where-are-pressillions-data-centers-located/</link>
		
		<dc:creator><![CDATA[Richard Dean]]></dc:creator>
		<pubDate>Tue, 09 Jan 2024 13:29:58 +0000</pubDate>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Pre Sales Questions]]></category>
		<guid isPermaLink="false">https://pressillion.com/?p=232991</guid>

					<description><![CDATA[<p>Below is a list of the available providers and their data centers: DigitalOcean DigitalOcean is headquartered in New York City, with data centers available in the following locations. New York City, United States San Francisco, United States Toronto, Canada London, United Kingdom Frankfurt, Germany Amsterdam, Netherlands Singapore, Asia Bangalore, India Sydney, Australia Linode Linode has [&#8230;]</p>
<p>The post <a href="https://pressillion.com/where-are-pressillions-data-centers-located/">Where Are Pressillion’s Data Centers Located?</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Below is a list of the available providers and their data centers:</p>
<div class="intercom-interblocks-heading intercom-interblocks-align-left">
<h2></h2>
<h2><strong>DigitalOcean</strong></h2>
</div>
<div class="intercom-interblocks-unordered-nested-list">
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>DigitalOcean is headquartered in New York City, with data centers available in the following locations.</p>
</div>
</div>
<div class="intercom-interblocks-ordered-nested-list">
<ol>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>New York City, United States</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>San Francisco, United States</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Toronto, Canada</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>London, United Kingdom</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Frankfurt, Germany</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Amsterdam, Netherlands</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Singapore, Asia</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Bangalore, India</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Sydney, Australia</p>
</div>
</li>
</ol>
</div>
<div class="intercom-interblocks-heading intercom-interblocks-align-left">
<h2></h2>
<h2><strong>Linode</strong></h2>
</div>
<div class="intercom-interblocks-unordered-nested-list">
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Linode has 11 data centers located around the globe.</p>
</div>
</div>
<div class="intercom-interblocks-ordered-nested-list">
<ol>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Newark, United States</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Dallas, United States</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Freemont, United States</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Atlanta, United States</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Toronto, Canada</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>London, United Kingdom</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Frankfurt, Germany</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Singapore, Asia</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Mumbai, India</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Tokyo, Japan</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Sydney, Australia</p>
</div>
</li>
</ol>
</div>
<div class="intercom-interblocks-heading intercom-interblocks-align-left">
<h2></h2>
<h2><strong>Vultr</strong></h2>
</div>
<div class="intercom-interblocks-unordered-nested-list">
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Vultr is a fast-growing cloud infrastructure provider with 19 data centers worldwide.</p>
</div>
</div>
<div class="intercom-interblocks-ordered-nested-list">
<ol>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Seattle, United States</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Los Angeles, United States</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Chicago, United States</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Miami, United States</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Silicon Valley, United States</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Dallas, United States</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Atlanta, United States</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>New York, United States</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Toronto, Canada</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>London, United Kingdom</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Paris, France</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Stockholm, Sweden</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Frankfurt, Germany</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Amsterdam, Netherlands</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Seoul, South Korea</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Singapore, Asia</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Mexico City, Mexico</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Tokyo, Japan</p>
</div>
</li>
<li>
<div class="intercom-interblocks-paragraph no-margin intercom-interblocks-align-left">
<p>Sydney, Australia</p>
</div>
<p>&nbsp;</li>
</ol>
<h2 id="can-i-select-a-default-data-center" class="wp-block-heading"><strong>Can I Select a Data Center?</strong></h2>
<p>Yes. To select a data center you can go to <strong>Servers &gt; Creates</strong> here: <a href="https://app.pressillion.com/servers/create">https://app.pressillion.com/servers/create</a></p>
<p>Then select the data center location you’d like to use for your <a title="Managed WordPress Hosting" href="https://pressillion.com/managed-wordpress-hosting/">new WordPress server.</a></p>
<h2 id="can-a-data-center-be-changed" class="wp-block-heading"><strong>Can a Data Center be Changed?</strong></h2>
<p>No. While it is possible to select the data center used by a site at the time of creation, it is <strong>NOT</strong> possible to easily change the data center after a site is created.</p>
<p>To change the data center after a site is created, the site would need to be cloned, selecting the new data center when creating the cloned site. Once the clone is finished, the domain should be removed from the current site and added to the clone.</p>
</div><p>The post <a href="https://pressillion.com/where-are-pressillions-data-centers-located/">Where Are Pressillion’s Data Centers Located?</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What Is Proactive Maintenance?</title>
		<link>https://pressillion.com/what-is-proactive-maintenance/</link>
		
		<dc:creator><![CDATA[Richard Dean]]></dc:creator>
		<pubDate>Tue, 09 Jan 2024 13:16:21 +0000</pubDate>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Pre Sales Questions]]></category>
		<guid isPermaLink="false">https://pressillion.com/?p=232988</guid>

					<description><![CDATA[<p>At Pressillion, we take the responsibility of caring for your websites very seriously. Our commitment to staying ahead of potential issues led us to develop Proactive Maintenance &#8211; a comprehensive, always-on service designed to ensure the seamless performance of your WordPress websites. What Is Proactive Maintenance? Proactive Maintenance refers to an automated, continuous process of [&#8230;]</p>
<p>The post <a href="https://pressillion.com/what-is-proactive-maintenance/">What Is Proactive Maintenance?</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>At Pressillion, we take the responsibility of caring for your websites very seriously. Our commitment to staying ahead of potential issues led us to develop <strong>Proactive Maintenance</strong> &#8211; a comprehensive, always-on service designed to ensure the seamless performance of your WordPress websites.</p>
<div>
<hr />
</div>
<h2>What Is Proactive Maintenance?</h2>
<p><strong>Proactive Maintenance</strong> refers to an automated, continuous process of monitoring, detecting, and resolving potential performance or resource issues <em>before</em> they impact your site’s functionality.</p>
<p>It’s not just reactive troubleshooting &#8211; it’s intelligent oversight designed to keep your site optimized at all times.</p>
<h3>Key Elements Monitored:</h3>
<ul data-spread="false">
<li><strong>Server-side Performance Metrics</strong></li>
<li><strong>Time to First Byte (TTFB)</strong></li>
<li><strong>Memory Usage and PHP Limits</strong></li>
<li><strong>Database Query Load</strong></li>
</ul>
<p>If our system detects anomalies or degradation in any of these areas, our engineers are alerted and often resolve the issue before you even notice.</p>
<div>
<hr />
</div>
<h2>What Does It Cover?</h2>
<p>Proactive Maintenance is included <em>by default</em> on all <a href="https://pressillion.com/managed-cloud-hosting/">Pressillion-managed websites and servers</a>. It includes:</p>
<h3>✅ Real-Time Monitoring</h3>
<p>24/7 performance checks on every live WordPress instance.</p>
<h3>✅ Automated Performance Threshold Alerts</h3>
<p>Our system automatically flags slowdowns in:</p>
<ul data-spread="false">
<li>TTFB</li>
<li>PHP memory limits</li>
<li>Server response time</li>
</ul>
<h3>✅ Root Cause Analysis and Resolution</h3>
<p>When something’s off, our team investigates, pinpoints the cause, and resolves it &#8211; without you needing to file a support ticket.</p>
<h3>✅ Transparent Notification Logs</h3>
<p>You’ll be notified about any actions taken. We believe transparency builds trust.</p>
<div>
<hr />
</div>
<h2>Why It Matters</h2>
<p>Poor performance isn’t just an inconvenience &#8211; it affects everything:</p>
<ul data-spread="false">
<li>📉 SEO rankings</li>
<li>📉 User engagement</li>
<li>📉 Conversion rates</li>
<li>📈 Customer churn</li>
</ul>
<p>By proactively maintaining your environment, we help you avoid downtime, prevent issues before they spread, and deliver a blazing-fast, frictionless WordPress experience.</p>
<div>
<hr />
</div>
<h2>How to Access It</h2>
<p>There’s no need to activate anything &#8211; <strong>Proactive Maintenance is built into your Pressillion membership</strong>.</p>
<p>If you want more insight or a detailed performance report, simply reach out to our support team. We’re always happy to walk you through what’s happening under the hood.</p>
<p>For advanced users, we also offer integration options to surface performance metrics in your own monitoring stack (available on request).</p>
<div>
<hr />
</div>
<h2>Final Thoughts</h2>
<p>At Pressillion, we believe that great hosting is invisible &#8211; your website should just <em>work</em>, and work fast. Proactive Maintenance helps us deliver on that promise by watching over your WordPress sites at all times.</p>
<p><strong>You focus on growing your business &#8211; we’ll take care of performance.</strong></p>
<div>
<hr />
</div>
<h2>FAQs</h2>
<p><strong>Q: Is Proactive Maintenance available on all plans?</strong><br />
A: Yes. It’s included with all managed WordPress plans.</p>
<p><strong>Q: Will I be notified of every issue?</strong><br />
A: We notify you when an issue requires your input or action. For minor issues we fix automatically, you’ll still receive a post-resolution summary.</p>
<p><strong>Q: Can I turn it off?</strong><br />
A: No. It’s designed to protect your performance and uptime. However, if you need exclusions (e.g., for testing environments), let us know.</p>
<p><strong>Q: Does it replace security plugins or uptime monitors?</strong><br />
A: No. Proactive Maintenance complements security tools and external uptime monitors. Think of it as a performance-focused watchdog that’s part of your server itself.</p>
<p>&nbsp;</p><p>The post <a href="https://pressillion.com/what-is-proactive-maintenance/">What Is Proactive Maintenance?</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Can I Install other Applications on a Pressillion Managed Server?</title>
		<link>https://pressillion.com/can-i-install-other-applications-on-a-pressillion-managed-server/</link>
		
		<dc:creator><![CDATA[Richard Dean]]></dc:creator>
		<pubDate>Tue, 09 Jan 2024 11:12:36 +0000</pubDate>
				<category><![CDATA[FAQ]]></category>
		<guid isPermaLink="false">https://pressillion.com/?p=232944</guid>

					<description><![CDATA[<p>Pressillion is a purpose-built platform for high-performance, secure, and scalable WordPress hosting. Unlike general-purpose hosting platforms, Pressillion was meticulously engineered to provide a tightly optimized environment for WordPress &#8211; and WordPress only. If you&#8217;re wondering whether you can install other types of web applications (like Laravel apps, Magento, or custom Node.js tools) on your Pressillion [&#8230;]</p>
<p>The post <a href="https://pressillion.com/can-i-install-other-applications-on-a-pressillion-managed-server/">Can I Install other Applications on a Pressillion Managed Server?</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Pressillion is a purpose-built platform for high-performance, secure, and scalable WordPress hosting. Unlike general-purpose hosting platforms, Pressillion was meticulously engineered to provide a tightly optimized environment for WordPress &#8211; and WordPress only.</p>
<p>If you&#8217;re wondering whether you can install other types of web applications (like Laravel apps, Magento, or custom Node.js tools) on your Pressillion server, this guide explains the limitations, risks, and our platform policy.</p>
<div>
<hr />
</div>
<h2>📚 Table of Contents</h2>
<ul>
<li><a>Why Pressillion Is WordPress-Only</a></li>
<li><a>Can You Technically Install Other Apps?</a></li>
<li><a>What Happens If You Do?</a></li>
<li><a>Our Support and SLA Position</a></li>
<li><a>Summary</a></li>
<li><a>FAQ</a></li>
</ul>
<div>
<hr />
</div>
<h2>🔧 Why Pressillion Is WordPress-Only</h2>
<p>Pressillion&#8217;s entire infrastructure — from caching layers to backups, staging environments, security rules, and traffic scaling — is built specifically for WordPress.</p>
<ul>
<li>Every server stack is preconfigured with <a href="https://pressillion.com/scalability/">NGINX microcaching</a> for WordPress-optimized response times</li>
<li>We automatically install and configure key WordPress plugins (like Redis Object Cache and FluentSMTP)</li>
<li>Our dashboards, monitoring tools, and backup systems are tied to WordPress hooks, directories, and user flows</li>
</ul>
<p>This WordPress-first approach ensures unmatched speed, stability, and support for sites that matter.</p>
<div>
<hr />
</div>
<h2>❓ Can You Technically Install Other Apps?</h2>
<p>Yes — technically, you <em>could</em> upload and run non-WordPress PHP apps, static sites, or even experimental tools on your Pressillion server.</p>
<p>However, we <strong>strongly discourage</strong> doing so.</p>
<p>Our stack is tightly coupled to WordPress behavior, and we don’t guarantee compatibility with other applications or runtime environments.</p>
<div>
<hr />
</div>
<h2>⚠️ What Happens If You Do?</h2>
<p>If you deploy anything other than WordPress on a Pressillion-managed server:</p>
<ul data-spread="false">
<li>🚫 You void all platform-level features such as:
<ul>
<li>Backups</li>
<li>Staging environments</li>
<li>Plugin-level auto-config</li>
</ul>
</li>
<li>🚫 Our <a href="https://pressillion.com/support">SLAs</a> become void for that server</li>
<li>🚫 You will not receive any support or troubleshooting assistance for issues related to non-WordPress apps</li>
<li>🛠 Server resources could be improperly utilized, leading to performance degradation</li>
</ul>
<p>Even if your app &#8220;works,&#8221; it may disrupt logging, fail silently, or interfere with our WordPress monitoring and caching layers.</p>
<div>
<hr />
</div>
<h2>📞 Our Support and SLA Position</h2>
<p>Our goal is to provide world-class support for agencies and developers building with WordPress. That means focusing exclusively on:</p>
<ul>
<li>High-performance WordPress environments</li>
<li>Fast and reliable support from WordPress specialists</li>
<li>Optimized uptime and scalability guarantees</li>
</ul>
<p>If your server contains apps outside of this scope, our team cannot commit to diagnosing, fixing, or maintaining them — regardless of the issue severity.</p>
<div>
<hr />
</div>
<h2>❓ FAQ</h2>
<p><strong>Can I upload a small PHP tool alongside my WordPress install?</strong><br />
Technically, yes. But our platform may not route or cache it properly, and we will not support it.</p>
<p><strong>Can I run a static landing page under a subdomain?</strong><br />
We recommend deploying it via WordPress using a simple custom template or page builder.</p>
<p><strong>Will Pressillion ever support other platforms?</strong><br />
Our roadmap is 100% focused on WordPress. We have no plans to support other CMSs or frameworks.</p><p>The post <a href="https://pressillion.com/can-i-install-other-applications-on-a-pressillion-managed-server/">Can I Install other Applications on a Pressillion Managed Server?</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Use Cloudflare SSL with Pressillion sites</title>
		<link>https://pressillion.com/how-to-use-cloudflare-ssl-with-pressillion-sites/</link>
		
		<dc:creator><![CDATA[Richard Dean]]></dc:creator>
		<pubDate>Tue, 09 Jan 2024 11:00:48 +0000</pubDate>
				<category><![CDATA[FAQ]]></category>
		<guid isPermaLink="false">https://pressillion.com/?p=232941</guid>

					<description><![CDATA[<p>Encountering the Cloudflare redirect loop error is a common occurrence, but it can be easily resolved and prevented once you identify the root cause. Understanding the Cloudflare Issue Cloudflare specifies that the &#8220;Flexible SSL&#8221; encryption mode in the SSL/TLS app Overview tab encrypts traffic between the browser and the Cloudflare network over HTTPS. However, using [&#8230;]</p>
<p>The post <a href="https://pressillion.com/how-to-use-cloudflare-ssl-with-pressillion-sites/">How to Use Cloudflare SSL with Pressillion sites</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Encountering the Cloudflare redirect loop error is a common occurrence, but it can be easily resolved and prevented once you identify the root cause.</p>
<h4>Understanding the Cloudflare Issue</h4>
<p>Cloudflare specifies that the &#8220;Flexible SSL&#8221; encryption mode in the SSL/TLS app Overview tab encrypts traffic between the browser and the Cloudflare network over HTTPS. However, using the Flexible SSL option results in Cloudflare sending unencrypted requests to your origin web server over HTTP. Redirect loops occur when your origin web server is configured to redirect all HTTP requests to HTTPS, causing a loop in redirection.</p>
<h4>Cause Identification</h4>
<p>The redirect loop occurs due to the conflict between Cloudflare&#8217;s Flexible SSL mode and the server&#8217;s redirection settings from HTTP to HTTPS.</p>
<h4>Fixing and Preventing Redirect Loops</h4>
<p>Follow these steps to resolve and prevent redirect loops:</p>
<ol>
<li><strong>SSL within Pressillion</strong>: Before proceeding, ensure an SSL certificate is provisioned for your website <a href="https://pressillion.com/managed-wordpress-hosting/">on your server</a> within your account.</li>
<li><strong>Choose Full (Strict) SSL Option</strong>: Once the SSL certificate is fully provisioned for your website, navigate to your Cloudflare dashboard. In the SSL/TLS app, select the &#8220;Full (Strict)&#8221; SSL option. This setting establishes a secure connection between visitors and your Cloudflare-managed domain and ensures an encrypted connection between Cloudflare and your server.
<p>This option mandates a valid SSL certificate on your origin server, thereby preventing redirect loops caused by conflicts between Cloudflare&#8217;s Flexible SSL and server-side redirection settings.</li>
</ol>
<h4><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-232942" src="https://pressillion.b-cdn.net/wp-content/uploads/2024/01/cloudflare-full-strict-ssl-1024x355.webp" alt="cloudflare full strict ssl" width="1024" height="355" /></h4>
<h4>Conclusion</h4>
<p>By enabling an SSL certificate for your <a href="https://pressillion.com/managed-cloud-hosting/">website within Pressillion</a> and selecting the &#8220;Full (Strict)&#8221; SSL option in your Cloudflare dashboard, you resolve the redirect loop issue caused by conflicting HTTPS redirection configurations.</p>
<p>This preventive measure ensures a secure and seamless connection between visitors and your website, preventing redirect loops commonly associated with <a href="https://developers.cloudflare.com/ssl/origin-configuration/ssl-modes/full-strict/">Cloudflare</a>&#8216;s Flexible SSL mode conflicting with server-side HTTP to HTTPS redirection settings.</p><p>The post <a href="https://pressillion.com/how-to-use-cloudflare-ssl-with-pressillion-sites/">How to Use Cloudflare SSL with Pressillion sites</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Adding Domain Names with International Characters</title>
		<link>https://pressillion.com/adding-domain-names-with-international-characters/</link>
		
		<dc:creator><![CDATA[Richard Dean]]></dc:creator>
		<pubDate>Tue, 09 Jan 2024 10:32:30 +0000</pubDate>
				<category><![CDATA[FAQ]]></category>
		<guid isPermaLink="false">https://pressillion.com/?p=232938</guid>

					<description><![CDATA[<p>When attempting to add a website to Pressillion and encountering domain names with international characters (e.g., ô and î), it&#8217;s crucial to convert these into &#8220;Punycode&#8221; format before provisioning them on your server. What is Punycode? Punycode is a representation of Unicode using a limited ASCII character subset, specifically designed for Internet hostnames. Why Punycode [&#8230;]</p>
<p>The post <a href="https://pressillion.com/adding-domain-names-with-international-characters/">Adding Domain Names with International Characters</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>When attempting to add a website to <a href="https://pressillion.com/managed-wordpress-hosting/">Pressillion</a> and encountering domain names with international characters (e.g., ô and î), it&#8217;s crucial to convert these into &#8220;Punycode&#8221; format before provisioning them on your server.</p>
<h4>What is Punycode?</h4>
<p>Punycode is a representation of Unicode using a limited ASCII character subset, specifically designed for Internet hostnames.</p>
<h4>Why Punycode Conversion?</h4>
<p>The Pressillion UI may return an &#8220;invalid format&#8221; error when trying to provision a domain with international characters.</p>
<p>Therefore, it&#8217;s essential to convert such domain names into Punycode for successful provisioning.</p>
<h4>Using Punycoder for Conversion</h4>
<p><a href="https://www.punycoder.com/" target="_new" rel="noopener">Punycoder</a> is a helpful website that facilitates the conversion process. Follow these steps:</p>
<ol>
<li><strong>Access Punycoder</strong>: Visit <a href="https://www.punycoder.com/" target="_new" rel="noopener">Punycoder</a> using your web browser.</li>
<li><strong>Enter Domain Name</strong>: Input the domain name with international characters into the provided text field. For example, if the domain is &#8220;prêssîllîôn.com&#8221;, enter it into the Punycoder website.</li>
<li><strong>Conversion Process</strong>: Punycoder will display the Punycode representation of the domain name. For instance, &#8220;prêssîllîôn.com&#8221; in Punycode appears as &#8220;xn--prsslln-kya2bc0e.com&#8221;.</li>
<li><strong>Copy Punycode Domain</strong>: Copy the converted Punycode representation (&#8220;xn--prsslln-kya2bc0e.com&#8221; in this case). This is the correct format that our platform will recognize and accept for provisioning the website.</li>
</ol>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-232939" src="https://pressillion.b-cdn.net/wp-content/uploads/2024/01/Domain-Names-with-International-Characters-1024x492.webp" alt="Domain Names with International Characters" width="1024" height="492" /></p>
<h4>Conclusion</h4>
<p>In summary, while domain names with international characters like &#8220;prêssîllîôn.com&#8221; won&#8217;t provision on your <a href="https://pressillion.com/managed-cloud-hosting/">server directly through Pressillion</a>, converting them into Punycode format (&#8220;xn--prsslln-kya2bc0e.com&#8221;) using Punycoder enables successful provisioning.</p>
<p>Utilize Punycoder to convert domain names with international characters into Punycode, ensuring compatibility for adding websites on your server hassle-free.</p><p>The post <a href="https://pressillion.com/adding-domain-names-with-international-characters/">Adding Domain Names with International Characters</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Do You Support Transactional Email Providers?</title>
		<link>https://pressillion.com/do-you-support-transactional-email-providers/</link>
		
		<dc:creator><![CDATA[Richard Dean]]></dc:creator>
		<pubDate>Tue, 09 Jan 2024 10:08:34 +0000</pubDate>
				<category><![CDATA[FAQ]]></category>
		<guid isPermaLink="false">https://pressillion.com/?p=232934</guid>

					<description><![CDATA[<p>Any transactional email service that connects to your site via a plugin will work on our servers. These are two popular choices for SMTP plugins: FluentSMTP and WP Mail SMTP.</p>
<p>The post <a href="https://pressillion.com/do-you-support-transactional-email-providers/">Do You Support Transactional Email Providers?</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Any transactional email service that connects to your site via a plugin will work on our servers.</p>
<p>These are two popular choices for SMTP plugins: <a href="https://wordpress.org/plugins/fluent-smtp/">FluentSMTP</a> and <a href="https://wordpress.org/plugins/wp-mail-smtp/">WP Mail SMTP</a>.</p><p>The post <a href="https://pressillion.com/do-you-support-transactional-email-providers/">Do You Support Transactional Email Providers?</a> first appeared on <a href="https://pressillion.com">Pressillion.com</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via pressillion.b-cdn.net
Lazy Loading (feed)
Minified using Disk

Served from: pressillion.com @ 2026-04-08 19:24:20 by W3 Total Cache
-->