willbueche
Forum Replies Created
-
Forum: Plugins
In reply to: [Flickr + Highslide] [Plugin: Flickr Highslide] API Key?Update: I’ve read up on the subject and it seems that the API key enables flickr to send more info than the usual public feed… So in this situation, it is something we individually must request even though we are not making an ap ourselves.
Forum: Fixing WordPress
In reply to: Norton Internet Security 2005 stopping index.php page?Issue is Resolved!
I reduced the number of blog entries that appear on the main index page from about 40 latest entries to 8 latest entries, and now it passes through Norton Internet Security 2005 just fine.
Why this resolved the issue is unknown, but, it works.
Forum: Fixing WordPress
In reply to: Norton Internet Security 2005 stopping index.php page?I’ve redone my .htaccess to say
SecFilterEngine Off
SecFilterScanPOST Off<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>But still no improvement.
Forum: Fixing WordPress
In reply to: Norton Internet Security 2005 stopping index.php page?Good suggestion, but no record that I can find. I have all the alerts set to announce, but no alert is given when I attempt to load the page. The only proof I have that it is Norton is that when I shut NIS off, the site can be loaded and seen, and when I turn NIS back on, the site cannot be loaded or seen. It’s odd.
Weirder still, I can’t narrow it down beyond the NIS package as a whole. I tried shutting off ONLY N’s firewall, and ONLY shutting off N’s virus protection, but I learned the succesful viewing of the site can only be achieved by shutting off the whole NIS package — disabling individual elements doesn’t cut it.
I’ve put an inquiry in to Symantec as well.
I feel it may have something to do with the subdomain situation I mentioned… but I believe it takes up to a day to have a subdomain redirect deactivated or activated, so if I pursue that possibility it could take me several days to test. Urg.
My .htaccess file is quite short, it reads as follows (and this file was created in notepad, so maybe I messed it up?:
SecFilterEngine Off
SecFilterScanPOST OffRewriteEngine on
RewriteCond %{HTTP_HOST} ^willbueche.com/blog/$ [OR]
RewriteCond %{HTTP_HOST} ^blog.willbueche/$
RewriteRule ^(.*)$ http://www.willbueche.com/blog/$1 [R=301,L]And my General Options on the WordPress General Options page says:
WordPress address (URI): http://www.willbueche.com/blog
Blog address (URI): http://www.willbueche.com/blogForum: Fixing WordPress
In reply to: Norton Internet Security 2005 stopping index.php page?Update!
More pages it can not, and can, load!
It can NOT load:
http://www.willbueche.com/blog/index.php
http://www.willbueche.com/blog/?cat=1
http://www.willbueche.com/blog/?p=329
http://www.willbueche.com/blog/index.php?s=search&submit=
http://blog.willbueche.com/index.php
But it CAN load the following:
http://blog.willbueche.com/index.php?p=329
http://blog.willbueche.com/?p=330
http://blog.willbueche.com/index.php?p=330
So now I’m thinking there is some kind of conflict between the two ways to look at my subdirectory “blog.willbueche.com” — which is the same as “ww.willbueche.com/blog”.
Hmmm!
Forum: Fixing WordPress
In reply to: Bug: RSS feeds are consuming excess bandwidth.Your fix saved my site from being suspended. I’d updated to 1.2.2 last month, and what I did not know was that when I did that, my “unique visitors” (as the logs track it) skyrocketed from about 200 per month to in excess of 5,000. My bandwidth went into the stratosphere with upwards of 600 MB pumping out every day.
Today I fixed the bug as described above, as well as the other bug you found, and my site activity appears to be returning to normal — only 40 MB today instead of 600 MB, and chances are most of that 40 MB was this morning before I implemented your fixes.
So, crossing my fingers and saying “Thanks” in advance because I think you got it right.
Forum: Fixing WordPress
In reply to: Menu customization – how to bold headers?Thanks, you’ve got me on the right track…changes underway…
Forum: Fixing WordPress
In reply to: Sending ReferrersI just “succesfully” installed WordPress but I am getting the same cryptic error when I try to delete the included Links.
The warning “Sorry, you need to enable sending referrers, for this feature to work” doesn’t even have the courtesy of saying WHAT a “sending referrer” is. Is it something one sets in WordPress? Is it something one sets on one’s web hosting Perl thingee? Is it something one sets on their personal computer? Is it something one sets on their Norton’s Internet Security? Is it something one sets on one’s browser?
Come on, WordPress, throw us a bone here. Banish the technobabbly and tell us what the freak this is.