21 responses to “Fade Away and Radiate, Part Deux”

  1. Mike

    Firefox 3.0b5 MacIntosh

    Works for me without the www. Is it a permalink problem in WordPress?

  2. Aaron Brown

    Firefox 2.0.0.14 Windows XP

    Two things:

    As far as the www thing, it looks like it’s your WordPress
    setup (or other server setup) that’s at fault, not your DNS.
    Doing

    GET /blog/2008/04/ HTTP/1.1
    Host: praxeology.net

    gets me an empty page no matter which IP address I use,
    whereas doing

    GET /blog/2008/04/ HTTP/1.1
    Host: http://www.praxeology.net

    gets me the real thing no matter which IP address I use.

    The other thing is this: look at the source of any of the
    pages on your blog. Scroll down to the bottom and you’ll
    see a bunch of what look like spam links that are hidden
    with CSS. Unless you know a good reason these should be
    there, it looks like you’ve been cracked by a spammer.

    Good luck! (Looks like just the blog is affected; the main
    praxeology.net page doesn’t have these.)

  3. Daniel

    Firefox 2.0.0.12 Unknown

    Seemed to open just fine for me, but you might look into DNS configurations. I don’t know how your server is hosted, so beyond that I am no good for advice.

  4. Aaron Brown

    Firefox 2.0.0.14 Windows XP

    > Works for me without the www.

    http://praxeology.net/blog/2008/04/24/fade-away-and-radiate-part-deux/

    worked for me the first time I tried it, but not now. Addresses
    like

    http://praxeology.net/blog/2008/04/

    haven’t worked at all since I read this entry and started testing
    them.

  5. Brad Spangler

    Flock 1.1.2 Linux

    1) Get into the WordPress admin area and go to the Permalinks page under either “Options” or “Settings” (depending on your WordPress version).

    2) In another window, use FTP or a web-based file management tool to find your .htaccess file and delete it.

    3) Once #2 is done, switch back to the WordPress browser window and click on the Save button on the Permalinks page.

    The above will create a new .htaccess file without the flaws in the current one.

  6. Brad Spangler

    Flock 1.1.2 Linux

    re: “…except Yahoo doesn’t use .htaccess files.”

    Gadzooks! Your site is hosted by BARBARIANS!

    You are correct, though, according to this .

    Going by the info here, I’d say that Yahoo doesn’t let their clients have adequate access to fix this themselves. You’ll have to demand that Yahoo fix it. They leave you few other alternatives.

  7. ka1igu1a

    Safari Windows XP

    It’s not an access problem I don’t believe because sometimes the page loads and sometimes it’s blank. Therefore, the culprit likely is the WP-Cache if you have that plug-in enabled(Yahoo enables it by default). I would disable it and see if that resolves the issue. If that’s the issue, then you will need to do a minor code edit to a config file to re-enable caching without having the blank page issue.

  8. Rad Geek

    Firefox 3.0b5 Windows XP

    The spam links hidden by CSS are the result of a vulnerability in older versions of WordPress. The best thing to do to stop that from happening again in the future is to upgrade to the latest release (2.5) of WordPress.

  9. Brad Spangler

    Flock 1.1.2 Linux

    @ka1 – I didn’t say it was an access problem. I suspect a URL rewriting problem (one which can’t be addressed because of lack of access to an .htaccess file). A bad carburetor isn’t a “molten steel problem”, but welding the hood of the car shut might prove an impediment to fixing it.

  10. ka1igu1a

    Safari Windows XP

    Brad- hehehe, man you lost me with your analogy.

    Blank pages are typically the result of a known bug in the WP-cache config file. Sometimes the pages load and sometimes they don’t when i’m using safari. When i use IE i have no problem navigating the site. Problems with the url rewritter would typically trigger a page not found error…

  11. Brad Spangler

    Flock 1.1.2 Linux

    IE? Now that’s interesting.

    I had discounted the possibility of it being a cache issue early on. Perhaps I did so prematurely.

  12. ka1igu1a

    Safari Windows XP

    Brad:

    well i spoke too soon, now pages are coming up blank in IE. I’m pretty certain this is a caching issue. The easiest way to determine it is to disable to the Word press Cache plug-in and see if this resolves the problem. If it does, then before re-enabling caching again, edit the wp-cache-phase2.php file and search/replace “ob_end_clean()” with “ob_end_flush()”

  13. Geoffrey Allan Plauche

    Firefox 2.0.0.14 Windows XP

    Just FYI: I’m one of those who can’t access your blog without adding ‘www.’ but Google Reader is picking up your posts just fine and that’s how I’ve been reading them.

  14. Tom G

    Firefox 3.0b4 Linux

    Yay !!! I was getting worried there for a short time. I can read your blog again now (4/25 evening US) but was unable to for over 24 hours.
    Glad it was some issue with WordPress ( or whatever else it was – i’m no web expert).
    Speaking of, have you WordPress guys read Jeff Atwood’s post recently about it? (Coding Horror is the name of his blog). I have no idea if he’s correct but he seems well-regarded in the software field.

    Roderick, I am very pleased to be able to read your blog again. You have been one of my regular daily reads for months.

  15. Mark

    MSIE 7.0 Windows XP

    http://praxeology.net/ is a crap shoot. Adding www just fixed it.
    http://praxeology.net/blog/2008/04/24/fade-away-and-radiate-part-deux/#comments and other in-site links w/o www work fine though.

    Missing www subdomain has fraked-up other sites I visit. Simple issues like http negotiation failing is evidence that the Internets is jumping the shark and Idiots are infesting the IT bureaucracy.

  16. Mark
  17. Mark
  18. BDP

    Firefox 3.0b5 Linux

    Are you any closer to resolving this, just today I started being unable to access your website without the www prefix. Previously, it was working fine, and the non-blog areas still do work fine without the prefix.