<?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>admin &#8211; Wayne Connor</title>
	<atom:link href="https://wayneconnor.com/tag/admin/feed" rel="self" type="application/rss+xml" />
	<link>https://wayneconnor.com</link>
	<description>My life scattered around the web - family, technology, church - a bit of everything.</description>
	<lastBuildDate>Mon, 26 Aug 2019 02:49:18 +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>
<site xmlns="com-wordpress:feed-additions:1">104631517</site>	<item>
		<title>WordPress Error 500 when using IP security on htaccess</title>
		<link>https://wayneconnor.com/wordpress/wordpress-error-500-when-using-ip-security-on-htaccess.html</link>
					<comments>https://wayneconnor.com/wordpress/wordpress-error-500-when-using-ip-security-on-htaccess.html#respond</comments>
		
		<dc:creator><![CDATA[Wayne]]></dc:creator>
		<pubDate>Mon, 26 Aug 2019 02:49:18 +0000</pubDate>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[bluehost]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://wayneconnor.com/?p=1367</guid>

					<description><![CDATA[When I upgraded to the latest php version (Version 7) across all my WordPress sites (which are hosted using bluehost) I encountered a 500 server error when trying [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>When I upgraded to the latest php version (Version 7) across all my WordPress sites (which are hosted using bluehost) I encountered a 500 server error when trying to access the WordPress admin page.</p>



<p>It turns out this is because of my htaccess file.</p>



<p>In my htaccess I had the following lines to stop anyone accessing my WordPress Admin if they were outside of my IP address:</p>



<pre class="wp-block-preformatted">&lt;LIMIT GET>
Order deny,allow
Deny from all
Allow 100.8.8.8
&lt;/LIMIT></pre>



<p>This stops anyone  assessing myWordPress admin unless they are logging in from my IP address.  Apparently this is now updated and to do this you now use the following command:<br></p>



<pre class="wp-block-preformatted">&lt;LIMIT GET>
Require IP 100.8.8.8
&lt;/LIMIT></pre>



<p>I changed this and no more server 500 error!</p>



<p> I&#8217;ve just typed this up in case anyone else has the same problem. My new htaccess file sitting in my wordpress/wp-admin folder looks like this:</p>



<pre class="wp-block-preformatted">AuthUserFile /dev/null
 AuthGroupFile /dev/null
 AuthName "Example Access Control"
 AuthType Basic
 Require ip 220.233.28.8 </pre>
]]></content:encoded>
					
					<wfw:commentRss>https://wayneconnor.com/wordpress/wordpress-error-500-when-using-ip-security-on-htaccess.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1367</post-id>	</item>
		<item>
		<title>Override WordPress Default Attachment &#8220;Link to&#8221; Setting</title>
		<link>https://wayneconnor.com/wordpress/override-wordpress-default-attachment-link-to-setting.html</link>
					<comments>https://wayneconnor.com/wordpress/override-wordpress-default-attachment-link-to-setting.html#respond</comments>
		
		<dc:creator><![CDATA[Wayne]]></dc:creator>
		<pubDate>Fri, 20 May 2011 01:42:01 +0000</pubDate>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://wayneconnor.com/?p=520</guid>

					<description><![CDATA[http://yoursite.com/wp-admin/options.php via Override WordPress Default Attachment &#8220;Link to&#8221; Setting.]]></description>
										<content:encoded><![CDATA[<p>http://yoursite.com/wp-admin/options.php</p>
<p>via <a href="http://rawfolio.com/overriding-wordpress-default-attachment-link-to-setting/" target="_blank" rel="noopener">Override WordPress Default Attachment &#8220;Link to&#8221; Setting</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wayneconnor.com/wordpress/override-wordpress-default-attachment-link-to-setting.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">520</post-id>	</item>
	</channel>
</rss>
