<?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>Akismet &#8211; Sandy Scott&#039;s Web Spot</title>
	<atom:link href="https://www.sandyscott.net/tag/akismet/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sandyscott.net</link>
	<description>My little corner of the web</description>
	<lastBuildDate>Fri, 05 Jun 2020 11:35:33 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>Server Setup 8: WordPress tweaks</title>
		<link>https://www.sandyscott.net/2020/05/server-setup-8-wordpress-tweaks/</link>
					<comments>https://www.sandyscott.net/2020/05/server-setup-8-wordpress-tweaks/#respond</comments>
		
		<dc:creator><![CDATA[Sandy]]></dc:creator>
		<pubDate>Thu, 21 May 2020 16:04:07 +0000</pubDate>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Akismet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://www.sandyscott.net/?p=562</guid>

					<description><![CDATA[Most of these steps are optional, but highly recommended Set up Anti-Spam Spam comments are an unfortunate reality of life on the internet, so you&#8217;ll need something to stop them. Akismet is a highly respected solution, and is free for personal users, but you need to sign up for a...<p> <a class="continue-reading-link" href="https://www.sandyscott.net/2020/05/server-setup-8-wordpress-tweaks/"><span>Continue reading</span><i class="crycon-right-dir"></i></a> </p>]]></description>
										<content:encoded><![CDATA[
<p><em>If this is your first time looking at a post from this series, have a look at this summary: <a href="https://www.sandyscott.net/2020/06/04/server-setup-0-contents/" data-type="666">Server Setup 0: Contents</a></em></p>



<p>Most of these steps are optional, but highly recommended</p>



<h2 class="wp-block-heading">Set up Anti-Spam</h2>



<p>Spam comments are an unfortunate reality of life on the internet, so you&#8217;ll need something to stop them.</p>



<p><a href="https://akismet.com/">Akismet</a> is a highly respected solution, and is free for personal users, but you need to sign up for a free account with them first. There&#8217;s a lot more details about getting set up on their website.</p>



<p>There are other Antispam plugins out there too.</p>



<h2 class="wp-block-heading">Delete Inactive themes and plugins</h2>



<p>It&#8217;s recommended (for security) that you delete any plugins or themes you aren&#8217;t using, with the execption of leaving one standard theme available to use as a fallback.</p>



<p>Go to the plugins section from the menu on the left. There should be a red delete link under each inactive plugin</p>



<p>Go to the themes section. Click on an inactive theme, then find the delete link in the bottom-right corner.</p>



<h2 class="wp-block-heading">Add domain name to server hosts file</h2>



<p>WordPress can report some weird errors when it can&#8217;t access itself, which can sometimes happen if your router is misbehaving or you&#8217;re running offline for some reason.</p>



<p>To do this we add an entry to the server&#8217;s hosts file. This tells the server that our wordpress domain (e.g. www.example.org) should be on this server.</p>



<div class="wp-block-codemirror-blocks-code-block code-block"><pre class="CodeMirror" data-setting="{&quot;showPanel&quot;:false,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text/x-sh&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:false,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;suShell&quot;,&quot;language&quot;:&quot;Shell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;shell&quot;}">sudoedit /etc/hosts</pre></div>



<p>Add this line, anywhere</p>



<pre class="wp-block-code"><code>127.0.0.1 www.example.org</code></pre>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sandyscott.net/2020/05/server-setup-8-wordpress-tweaks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
