<?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>iamseo.org &#187; wp-admin reloads</title>
	<atom:link href="http://www.iamseo.org/tag/wp-admin-reloads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iamseo.org</link>
	<description>Just another (SEO) Wordpress weblog</description>
	<lastBuildDate>Wed, 11 Aug 2010 14:26:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress login page keeps reloading</title>
		<link>http://www.iamseo.org/wordpress/wordpress-login-page-keeps-reloading/</link>
		<comments>http://www.iamseo.org/wordpress/wordpress-login-page-keeps-reloading/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 03:56:33 +0000</pubDate>
		<dc:creator>Morris</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress fix]]></category>
		<category><![CDATA[wp-admin reloads]]></category>

		<guid isPermaLink="false">http://www.iamseo.org/?p=49</guid>
		<description><![CDATA[It seems I&#8217;m not the only one that has had issues with the WordPress login page (wp-admin) reloading itself without logging in. I made a post on the WordPress support thread with my fix, though thought I should expand here. This may not fix the issue for all users, as the reloading might be the [...]]]></description>
			<content:encoded><![CDATA[<p>It seems <a href="http://wordpress.org/support/topic/229521" target="_blank" rel="nofollow">I&#8217;m not the only one</a> that has had issues with the WordPress login page (wp-admin) reloading itself without logging in.</p>
<p>I made a post on the WordPress support thread with my fix, though thought I should expand here. This may not fix the issue for all users, as the reloading might be the result of other problems or faulty plugins. </p>
<p><span id="more-49"></span></p>
<p>1. Remove any additional rewrite rules from your .htaccess, besides the WordPress-generated code. Remember to <strong>back it up!</strong></p>
<p>(If your WordPress settings state that your install is on http://mysite.com, but you are running a .htaccess rule to rewrite http://mysite.com to http://www.mysite.com, you&#8217;re running the wp-admin page in a loop of redirects).</p>
<p>2. If you can now log in, go to Settings and change the location of WP and your blog to http://www.mysite.com (assuming this is where you wanted WordPress installed). If your blog or WordPress installation is located in another dirctory or subdomain, don&#8217;t change these just add the <em>www</em>.</p>
<p>3. Re-add the .htaccess rewrites. </p>
<p>They might like look this &#8211; </p>
<pre><code>
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^mysite.com
RewriteRule (.*) http://www.mysite.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.html\ HTTP/
RewriteRule ^index\.html$ http://www.mysite.com/ [R=301,L]
</code></pre>
<p>(This rewrites http:// to http://www as well as removing index.html or index.php from your URLs)</p>
<p>If the above fix doesn&#8217;t work, try removing plugins from your server one by one and then try to log in. An outdated plugin that doesn&#8217;t work with your current version of WordPress has also been known to cause this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iamseo.org/wordpress/wordpress-login-page-keeps-reloading/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
