<?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>WP Engine Support Garage</title>
	<atom:link href="http://support.wpengine.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://support.wpengine.com</link>
	<description>WP Engine Support</description>
	<lastBuildDate>Tue, 18 Jun 2013 18:08:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Disable Restore Point Popup</title>
		<link>http://support.wpengine.com/disable-restore-point-popup/</link>
		<comments>http://support.wpengine.com/disable-restore-point-popup/#comments</comments>
		<pubDate>Thu, 06 Jun 2013 19:46:46 +0000</pubDate>
		<dc:creator>Jeremy Pry</dc:creator>
				<category><![CDATA[General WP Engine Info]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://support.wpengine.com/?p=537</guid>
		<description><![CDATA[As part of our standard environment, we include an awesome Restore Point feature, which allows you to easily create a snapshot of your site at a single point in time. Because it may not be something that you remember to use, we include a popup that prompts you to create a restore point before running [...]]]></description>
				<content:encoded><![CDATA[<p>As part of our standard environment, we include an awesome <a title="Data backups – restore points and daily checkpoints" href="http://support.wpengine.com/restore/">Restore Point</a> feature, which allows you to easily create a snapshot of your site at a single point in time. Because it may not be something that you remember to use, we include a popup that prompts you to create a restore point before running updates on your site. It looks like this:</p>
<p>&nbsp;</p>
<p><a href="http://support.wpengine.netdna-cdn.com/wp-content/uploads/2013/06/2013-06-06_1538.png" rel="lightbox[post-537]"><img class="aligncenter size-medium wp-image-538" alt="Restore Point popup" src="http://support.wpengine.netdna-cdn.com/wp-content/uploads/2013/06/2013-06-06_1538-300x50.png" width="300" height="50" /></a></p>
<p>&nbsp;</p>
<p>While our goal is to help you make sure that you can always get back to a working version of your site if something goes wrong, we certainly understand how this feature can be frustrating at times once you&#8217;re used to using Restore points without being prompted. With that in mind, there&#8217;s an easy way to disable this popup window. Add the following line to your wp-config.php file:</p>
<pre>define( 'WPE_POPUP_DISABLED', true );</pre>
]]></content:encoded>
			<wfw:commentRss>http://support.wpengine.com/disable-restore-point-popup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resetting your Git Push to Deploy repository</title>
		<link>http://support.wpengine.com/resetting-your-git-push-to-deploy-repository/</link>
		<comments>http://support.wpengine.com/resetting-your-git-push-to-deploy-repository/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 15:35:28 +0000</pubDate>
		<dc:creator>Jeremy Pry</dc:creator>
				<category><![CDATA[General WP Engine Info]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://support.wpengine.com/?p=517</guid>
		<description><![CDATA[With our Git Push to Deploy system, you can keep your entire website in a version control system and effortlessly push changes without needing to mess around with SFTP. However, you might come to the point where you find that you need to delete your entire current repository and start anew. Resetting your Git Push [...]]]></description>
				<content:encoded><![CDATA[<p>With our <a href="http://git.wpengine.com/">Git Push to Deploy</a> system, you can keep your entire website in a version control system and effortlessly push changes without needing to mess around with SFTP. However, you might come to the point where you find that you need to delete your entire current repository and start anew.</p>
<p>Resetting your Git Push repository on WP Engine is actually a very simple process. Before we get started, please note that if you do this, <em><strong>there is NO</strong> <strong>undo</strong>. </em>Support will not be able to come in and restore your Git repository to a previous state. You must be absolutely sure that deleting your entire repository is what you really want to do before continuing.</p>
<p>Here&#8217;s an outline of the steps involved:</p>
<ol>
<li><span style="line-height: 13px;">Initiate a new repository on your local computer</span></li>
<li>Force push the new repository to WP Engine</li>
<li>Continue using Git Push as before</li>
</ol>
<h3>Initiate a new repository on your local computer</h3>
<p>If you&#8217;re reading this article, you should already be fairly familiar with how Git works. Of course, if you&#8217;re still new to Git and aren&#8217;t as familiar with initiating a new repository, you can reference the <a href="http://git.wpengine.com/getting-started/">Getting Started</a> page for Git Push to Deploy. Here is the most important portion:</p>
<script src="https://gist.github.com/5444086.js"></script><noscript><p>View the code on <a href="https://gist.github.com/5444086">Gist</a>.</p></noscript>
<h3>Force push the new repository to WP Engine</h3>
<p>We have set up our Git Push system to allow you to set up a new repository as needed. When you go to push to our servers, you slightly modify the command to tell Git to force the push. If you are <a href="http://git.wpengine.com/deploying-to-production/">pushing to production</a>, the command might look like this:</p>
<script src="https://gist.github.com/5444291.js"></script><noscript><p>View the code on <a href="https://gist.github.com/5444291">Gist</a>.</p></noscript>
<p>You should get output that looks similar to this:</p>
<h3><a href="http://support.wpengine.netdna-cdn.com/wp-content/uploads/2013/04/2013-04-23_1031.png" rel="lightbox[post-517]"><img class="aligncenter size-full wp-image-518" alt="2013-04-23_1031" src="http://support.wpengine.netdna-cdn.com/wp-content/uploads/2013/04/2013-04-23_1031.png" width="696" height="363" /></a></h3>
<h3>Continue using Git Push as before</h3>
<p>Now you should be able to keep using Git push exactly as before. You can make new commits and push them. After the first push, it is no longer necessary to use -f in the push command.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://support.wpengine.com/resetting-your-git-push-to-deploy-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide the &#8216;WP Engine Quick Links&#8217; menu in the admin bar</title>
		<link>http://support.wpengine.com/quick-links/</link>
		<comments>http://support.wpengine.com/quick-links/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 12:44:12 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://support.wpengine.com/?p=495</guid>
		<description><![CDATA[We have a handy toolbar that you can have in the dark admin header bar. It is called &#8216;WP Engine Quick Links&#8217; and it is going to look something like this: Some people want to have it display and others may simply choose that they would not like to have it display. For a while [...]]]></description>
				<content:encoded><![CDATA[<p>We have a handy toolbar that you can have in the dark admin header bar. It is called &#8216;WP Engine Quick Links&#8217; and it is going to look something like this:</p>
<p><a href="http://support.wpengine.netdna-cdn.com/wp-content/uploads/2013/02/quick_links.png" rel="lightbox[post-495]"><img class="aligncenter size-medium wp-image-496" alt="quick_links" src="http://support.wpengine.netdna-cdn.com/wp-content/uploads/2013/02/quick_links-300x90.png" width="300" height="90" /></a></p>
<p>Some people want to have it display and others may simply choose that they would not like to have it display. For a while we have had the option to hide it but it was just a blanket on/off switch. You can now choose which roles has access to this drop down menu. To enable this drop down, just go into /wp-admin/ and click on the WP Engine button at the top left side. Then look under the &#8216;Display Options&#8217; header. Set the drop down to enabled then check off which roles you would like to be able to see the menu. Hit the save button and once it is done saving hit the &#8216;purge all caches&#8217; button. Once the page reloads you will be able to see the menu at the top. Below is a screenshot of the &#8216;Display Options&#8217; where you can enable this feature:</p>
<p><a href="http://support.wpengine.netdna-cdn.com/wp-content/uploads/2013/02/who_can_see_quick_links.png" rel="lightbox[post-495]"><img class="aligncenter size-medium wp-image-497" alt="who_can_see_quick_links" src="http://support.wpengine.netdna-cdn.com/wp-content/uploads/2013/02/who_can_see_quick_links-300x137.png" width="300" height="137" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://support.wpengine.com/quick-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Language Support</title>
		<link>http://support.wpengine.com/language-support/</link>
		<comments>http://support.wpengine.com/language-support/#comments</comments>
		<pubDate>Mon, 28 Jan 2013 18:48:53 +0000</pubDate>
		<dc:creator>cosper</dc:creator>
				<category><![CDATA[General WordPress]]></category>

		<guid isPermaLink="false">http://support.wpengine.com/?p=486</guid>
		<description><![CDATA[While the copy of WordPress we install uses the  English language for its menus, we understand that some of your site&#8217;s users may want to use their native language. Fortunately, there is a fantastic set of tutorials over on the WordPress Codex that cover internationalization and the WordPress dashboard: WordPress in Your Language Installing WordPress in [...]]]></description>
				<content:encoded><![CDATA[<p>While the copy of WordPress we install uses the  English language for its menus, we understand that some of your site&#8217;s users may want to use their native language. Fortunately, there is a fantastic set of tutorials over on the WordPress Codex that cover internationalization and the WordPress dashboard:</p>
<ul>
<li><a href="http://codex.wordpress.org/WordPress_in_Your_Language">WordPress in Your Language</a></li>
<li><a href="http://codex.wordpress.org/Installing_WordPress_in_Your_Language">Installing WordPress in Your Language</a></li>
<li><a href="http://codex.wordpress.org/Translating_WordPress">Translating WordPress</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://support.wpengine.com/language-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Engine and PCI Compliance</title>
		<link>http://support.wpengine.com/wp-engine-and-pci-compliance/</link>
		<comments>http://support.wpengine.com/wp-engine-and-pci-compliance/#comments</comments>
		<pubDate>Mon, 14 Jan 2013 17:44:58 +0000</pubDate>
		<dc:creator>wpengine</dc:creator>
				<category><![CDATA[General WP Engine Info]]></category>

		<guid isPermaLink="false">http://support.wpengine.com/?p=477</guid>
		<description><![CDATA[What IS PCI? Payment Cards Industry (PCI) is collective of businesses associated with Credit Card providers, Debt Card providers, Credit Card/Debit processors, and card pre-pay providers. Do clients need to be PCI Compliant? According to PCI DSS Compliance, any client that accepts credit card information or does a credit card transaction on their site will [...]]]></description>
				<content:encoded><![CDATA[<p><b><b>What IS PCI?<br />
</b></b>Payment Cards Industry (PCI) is collective of businesses associated with Credit Card providers, Debt Card providers, Credit Card/Debit processors, and card pre-pay providers.<b><b></b></b></p>
<p>Do clients need to be PCI Compliant?<br />
According to PCI DSS Compliance, any client that accepts credit card information or does a credit card transaction on their site will need to be PCI Compliant or put themselves under “high risk” and liability from the different credit card providers.<b><b></b></b></p>
<p>A client can remain in compliance if they perform CC transactions via a third party service, where the transaction is submitted and processed entirely through a separate service. A good example would be Authorize.net DPM, Braintree’s API service, and PayPal Pro’s API. These type of services process CC transactions through a client-side browser request &#8211; thus allowing these payment processors to handle the payments entirely through their system. These processors maintain their own PCI compliance so a client does not need to do their own auditing.<b><b></b></b></p>
<p>What is the PCI Security Standards Council?<br />
The PCI Security Standards Council ( PCI SSC ) is a global forum, founded in 2006, uniting the major credit card providers (MasterCard, American Express, Visa, etc. ) to set standards of accepting and processing credit card data. According to the<a href="https://www.pcisecuritystandards.org/security_standards/index.php"> PCI SSC Standards overview</a><b><b></b></b></p>
<p>There’s a set of requirements called the Payment Card Industry Data Security Standard (or “PCI DSS”) and it was developed by the PCISSC – (the Payment Card Industry Security Standards Council)<b><b></b></b></p>
<p>These requirements are designed to provide a standardized set of consistent security measures for merchants to follow that are handling credit card transactions.<br />
The standard includes 12 requirements for maintaining a secure operation:<b><b></b></b></p>
<p>Build and Maintain a Secure Network</p>
<ul>
<li dir="ltr">Requirement 1: Install and maintain a firewall configuration to protect cardholder data</li>
<li dir="ltr">Requirement 2: Do not use vendor-supplied defaults for system passwords and other security parameters</li>
<li dir="ltr">Protect Cardholder Data</li>
<li dir="ltr">Requirement 3: Protect stored cardholder data</li>
<li dir="ltr">Requirement 4: Encrypt transmission of cardholder data across open, public networks</li>
</ul>
<p><b><b>Maintain a Vulnerability Management Program<br />
</b></b></p>
<ul>
<li dir="ltr">Requirement 5: Use and regularly update anti-virus software</li>
<li dir="ltr">Requirement 6: Develop and maintain secure systems and applications</li>
</ul>
<p><b><b>Implement Strong Access Control Measures<br />
</b></b></p>
<ul>
<li dir="ltr">Requirement 7: Restrict access to cardholder data by business need-to-know</li>
<li dir="ltr">Requirement 8: Assign a unique ID to each person with computer access</li>
<li dir="ltr">Requirement 9: Restrict physical access to cardholder data</li>
<li dir="ltr">Regularly Monitor and Test Networks</li>
<li dir="ltr">Requirement 10: Track and monitor all access to network resources and cardholder data</li>
<li dir="ltr">Requirement 11: Regularly test security systems and processes</li>
<li dir="ltr">Maintain an Information Security Policy</li>
<li dir="ltr">Requirement 12: Maintain a policy that addresses information security</li>
</ul>
<p><b><br />
For WordPress your E-commerce options are limited, and for a PCI Compliant shopping cart, they’re limited even further.</b></p>
<p>Is WP Engine PCI compliant?<br />
WP Engine is not a PCI Compliant hosting platform; we encourage customers to use other methods if they believe they require compliance for their entire hosting platform. Many well-known eCommerce sites do not require this, but others do.</p>
<p>The Good News is all ecommerce platforms offer payment gateway services that satisfy PCI compliance standards. Whether you’re on braintree, PayPal, Authorize.net, etc.<br />
If you have any further questions on PCI compliance please refer to the following site.<br />
<a href="https://www.pcisecuritystandards.org/approved_companies_providers/index.php">https://www.pcisecuritystandards.org/approved_companies_providers/index.php</a><b></b></p>
<p>So what should you do?<br />
You should first review the PCI documents listed above and determine if you need to be PCI compliant. Then work with your internal teams on how to get there if the answer is yes.</p>
<p>In many cases this can be done using a Plugin or Theme &#8211; You can check out <a href="http://www.woothemes.com/woocommerce/">http://www.woothemes.com/woocommerce/</a> for more information on this.<b><br />
</b></p>
]]></content:encoded>
			<wfw:commentRss>http://support.wpengine.com/wp-engine-and-pci-compliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is this wpengine user in my admin?</title>
		<link>http://support.wpengine.com/wpengine-user/</link>
		<comments>http://support.wpengine.com/wpengine-user/#comments</comments>
		<pubDate>Tue, 25 Sep 2012 15:35:58 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[General WP Engine Info]]></category>

		<guid isPermaLink="false">http://support.wpengine.com/?p=404</guid>
		<description><![CDATA[The &#8216;wpengine&#8217; admin user is for our staff to gain access to your admin area to provide support and troubleshooting. It can only be accessed by a button in our secure log in that auto generates a password and dumps that password after the staff member has logged in. We have taken extreme measures to [...]]]></description>
				<content:encoded><![CDATA[<p>The &#8216;wpengine&#8217; admin user is for our staff to gain access to your admin area to provide support and troubleshooting. It can only be accessed by a button in our secure log in that auto generates a password and dumps that password after the staff member has logged in. We have taken extreme measures to ensure that our own user is not going to be misused to harm any of our clients sites.</p>
]]></content:encoded>
			<wfw:commentRss>http://support.wpengine.com/wpengine-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to redirect certain pages on your site</title>
		<link>http://support.wpengine.com/redirect/</link>
		<comments>http://support.wpengine.com/redirect/#comments</comments>
		<pubDate>Mon, 10 Sep 2012 15:58:36 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[General WordPress]]></category>
		<category><![CDATA[Migrations]]></category>

		<guid isPermaLink="false">http://support.wpengine.com/?p=421</guid>
		<description><![CDATA[Methods of redirection Setting up the redirect in the user portal is the most sure fire way to get the redirect working. The redirects reside on the NGINX level so it will handle all requests accordingly. Using .htaccess or redirection plugins will not handle all redirects because they sit on the Apache layer and thus [...]]]></description>
				<content:encoded><![CDATA[<h4>Methods of redirection</h4>
<p>Setting up the redirect in the user portal is the most sure fire way to get the redirect working. The redirects reside on the NGINX level so it will handle all requests accordingly. Using .htaccess or redirection plugins will not handle all redirects because they sit on the Apache layer and thus only redirect requests handled via Apache. To create the redirect you will want to log in to the <a title="User portal redirect page" href="http://my.wpengine.com" target="_blank">user portal</a>. Once logged in you will click on the small version of your install name (if you have multiple installs) or click on manage wordpress (if you have only one install). You will then click on the &#8220;redirects&#8221; button. This will provide you with a list of all redirects that you currently have added into the configuration files.</p>
<h4>Adding Redirects</h4>
<p>Start by clicking the &#8220;create redirect&#8221; button towards the bottom of the page.</p>
<p><a href="http://support.wpengine.netdna-cdn.com/wp-content/uploads/2012/09/add-new-redirect.png" rel="lightbox[post-421]"><img class="aligncenter size-medium wp-image-422" title="add-new-redirect" src="http://support.wpengine.netdna-cdn.com/wp-content/uploads/2012/09/add-new-redirect-300x77.png" alt="" width="300" height="77" /></a></p>
<p>You will be taken to a page that has several fields and will look just like this:</p>
<p><a href="http://support.wpengine.netdna-cdn.com/wp-content/uploads/2012/09/create-redirect-rule.png" rel="lightbox[post-421]"><img class="aligncenter size-medium wp-image-423" title="create-redirect-rule" src="http://support.wpengine.netdna-cdn.com/wp-content/uploads/2012/09/create-redirect-rule-300x202.png" alt="" width="300" height="202" /></a></p>
<p>A description of the fields are as follows:</p>
<p><span class="fieldname">Name</span> You can specify a name to remind yourself what the redirect does.</p>
<p><span class="fieldname">Domain</span> You can specify that the redirect will operate only on one domain, if you do not select a domain from the list then the redirect may pertain to all domains.</p>
<p><span class="fieldname">Source</span> This is the URL that is going to be requested by the end users browser or user agent. It can also be seen as the origin or page that is getting redirected &#8220;from.&#8221;</p>
<p><span class="fieldname">Match args</span> This field is for advanced users and can be used to further specify rules for your rewrite.</p>
<p><span class="fieldname">Destination</span> This is the URL that is going to be returned when the request for the source is made. This is the page that the end user is going to be sent &#8220;to.&#8221;</p>
<p><span class="fieldname">Redirect type</span> Generally this field should be left alone. You can specify what type of redirect will be used.</p>
<p>Once you fill in the fields, click &#8220;create redirect rule&#8221; and your redirect will be saved.</p>
<h4>Examples</h4>
<p>Below you will find some examples of redirects that you may find useful.</p>
<p>Say you need to redirect just one page to another page, you would fill in the fields like so:</p>
<p><span class="fieldname">Name</span> Redirect my contact page<br />
<span class="fieldname">Domain</span> mydomain.com<br />
<span class="fieldname">Source</span> ^/olddirectory/verylong/URL/goeson/contactus/<br />
<span class="fieldname">Match args</span><br />
<span class="fieldname">Destination</span> /contact-us/<br />
<span class="fieldname">Redirect type</span> 301</p>
<p>next example&#8230;</p>
<p>Please notice below that there is a backslash infront of the dot of the html document. Certain characters have a specific purpose in regex so they must be escaped (ignored) in order for the rewrite rule to work properly. Just throw a backslash infront of any dot of a document type (jpeg, css, js etc.).</p>
<p><span class="fieldname">Name</span> Redirect my static html page<br />
<span class="fieldname">Domain</span> mydomain.com<br />
<span class="fieldname">Source</span> ^/olddirectory/verylong/URL/goeson/mypage\.html<br />
<span class="fieldname">Match args</span><br />
<span class="fieldname">Destination</span> /mypage/<br />
<span class="fieldname">Redirect type</span> 301</p>
<p>next example&#8230;</p>
<p>Use case: I have a bunch of files in a certain directory but they have all moved to another directory. All of the file names are the same but they are just in a new directory. The end of each regex is like a find and replace or a copy/paste. Whatever is at the end is going to get carried over with the redirect.</p>
<p>Fill in the fields like this:</p>
<p><span class="fieldname">Name</span> Redirect catch all<br />
<span class="fieldname">Domain</span> mydomain.com<br />
<span class="fieldname">Source</span> ^/thisiswhere/myfileswhere/(.*)<br />
<span class="fieldname">Match args</span><br />
<span class="fieldname">Destination</span> /thisiswhere/myfilesmovedto/$1<br />
<span class="fieldname">Redirect type</span> 301</p>
<h4>Note</h4>
<p>You may have a need to redirect everything in one domain to another. Some people go way overboard and try to do a search and replace in the database. Lets say you have a bunch of links in your database that have your old domain name. You should actually not create a redirect here or go updating your database. The fastest and easiest thing to do is make sure that both of the domain names are pointed to your WP Engine site and add the old domain as a redirect to the new domain. The instructions for doing so coincide with the &#8220;note&#8221; of this article: <a title="Going Live" href="http://support.wpengine.com/going-live/" target="_blank">Going Live</a></p>
]]></content:encoded>
			<wfw:commentRss>http://support.wpengine.com/redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I have my blog live at &#8220;/blog&#8221; under my domain?</title>
		<link>http://support.wpengine.com/blog-sub-directory/</link>
		<comments>http://support.wpengine.com/blog-sub-directory/#comments</comments>
		<pubDate>Wed, 22 Aug 2012 21:45:41 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[General WordPress]]></category>

		<guid isPermaLink="false">http://support.wpengine.com/?p=401</guid>
		<description><![CDATA[WP Engine does not support mounting your WordPress install in the sub-directory of your domain for a single site install (setting up sub-sites in sub-directories in a MultiSite install is supported). In other words, no more domain.com/blog. If you have a wordpress install that is going to share a domain with another website then we [...]]]></description>
				<content:encoded><![CDATA[<p>WP Engine does not support mounting your WordPress install in the sub-directory of your domain for a single site install (setting up sub-sites in sub-directories in a MultiSite install is supported). In other words, no more domain.com/blog. If you have a wordpress install that is going to share a domain with another website then we recommend using a sub-domain set up like blog.domain.com.</p>
<p>Having your install live in /blog is not a good set up for various reasons. All of the traffic is going to proxy through the server that the main site is on. That means if the server for your main site goes down, so does your WP Engine site, even if our servers are running perfectly.The same holds true to any latency that may be present on the main site&#8217;s server.</p>
<p>There are also some key features that you can not make use of when you use this type of configuration, most notably are the one-click restore and staging area.</p>
<p>Please be aware, if you must use this type of configuration we will not assist in setting it up and the support you receive thereafter will be limited.</p>
]]></content:encoded>
			<wfw:commentRss>http://support.wpengine.com/blog-sub-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thesis CSS Error and Object Caching</title>
		<link>http://support.wpengine.com/thesis-css-error-and-object-caching/</link>
		<comments>http://support.wpengine.com/thesis-css-error-and-object-caching/#comments</comments>
		<pubDate>Mon, 13 Aug 2012 22:47:56 +0000</pubDate>
		<dc:creator>austin</dc:creator>
				<category><![CDATA[Other Stuff]]></category>
		<category><![CDATA[Troubleshooting WordPress]]></category>
		<category><![CDATA[autoload]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[object cache]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://support.wpengine.com/?p=324</guid>
		<description><![CDATA[As of Thesis 1.8.4, some WP Engine users are still experiencing an error with Thesis not loading the CSS for their site. This error is related to the way Thesis handles object caching on our servers. You can disabled object caching from the WP Engine plugin to fix this, but there is a better solution. [...]]]></description>
				<content:encoded><![CDATA[<p>As of Thesis 1.8.4, some WP Engine users are still experiencing an error with Thesis not loading the CSS for their site. This error is related to the way Thesis handles object caching on our servers. You can disabled object caching from the WP Engine plugin to fix this, but there is a better solution.</p>
<p>You can edit the thesis_options and thesis_design_options rows inside the wp_options table to change autoload to no. Once autoload is set to no for these two rows, dump your sites cache through the WP Engine plugin and your site should display properly. If you do not want to manually edit your database, you can run the following SQL query to make the necessary changes.</p>
<pre>UPDATE wp_options SET autoload='no' WHERE option_name IN ('thesis_options','thesis_design_options')</pre>
]]></content:encoded>
			<wfw:commentRss>http://support.wpengine.com/thesis-css-error-and-object-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debug Mode Warning</title>
		<link>http://support.wpengine.com/debug-mode-warning/</link>
		<comments>http://support.wpengine.com/debug-mode-warning/#comments</comments>
		<pubDate>Mon, 13 Aug 2012 22:46:59 +0000</pubDate>
		<dc:creator>austin</dc:creator>
				<category><![CDATA[General WordPress]]></category>
		<category><![CDATA[Troubleshooting WordPress]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://support.wpengine.com/?p=322</guid>
		<description><![CDATA[You can enable the WordPress debug mode by adding the following line of code into your wp-config.php file. define('WP_DEBUG', true); Once debug mode is active, any warning or errors will be displayed at the top of every page in your website. When hosting your website with WP Engine, you will notice that every page will [...]]]></description>
				<content:encoded><![CDATA[<p>You can enable the WordPress debug mode by adding the following line of code into your wp-config.php file.</p>
<pre>define('WP_DEBUG', true);</pre>
<p>Once debug mode is active, any warning or errors will be displayed at the top of every page in your website. When hosting your website with WP Engine, you will notice that every page will have the following warning when debug mode is on.</p>
<div class="pre">
<pre><strong>Warning</strong>: include() [<a href="http://www.cliffascent.com/function.include">function.include</a>]: Failed opening '/nas/wp/www/cluster/account/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in <strong>/nas/wp/www/cluster/account/wp-settings.php</strong> on line <strong>62</strong></pre>
</div>
<p>This is just a warning, and it has nothing to do with your site in particular. Every site hosted on WP Engine, with caching enabled and debug mode on, will see this warning.</p>
]]></content:encoded>
			<wfw:commentRss>http://support.wpengine.com/debug-mode-warning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
