Title: Mike Davis's Replies | WordPress.org

---

# Mike Davis

  [  ](https://wordpress.org/support/users/2dizzylizards/)

 *   [Profile](https://wordpress.org/support/users/2dizzylizards/)
 *   [Topics Started](https://wordpress.org/support/users/2dizzylizards/topics/)
 *   [Replies Created](https://wordpress.org/support/users/2dizzylizards/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/2dizzylizards/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/2dizzylizards/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/2dizzylizards/engagements/)
 *   [Favorites](https://wordpress.org/support/users/2dizzylizards/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] [Plugin: W3 Total Cache] Upload path incorrect](https://wordpress.org/support/topic/plugin-w3-total-cache-upload-path-incorrect/)
 *  Thread Starter [Mike Davis](https://wordpress.org/support/users/2dizzylizards/)
 * (@2dizzylizards)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-upload-path-incorrect/#post-1855886)
 * The issue seemed to be with the version of WordPress I was using. I just upgraded
   from 2.9.2 to the current 3.0.4 and the warning is gone. The upload path was 
   OK, so I guess W3 Total Cache didn’t like my version of WordPress.
 * All seems to be good now running WordPress 3.0.4.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] [Plugin: W3 Total Cache] Upload path incorrect](https://wordpress.org/support/topic/plugin-w3-total-cache-upload-path-incorrect/)
 *  Thread Starter [Mike Davis](https://wordpress.org/support/users/2dizzylizards/)
 * (@2dizzylizards)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-upload-path-incorrect/#post-1855833)
 * Any news on this? Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] [Plugin: W3 Total Cache] non-www to www redirects not working](https://wordpress.org/support/topic/plugin-w3-total-cache-non-www-to-www-redirects-not-working/)
 *  Thread Starter [Mike Davis](https://wordpress.org/support/users/2dizzylizards/)
 * (@2dizzylizards)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-non-www-to-www-redirects-not-working/#post-1855726)
 * Nevermind. After extensive searching I found out how to do it.
 * This order of rules within your .htaccess file is VERY important. Use the following
   structure when listing your rules (which means the rewrite rules go above the
   W3TC rules):
 * > Custom Rules 
   >  W3TC Rules  WordPress Rules
 * Also, you have to use the correct rewrite code within .htaccess. The following
   is what I use for our MediaTemple hosting, per the MediaTemple knowledgebase.
   I tried another suggestion and got into a 301 redirect loop, so I went with what
   MediaTemple told me (funny how that works)! Note: replace “example” with your
   URL. Note2: I put the rewrite code within an <IfModule> as shown below per a 
   suggestion from Frederick in another post. Not sure if this is necessary, but
   it seems to work, so I am leaving it.
 * > <IfModule mod_rewrite.c>
   >  RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.
   > example\.com$ [NC] RewriteRule ^(.*)$ [http://www.example.com/$1](http://www.example.com/$1)[
   > L,R=301] </IfModule>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Google XML Sitemaps] Error in sitemap generated URL](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-error-in-sitemap-generated-url/)
 *  Thread Starter [Mike Davis](https://wordpress.org/support/users/2dizzylizards/)
 * (@2dizzylizards)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-error-in-sitemap-generated-url/#post-849831)
 * This plug-in is displaying very weird behavior regarding this issue. Sometimes
   it will generate a sitemap all messed up as described in my original post. Other
   times, like right now, there is absolutely nothing wrong with the sitemap structure.
 * Everytime I publish a new post, I hold my breath when I check to see how the 
   plug-in chose to generate the sitemap.
 * The last time it generated after publishing a new post, it was messed up. Then
   sometime in the next 12-24 hours it fixed itself, without me manually rebuilding
   the sitemap, or publishing a new post.
 * Strange, to say the least.
 * -Marshall
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WordPress.com Stats] Yet another API error](https://wordpress.org/support/topic/plugin-wordpresscom-stats-yet-another-api-error/)
 *  [Mike Davis](https://wordpress.org/support/users/2dizzylizards/)
 * (@2dizzylizards)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpresscom-stats-yet-another-api-error/#post-820340)
 * Wow! Thanks Diggers!
 * I couldn’t figure out why I couldn’t log into my WordPress.com Stats from my 
   Dashboard. It was because I had 3rd party cookies turned of in FireFox.
 * Instead of activating 3rd Party Cookies (which some will tell you is a bad thing),
   you can just (in the FireFox Preferences under Privacy tab) click on “Exceptions”
   in the Cookies section and enter “dashboard.wordpress.com” (without the quotes,
   of course).
 * This will allow you to accept 3rd party cookies from WordPress.com so that you
   can log into your WordPress.com Stats account.
 * Now I am happy to be able to see my stats again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WordPress.com stats plugin and Fx3](https://wordpress.org/support/topic/wordpresscom-stats-plugin-and-fx3/)
 *  [Mike Davis](https://wordpress.org/support/users/2dizzylizards/)
 * (@2dizzylizards)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/wordpresscom-stats-plugin-and-fx3/#post-796750)
 * I would like to know the outcome of this, as I am having the same problem with
   FireFox 3. My stats plug-in no longer allows me to log in via my blog’s dashboard
   in FF3.
 * However, when I log into my admin area of my blog in Safari, I am able to log
   into my stats plug-in on the dashboard. The stats display fine in Safari.
 * Any ideas why I am unable to log into the WordPress.com stats plug-in 1.2.2?
 * Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)