<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WP Hive &#187; Tag: 404 - Recent Posts</title>
<link>http://wp-hive.com/forums/</link>
<description>WP Hive &#187; Tag: 404 - Recent Posts</description>
<language>en</language>
<pubDate>Sat, 04 Feb 2012 14:53:42 +0000</pubDate>

<item>
<title>ikailo on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1114</link>
<pubDate>Mon, 08 Nov 2010 22:34:28 +0000</pubDate>
<dc:creator>ikailo</dc:creator>
<guid isPermaLink="false">1114@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;I would suggest 555.
&#60;/p&#62;</description>
</item>
<item>
<title>wwday3 on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1102</link>
<pubDate>Sun, 31 Oct 2010 12:55:24 +0000</pubDate>
<dc:creator>wwday3</dc:creator>
<guid isPermaLink="false">1102@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;Still waiting fot your suggested permissions for .htaccess. 444? 555? Something else?
&#60;/p&#62;</description>
</item>
<item>
<title>wwday3 on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1095</link>
<pubDate>Sun, 24 Oct 2010 00:28:06 +0000</pubDate>
<dc:creator>wwday3</dc:creator>
<guid isPermaLink="false">1095@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;So, what should the permissions be? 555?
&#60;/p&#62;</description>
</item>
<item>
<title>wwday3 on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1092</link>
<pubDate>Thu, 21 Oct 2010 12:22:41 +0000</pubDate>
<dc:creator>wwday3</dc:creator>
<guid isPermaLink="false">1092@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;This must be new, because I've set permalinks many times in the past with hive sites and the same .htaccess clearing phenomenon did not occur.
&#60;/p&#62;</description>
</item>
<item>
<title>ikailo on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1091</link>
<pubDate>Thu, 21 Oct 2010 09:32:45 +0000</pubDate>
<dc:creator>ikailo</dc:creator>
<guid isPermaLink="false">1091@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;I can see how this sounds strange, but there is a reasonable (technical) reason for it, which I will attempt to explain.&#60;/p&#62;
&#60;p&#62;There are two types of peramlinks changes - Soft and Hard. A soft refresh only makes changes in the database. A hard refresh makes changes to the database and to .htaccess.&#60;/p&#62;
&#60;p&#62;If the permalinks are set to 'default' / not pretty: (domain.com?p=n), then a hard refresh will remove everything from .htaccess and clear the permalink rules from the database. In all other cases, .htaccess is written with some generic rules (as above) and permalink rules, specific to the selected permalink format, are written to the database.&#60;/p&#62;
&#60;p&#62;When .htaccess is generated, it uses the URL of the current site to generate what it thinks is proper code. If it is generated from a root site (domain.com or blog.domain.com), then it will generate correct code.  If it is generated from a subdirectory site (domain.com/blog), then it will generate code that will only work for that subdirectory site if it were standalone.&#60;/p&#62;
&#60;p&#62;WP Hive also tells WordPress to add a few extra rules to .htaccess to allow subdirectory site mapping, which are included when .htaccess is regenerated during a hard refresh.&#60;/p&#62;
&#60;p&#62;WordPress makes a hard refresh to the permalinks in the following circumstances:&#60;br /&#62;
1. When a new site is installed.&#60;br /&#62;
2. When the Permalinks settings page is loaded.&#60;br /&#62;
3. When the Permalinks page is saved&#60;/p&#62;
&#60;p&#62;Surprisingly, there are NO hooks in WordPress to allow a plugin author control over the hard refreshes, so the following actions were taken:&#60;/p&#62;
&#60;p&#62;1. WP Hive overrides the wp_install() method to prevent a flush when a new site is installed.&#60;br /&#62;
2. There is a &#60;a href=&#34;http://core.trac.wordpress.org/ticket/14547&#34;&#62;ticket in Trac&#60;/a&#62; to prevent Permalinks from being flushed on the page load.&#60;br /&#62;
3. There is a &#60;a href=&#34;http://core.trac.wordpress.org/ticket/14549&#34;&#62;ticket in Trac&#60;/a&#62; to let a plugin tell WordPress to skip the hard refresh.&#60;/p&#62;
&#60;p&#62;Until those patches are included in core, there is nothing WP Hive can do to prevent WordPress from doing a hard flush and changing .htaccess when it's not needed. So, that is why .htaccess should be set to read-only.&#60;/p&#62;
&#60;p&#62;The only other option would be to regenerate the permalinks from a root site after each time the permalinks page is accessed or permalinks are regenerated on a subdirectory site or a site that has been set to the default / not pretty permalinks.&#60;/p&#62;
&#60;p&#62;I hope this makes sense.
&#60;/p&#62;</description>
</item>
<item>
<title>wwday3 on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1090</link>
<pubDate>Thu, 21 Oct 2010 00:37:14 +0000</pubDate>
<dc:creator>wwday3</dc:creator>
<guid isPermaLink="false">1090@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;That's not the point. I tested this out with a &#34;normal&#34; WP site. Clicking update in the Permalinks panel did not &#34;clear&#34; the .htaccess file. Why, in a WP-Hive environment, does it get cleared? That is not normal behavior for a WP install.&#60;/p&#62;
&#60;p&#62;BTW, the only time I've heard anyone suggest making .htaccess read-only was in regards to anti-hacking strategies.
&#60;/p&#62;</description>
</item>
<item>
<title>ikailo on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1088</link>
<pubDate>Wed, 20 Oct 2010 19:54:36 +0000</pubDate>
<dc:creator>ikailo</dc:creator>
<guid isPermaLink="false">1088@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;It is for this reason that it is recommended to make .htaccess read-only after it contains the correct information.&#60;/p&#62;
&#60;p&#62;If you are running subdirectory sites (domain.com/blog1) then this is what .htaccess should look like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;# BEGIN WordPress
&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content&#124;admin&#124;includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&#38;lt;/IfModule&#38;gt;

# END WordPress&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you're not using subdirectory sites (domains or subdomains only), you can use the rewrite rules posted by superscott597 above. &#60;/p&#62;
&#60;p&#62;.htaccess rarely needs to change, so once it is written, make it read-only, and you should not have this problem anymore.
&#60;/p&#62;</description>
</item>
<item>
<title>wwday3 on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1087</link>
<pubDate>Wed, 20 Oct 2010 18:44:07 +0000</pubDate>
<dc:creator>wwday3</dc:creator>
<guid isPermaLink="false">1087@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;Bump. This is a major issue.
&#60;/p&#62;</description>
</item>
<item>
<title>wwday3 on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1085</link>
<pubDate>Wed, 20 Oct 2010 02:51:46 +0000</pubDate>
<dc:creator>wwday3</dc:creator>
<guid isPermaLink="false">1085@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;Same issue. Same (annoying) solution. Why would WP remove an existing set of .htaccess code? Does it have something to do with the multi-site feature in the new release?&#60;/p&#62;
&#60;p&#62;Right now it means for each new hive blog we add, we have to remember to update the .htaccess file or all blogs will suddenly not work. Very annoying.
&#60;/p&#62;</description>
</item>
<item>
<title>superscott597 on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1084</link>
<pubDate>Mon, 18 Oct 2010 13:03:35 +0000</pubDate>
<dc:creator>superscott597</dc:creator>
<guid isPermaLink="false">1084@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;@ShamanMa Thanks for pinpointing the problem! That's exactly what it's doing. I was having the same problem as jconrad and using the rewrite code from a working .htaccess file fixed all my sites instantaneously. Hopefully this bug will be addressed soon, as it can be a pain to have to copy it every time or wait to test the sites until all have been installed and set up.&#60;/p&#62;
&#60;p&#62;For those that don't know quite what the .htaccess should look like, here is what mine uses to display the pretty permalinks:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;# BEGIN WordPress
&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&#38;lt;/IfModule&#38;gt;
# END WordPress&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Cheers!&#60;/p&#62;
&#60;p&#62;-Scott
&#60;/p&#62;</description>
</item>
<item>
<title>christineb1979 on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1079</link>
<pubDate>Wed, 06 Oct 2010 23:51:01 +0000</pubDate>
<dc:creator>christineb1979</dc:creator>
<guid isPermaLink="false">1079@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;Any updates from this&#60;/p&#62;
&#60;p&#62;Some tips for a dog trainer: &#60;a href=&#34;http://www.weimaranerproblems.com/weimaraner-obedience/&#34;&#62;weimaraner obedience&#60;/a&#62; and &#60;a href=&#34;http://www.weimaranerproblems.com/weimaraner-puppy-training/&#34;&#62;weimaraner puppy training&#60;/a&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>christineb1979 on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1077</link>
<pubDate>Thu, 30 Sep 2010 21:12:40 +0000</pubDate>
<dc:creator>christineb1979</dc:creator>
<guid isPermaLink="false">1077@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;Same i encounter the same problem..
&#60;/p&#62;</description>
</item>
<item>
<title>Michael143 on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1072</link>
<pubDate>Wed, 22 Sep 2010 19:19:13 +0000</pubDate>
<dc:creator>Michael143</dc:creator>
<guid isPermaLink="false">1072@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;We have the same issue jconrad. I'll follow ikailo's solution for this. I find it hard to fix it. I'll try it later. Hope it'll be okay.&#60;/p&#62;
&#60;p&#62;Thanks a lot for information ikailo.&#60;/p&#62;
&#60;p&#62;[url=http://www.fatlossblogger.com/]P90X Workout[/url]
&#60;/p&#62;</description>
</item>
<item>
<title>TheShamanMarketer on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1071</link>
<pubDate>Mon, 20 Sep 2010 09:55:27 +0000</pubDate>
<dc:creator>TheShamanMarketer</dc:creator>
<guid isPermaLink="false">1071@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;I have the same phenomenon here. &#60;/p&#62;
&#60;p&#62;As soon as I update the permalink structure in one of the hive's blogs, everything except homepages and &#34;non-pretty-urls&#34; goes 404. &#60;/p&#62;
&#60;p&#62;Reason? for some reason the .htaccess is not updated, but emptied, it only contains the Wordpress start/end comments.&#60;/p&#62;
&#60;p&#62;So my workaround: use the same permalink structure on all of your hive's blogs.&#60;br /&#62;
First (before activating wp hive) set the permalinks in the original blog. Make a copy of the .htaccess via FTP, the file manager plugin, cpanel, or whatever.&#60;br /&#62;
Activate wp hive, create the blogs you need, edit/save permalinks for each of them and use the same settings for all.&#60;br /&#62;
When done, replace the empty .htaccess with the one you saved. Make it non-writable, just in case...
&#60;/p&#62;</description>
</item>
<item>
<title>Ronal on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1055</link>
<pubDate>Thu, 19 Aug 2010 16:16:15 +0000</pubDate>
<dc:creator>Ronal</dc:creator>
<guid isPermaLink="false">1055@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;First request never posted. I can't posts or pages. Any update or suggestions on this? Mod rewrite is installed, I tried &#34;resetting&#34; my permalinks, nothing seems to be working. I downloaded my htaccess file and it's blank. Help please.
&#60;/p&#62;</description>
</item>
<item>
<title>Ronal on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1047</link>
<pubDate>Thu, 19 Aug 2010 13:08:46 +0000</pubDate>
<dc:creator>Ronal</dc:creator>
<guid isPermaLink="false">1047@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;I just submitted a new topic about this. Seems my .htaccess info has disappeared, even after manually trying to &#34;reset&#34; permalink settings. Now all links on all blogs are broken.
&#60;/p&#62;</description>
</item>
<item>
<title>ikailo on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1044</link>
<pubDate>Fri, 13 Aug 2010 23:28:05 +0000</pubDate>
<dc:creator>ikailo</dc:creator>
<guid isPermaLink="false">1044@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;Please check that mod-rewite is installed and working. You may need to check with your host. &#60;/p&#62;
&#60;p&#62;When / how did this start happening? &#60;/p&#62;
&#60;p&#62;I'm remote right now (at the cottage) so please send me an email if you still have issues, as it is easier to respond to.
&#60;/p&#62;</description>
</item>
<item>
<title>jconrad on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1042</link>
<pubDate>Fri, 13 Aug 2010 20:20:04 +0000</pubDate>
<dc:creator>jconrad</dc:creator>
<guid isPermaLink="false">1042@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;It seems like it must have to do with permalinks given that my search functions work and send me to working results pages that do not use friendly permalinks... anyone with any thoughts on how to fix this problem? kind of freaking out here, I have a lot of sites in the hive at this point.
&#60;/p&#62;</description>
</item>
<item>
<title>jconrad on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1041</link>
<pubDate>Fri, 13 Aug 2010 19:57:26 +0000</pubDate>
<dc:creator>jconrad</dc:creator>
<guid isPermaLink="false">1041@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;I'll only add that I can view all of the homepages and get into the admin pages, I just can't see the pages/posts within the sites.
&#60;/p&#62;</description>
</item>
<item>
<title>jconrad on "Can&#039;t View Pages or Posts"</title>
<link>http://wp-hive.com/forums/topic/cant-view-pages-or-posts#post-1040</link>
<pubDate>Fri, 13 Aug 2010 19:14:32 +0000</pubDate>
<dc:creator>jconrad</dc:creator>
<guid isPermaLink="false">1040@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;Are there other solutions aside from re-saving permalinks? I have tried this numerous times, but I am unable to load any pages or posts. Just get 404 errors...&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>kindledmind on "After activating wp-hive Admin does not work"</title>
<link>http://wp-hive.com/forums/topic/after-activating-wp-hive-admin-does-not-work#post-977</link>
<pubDate>Fri, 18 Jun 2010 17:35:21 +0000</pubDate>
<dc:creator>kindledmind</dc:creator>
<guid isPermaLink="false">977@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;Weird.  I just tried again... and it worked.  I didn't do anything.  I'm glad it's working though.
&#60;/p&#62;</description>
</item>
<item>
<title>kindledmind on "After activating wp-hive Admin does not work"</title>
<link>http://wp-hive.com/forums/topic/after-activating-wp-hive-admin-does-not-work#post-976</link>
<pubDate>Fri, 18 Jun 2010 17:30:05 +0000</pubDate>
<dc:creator>kindledmind</dc:creator>
<guid isPermaLink="false">976@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;Sorry, for a noob searching for answers that was a bit like mud.   ???  I want the site to be at domain2.com/wp-admin without a bunch of domain1.com/domain2/wp-admin.... seems to defeat the purpose of the plugin.  Sigh.  This is SO much harder than I thought it would be.
&#60;/p&#62;</description>
</item>
<item>
<title>Jon Gauthier on "After activating wp-hive Admin does not work"</title>
<link>http://wp-hive.com/forums/topic/after-activating-wp-hive-admin-does-not-work#post-916</link>
<pubDate>Tue, 20 Apr 2010 23:04:56 +0000</pubDate>
<dc:creator>Jon Gauthier</dc:creator>
<guid isPermaLink="false">916@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;Hey Rodny &#60;/p&#62;
&#60;p&#62;Hope your doing well. So your having trouble accessing your wp-admin of the new hive you created. When you create a new hive. You can only install a new hive site into a subdirectory on the existing domain such as mydomain.com/newhivesite then once created you click the install site button &#38;amp; the site will install. &#60;/p&#62;
&#60;p&#62;If you put in newhivesite.mydomain.com in the domain.com box &#38;amp; create the site when you go to install the site it will give you the 404 error this is a know issue for us.&#60;/p&#62;
&#60;p&#62;But if you have created &#38;amp; installed the site successfully to get to the Hive Admin site you access it by &#60;/p&#62;
&#60;p&#62;mydomain.com/yournewhivesite/wp-admin/ that will give you the login page for your new created hive site.&#60;/p&#62;
&#60;p&#62;Also you would get the 404 if you created the hive under a second subdirectory it won't work it if you&#60;br /&#62;
mydomain.com/yournewhivesite/2ndhivesite/ if you nest sites like that it can only be one subdirectory&#60;/p&#62;
&#60;p&#62;Thanks  hope this was helpfull&#60;/p&#62;
&#60;p&#62;Jon
&#60;/p&#62;</description>
</item>
<item>
<title>Rodny on "After activating wp-hive Admin does not work"</title>
<link>http://wp-hive.com/forums/topic/after-activating-wp-hive-admin-does-not-work#post-911</link>
<pubDate>Fri, 16 Apr 2010 14:27:47 +0000</pubDate>
<dc:creator>Rodny</dc:creator>
<guid isPermaLink="false">911@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;I had a WordPress installed and working fine using the e-commerce plugin instaled in this domain: &#60;a href=&#34;http://blist.com.br/web-food/&#34; rel=&#34;nofollow&#34;&#62;http://blist.com.br/web-food/&#60;/a&#62; i wanted to multiple it using wp-hive. &#60;/p&#62;
&#60;p&#62;So I installed wp-hive following the instructions in the documetation page, and it installed fine and was working i did not create a subdomain and closed my wp-admin page when I tried to re-open i couldn't any more. i got a 404 error.&#60;/p&#62;
&#60;p&#62;The funny thing is that the site iself is still working fine. The problem is just the wp-admin page.&#60;/p&#62;
&#60;p&#62;I know this could be a dummy question, but I really need your help.&#60;/p&#62;
&#60;p&#62;Thak you&#60;/p&#62;
&#60;p&#62;Rodny
&#60;/p&#62;</description>
</item>
<item>
<title>cpedraza on "Login failure creates 404 Error"</title>
<link>http://wp-hive.com/forums/topic/login-failure-creates-404-error-3#post-782</link>
<pubDate>Sat, 06 Feb 2010 17:11:31 +0000</pubDate>
<dc:creator>cpedraza</dc:creator>
<guid isPermaLink="false">782@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;I have four blogs set up through WP Hive. Three of them work fine; the fourth is giving me trouble.&#60;/p&#62;
&#60;p&#62;My default Wordpress installation is at mydomain.com/blog. That's the blog that's giving me trouble. When I tried logging into the Dashboard, I got a Wordpress message stating the database needed to be upgraded and it could take several minutes. I clicked on the upgrade button and the upgrade was accomplished quickly.&#60;/p&#62;
&#60;p&#62;I tried logging in anew at mydomain.com/blog/wp-admin. I can see from the URL that a redirect happened because something told the browser to go instead to mydomain.com/wp-admin, and that URL in turn displays a redirect to the URL I entered in the first place, mydomain.com/blog/wp-admin. Weird. The browser also displayed this message:&#60;/p&#62;
&#60;p&#62;Not Found&#60;/p&#62;
&#60;p&#62;The requested URL /wp-login.php was not found on this server.&#60;/p&#62;
&#60;p&#62;Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.&#60;/p&#62;
&#60;p&#62;Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.12 mod_fastcgi/2.4.6 Phusion_Passenger/2.2.5 Server at carlospedraza.net Port 80&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
This is the URL that's displayed in the Address Bar:&#60;br /&#62;
&#60;code&#62;&#60;a href=&#34;http://carlospedraza.net/wp-login.php?redirect_to=http%3a%2f%2fcarlospedraza.net%2fblog%2fwp-admin%2f&#34; rel=&#34;nofollow&#34;&#62;http://carlospedraza.net/wp-login.php?redirect_to=http%3a%2f%2fcarlospedraza.net%2fblog%2fwp-admin%2f&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;While this is the URL that I entered: &#60;code&#62;&#60;a href=&#34;http://carlospedraza.net/blog/wp-admin&#34; rel=&#34;nofollow&#34;&#62;http://carlospedraza.net/blog/wp-admin&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure if this is a WP Hive issue or simply a Wordpress issue, since this particular blog is the one created initially by my Wordpress installation, which is itself a redirect from carlospedraza.net to carlospedraza.net/blog.&#60;/p&#62;
&#60;p&#62;I'd appreciate any advice or assistance.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
/carlos
&#60;/p&#62;</description>
</item>
<item>
<title>cpedraza on "Login failure creates 404 Error"</title>
<link>http://wp-hive.com/forums/topic/login-failure-creates-404-error-2#post-781</link>
<pubDate>Sat, 06 Feb 2010 17:08:27 +0000</pubDate>
<dc:creator>cpedraza</dc:creator>
<guid isPermaLink="false">781@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;I have four blogs set up through WP Hive. Three of them work fine; the fourth is giving me trouble.&#60;/p&#62;
&#60;p&#62;My default Wordpress installation is at &#60;em&#62;mydomain.com/blog&#60;/em&#62;. That's the blog that's giving me trouble. When I tried logging into the Dashboard, I got a Wordpress message stating the database needed to be upgraded and it could take several minutes. I clicked on the upgrade button and the upgrade was accomplished quickly.&#60;/p&#62;
&#60;p&#62;I tried logging in anew at &#60;em&#62;mydomain.com/blog/wp-admin&#60;/em&#62;. I can see from the URL that a redirect happened because something told the browser to go instead to &#60;em&#62;mydomain.com/wp-admin&#60;/em&#62;, and that URL in turn displays a redirect to the URL I entered in the first place, &#60;em&#62;mydomain.com/blog/wp-admin&#60;/em&#62;. Weird. The browser also displayed this message:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
&#60;strong&#62;Not Found&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;The requested URL /wp-login.php was not found on this server.&#60;/p&#62;
&#60;p&#62;Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.&#60;/p&#62;
&#60;p&#62;Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.12 mod_fastcgi/2.4.6 Phusion_Passenger/2.2.5 Server at carlospedraza.net Port 80
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This is the URL that's displayed in the Address Bar:&#60;br /&#62;
&#60;code&#62;&#60;a href=&#34;http://carlospedraza.net/wp-login.php?redirect_to=http%3a%2f%2fcarlospedraza.net%2fblog%2fwp-admin%2f&#34; rel=&#34;nofollow&#34;&#62;http://carlospedraza.net/wp-login.php?redirect_to=http%3a%2f%2fcarlospedraza.net%2fblog%2fwp-admin%2f&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;While this is the URL that I entered: &#60;code&#62;&#60;a href=&#34;http://carlospedraza.net/blog/wp-admin&#34; rel=&#34;nofollow&#34;&#62;http://carlospedraza.net/blog/wp-admin&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure if this is a WP Hive issue or simply a Wordpress issue, since this particular blog is the one created initially by my Wordpress installation, which is iself a redirect from &#60;em&#62;carlospedraza.net&#60;/em&#62; to &#60;em&#62;carlospedraza.net/blog&#60;/em&#62;.&#60;/p&#62;
&#60;p&#62;I'd appreciate any advice or assistance.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
/carlos
&#60;/p&#62;</description>
</item>
<item>
<title>cpedraza on "Login failure creates 404 Error"</title>
<link>http://wp-hive.com/forums/topic/login-failure-creates-404-error-1#post-780</link>
<pubDate>Sat, 06 Feb 2010 17:07:28 +0000</pubDate>
<dc:creator>cpedraza</dc:creator>
<guid isPermaLink="false">780@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;I have four blogs set up through WP Hive. Three of them work fine; the fourth is giving me trouble.&#60;/p&#62;
&#60;p&#62;My default Wordpress installation is at &#60;em&#62;mydomain.com/blog&#60;/em&#62;. That's the blog that's giving me trouble. When I tried logging into the Dashboard, I got a Wordpress message stating the database needed to be upgraded and it could take several minutes. I clicked on the upgrade button and the upgrade was accomplished quickly.&#60;/p&#62;
&#60;p&#62;I tried logging in anew at &#60;em&#62;mydomain.com/blog/wp-admin&#60;/em&#62;. I can see from the URL that a redirect happened because something told the browser to go instead to &#60;em&#62;mydomain.com/wp-admin&#60;/em&#62;, and that URL in turn displays a redirect to the URL I entered in the first place, &#60;em&#62;mydomain.com/blog/wp-admin&#60;/em&#62;. Weird. The browser also displayed this message:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
&#60;strong&#62;Not Found&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;The requested URL /wp-login.php was not found on this server.&#60;/p&#62;
&#60;p&#62;Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.&#60;/p&#62;
&#60;p&#62;Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.12 mod_fastcgi/2.4.6 Phusion_Passenger/2.2.5 Server at carlospedraza.net Port 80
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This is the URL that's displayed in the Address Bar:&#60;br /&#62;
&#60;code&#62;&#60;a href=&#34;http://carlospedraza.net/wp-login.php?redirect_to=http%3a%2f%2fcarlospedraza.net%2fblog%2fwp-admin%2f&#34; rel=&#34;nofollow&#34;&#62;http://carlospedraza.net/wp-login.php?redirect_to=http%3a%2f%2fcarlospedraza.net%2fblog%2fwp-admin%2f&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;While this is the URL that I entered: &#60;code&#62;&#60;a href=&#34;http://carlospedraza.net/blog/wp-admin&#34; rel=&#34;nofollow&#34;&#62;http://carlospedraza.net/blog/wp-admin&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure if this is a WP Hive issue or simply a Wordpress issue, since this particular blog is the one created initially by my Wordpress installation, which is iself a redirect from &#60;em&#62;carlospedraza.net&#60;/em&#62; to &#60;em&#62;carlospedraza.net/blog&#60;/em&#62;.&#60;/p&#62;
&#60;p&#62;I'd appreciate any advice or assistance.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
/carlos
&#60;/p&#62;</description>
</item>
<item>
<title>cpedraza on "Login failure creates 404 Error"</title>
<link>http://wp-hive.com/forums/topic/login-failure-creates-404-error#post-779</link>
<pubDate>Sat, 06 Feb 2010 17:03:49 +0000</pubDate>
<dc:creator>cpedraza</dc:creator>
<guid isPermaLink="false">779@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;I have four blogs set up through WP Hive. Three of them work fine; the fourth is giving me trouble.&#60;/p&#62;
&#60;p&#62;My default Wordpress installation is at &#60;em&#62;mydomain.com/blog&#60;/em&#62;. That's the blog that's giving me trouble. When I tried logging into the Dashboard, I got a Wordpress message stating the database needed to be upgraded and it could take several minutes. I clicked on the upgrade button and the upgrade was accomplished quickly.&#60;/p&#62;
&#60;p&#62;I tried logging in anew at &#60;em&#62;mydomain.com/blog/wp-admin&#60;/em&#62;. I can see from the URL that a redirect happened because something told the browser to go instead to &#60;em&#62;mydomain.com/wp-admin&#60;/em&#62;, and that URL in turn displays a redirect to the URL I entered in the first place, &#60;em&#62;mydomain.com/blog/wp-admin&#60;/em&#62;. Weird. The browser also displayed this message:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
&#60;strong&#62;Not Found&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;The requested URL /wp-login.php was not found on this server.&#60;/p&#62;
&#60;p&#62;Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.&#60;/p&#62;
&#60;p&#62;Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.12 mod_fastcgi/2.4.6 Phusion_Passenger/2.2.5 Server at carlospedraza.net Port 80&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This is the URL that's displayed in the Address Bar:&#60;br /&#62;
&#60;a href=&#34;http://carlospedraza.net/wp-login.php?redirect_to=http%3a%2f%2fcarlospedraza.net%2fblog%2fwp-admin%2f&#34; rel=&#34;nofollow&#34;&#62;http://carlospedraza.net/wp-login.php?redirect_to=http%3a%2f%2fcarlospedraza.net%2fblog%2fwp-admin%2f&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;While this is the URL that I entered: &#60;a href=&#34;http://carlospedraza.net/blog/wp-admin&#34; rel=&#34;nofollow&#34;&#62;http://carlospedraza.net/blog/wp-admin&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure if this is a WP Hive issue or simply a Wordpress issue, since this particular blog is the one created initially by my Wordpress installation, which is iself a redirect from &#60;em&#62;carlospedraza.net&#60;/em&#62; to &#60;em&#62;carlospedraza.net/blog&#60;/em&#62;.&#60;/p&#62;
&#60;p&#62;I'd appreciate any advice or assistance.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
/carlos
&#60;/p&#62;</description>
</item>
<item>
<title>cpedraza on "Login failure results in 404 Error"</title>
<link>http://wp-hive.com/forums/topic/login-failure-results-in-404-error-6#post-778</link>
<pubDate>Sat, 06 Feb 2010 17:02:53 +0000</pubDate>
<dc:creator>cpedraza</dc:creator>
<guid isPermaLink="false">778@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;I have four blogs set up through WP Hive. Three of them work fine; the fourth is giving me trouble.&#60;/p&#62;
&#60;p&#62;My default Wordpress installation is at &#60;em&#62;mydomain.com/blog&#60;/em&#62;. That's the blog that's giving me trouble. When I tried logging into the Dashboard, I got a Wordpress message stating the database needed to be upgraded and it could take several minutes. I clicked on the upgrade button and the upgrade was accomplished quickly.&#60;/p&#62;
&#60;p&#62;I tried logging in anew at &#60;em&#62;mydomain.com/blog/wp-admin&#60;/em&#62;. I can see from the URL that a redirect happened because something told the browser to go instead to &#60;em&#62;mydomain.com/wp-admin&#60;/em&#62;, and that URL in turn displays a redirect to the URL I entered in the first place, &#60;em&#62;mydomain.com/blog/wp-admin&#60;/em&#62;. Weird. The browser also displayed this message:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
&#60;strong&#62;Not Found&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;The requested URL /wp-login.php was not found on this server.&#60;/p&#62;
&#60;p&#62;Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.&#60;/p&#62;
&#60;p&#62;Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.12 mod_fastcgi/2.4.6 Phusion_Passenger/2.2.5 Server at carlospedraza.net Port 80&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This is the URL that's displayed in the Address Bar:&#60;br /&#62;
&#60;a href=&#34;http://carlospedraza.net/wp-login.php?redirect_to=http%3a%2f%2fcarlospedraza.net%2fblog%2fwp-admin%2f&#34; rel=&#34;nofollow&#34;&#62;http://carlospedraza.net/wp-login.php?redirect_to=http%3a%2f%2fcarlospedraza.net%2fblog%2fwp-admin%2f&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;While this is the URL that I entered: &#60;a href=&#34;http://carlospedraza.net/blog/wp-admin&#34; rel=&#34;nofollow&#34;&#62;http://carlospedraza.net/blog/wp-admin&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure if this is a WP Hive issue or simply a Wordpress issue, since this particular blog is the one created initially by my Wordpress installation, which is iself a redirect from &#60;em&#62;carlospedraza.net&#60;/em&#62; to &#60;em&#62;carlospedraza.net/blog&#60;/em&#62;.&#60;/p&#62;
&#60;p&#62;I'd appreciate any advice or assistance.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
/carlos
&#60;/p&#62;</description>
</item>
<item>
<title>cpedraza on "Login failure results in 404 Error"</title>
<link>http://wp-hive.com/forums/topic/login-failure-results-in-404-error-5#post-777</link>
<pubDate>Sat, 06 Feb 2010 16:58:32 +0000</pubDate>
<dc:creator>cpedraza</dc:creator>
<guid isPermaLink="false">777@http://wp-hive.com/forums/</guid>
<description>&#60;p&#62;I have four blogs set up through WP Hive. Three of them work fine; the fourth is giving me trouble.&#60;/p&#62;
&#60;p&#62;My default Wordpress installation is at &#60;em&#62;mydomain.com/blog&#60;/em&#62;. That's the blog that's giving me trouble. When I tried logging into the Dashboard, I got a Wordpress message stating the database needed to be upgraded and it could take several minutes. I clicked on the upgrade button and the upgrade was accomplished quickly.&#60;/p&#62;
&#60;p&#62;I tried logging in anew at &#60;em&#62;mydomain.com/blog/wp-admin&#60;/em&#62;. I can see from the URL that a redirect happened because something told the browser to go instead to &#60;em&#62;mydomain.com/wp-admin&#60;/em&#62;, and that URL in turn displays a redirect to the URL I entered in the first place, &#60;em&#62;mydomain.com/blog/wp-admin&#60;/em&#62;. Weird. The browser also displayed this message:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
&#60;strong&#62;Not Found&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;The requested URL /wp-login.php was not found on this server.&#60;/p&#62;
&#60;p&#62;Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.&#60;/p&#62;
&#60;p&#62;Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.12 mod_fastcgi/2.4.6 Phusion_Passenger/2.2.5 Server at carlospedraza.net Port 80&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This is the URL that's displayed in the Address Bar:&#60;br /&#62;
&#60;a href=&#34;http://carlospedraza.net/wp-login.php?redirect_to=http%3a%2f%2fcarlospedraza.net%2fblog%2fwp-admin%2f&#34; rel=&#34;nofollow&#34;&#62;http://carlospedraza.net/wp-login.php?redirect_to=http%3a%2f%2fcarlospedraza.net%2fblog%2fwp-admin%2f&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;While this is the URL that I entered: &#60;a href=&#34;http://carlospedraza.net/blog/wp-admin&#34; rel=&#34;nofollow&#34;&#62;http://carlospedraza.net/blog/wp-admin&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure if this is a WP Hive issue or simply a Wordpress issue, since this particular blog is the one created initially by my Wordpress installation, which is iself a redirect from &#60;em&#62;carlospedraza.net&#60;/em&#62; to &#60;em&#62;carlospedraza.net/blog&#60;/em&#62;.&#60;/p&#62;
&#60;p&#62;I'd appreciate any advice or assistance.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
/carlos
&#60;/p&#62;</description>
</item>

</channel>
</rss>

