prjg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Surpass Hosting problems, database abuseThis is usually due to a bad plugin and/or heavy site load.
Feel like naming names re: bad plugins? Call it community service.
Forum: Themes and Templates
In reply to: Go Naked !It’s easy enough to turn off CSS support in your browser if you really want to. Even IE has this functionality.
Forum: Fixing WordPress
In reply to: Return After Comments4. Most users are clued enough to know how to return to a home page (assuming they care enough). Tell the person in charge that.
??
Forum: Fixing WordPress
In reply to: I want to include non-blog index.html to point to my WP index,php …?If your host is configured for PHP, then index.php should be there in the http.conf’s DirectoryIndex directive already. You shouldn’t need a .htaccess for it at all.
Create a hello world PHP file and call it index.php and see what happens.
<?php
echo (‘Hello World’);
?>
Forum: Themes and Templates
In reply to: WordPress URL structure@chipbennett. It’s neither a WP nor a PHP thing, it’s a mod_rewrite thing. Yor URL’s are being written into human friendly URL’s by a series of rules.
https://httpd.apache.org/docs/1.3/misc/rewriteguide.html
The science behind it all. Good luck.Forum: Installing WordPress
In reply to: How to convert Word page to WordPressYep, completely un-crufts it and sorts it out cleanly. Superb tool. Tidy is open source software, so you can download it and run it locally. The W3C has it there if you want ot grab it.
FrontPage makes me laugh. You know you’re in trouble when Microsoft don’t use it themselves to build pages, not even the pages on FrontPage itself. Speaks volumes ??
Forum: Fixing WordPress
In reply to: Forum ModerationAh, OK then, I like helping out because I have some grounding in PHP/MySQL based things like WP. I spent several years goofing off with PostNuke and phpBB, etc, so I’m fairly proficient in getting it all to work, one way or the other.
I still frown at some of the advice that goes on here, like setting .htaccess to world writable, but that’s me.
Forum: Fixing WordPress
In reply to: Forum Moderationsuch as a thread topic “IE problems” and someone coming in saying “It looks fine in FF.”
LOL, that wouldn’t be a pursed-lip slight at a certain post I replied to would it? ??
Forum: Fixing WordPress
In reply to: Blog graphics display differently on different machinesOK, I must be stupid. I’m not seeing any difference between your screenshot and the site. FF 1.5.0.1
Forum: Requests and Feedback
In reply to: FEATURE REQUEST: 410 Deleted message instead of 404 Not FoundLike I wrote earlier, the main time I’ve seen a 410 used is when someone on a shared host, like a Uni or work account has deleted their stuff and the webmaster doesn’t know where they’ve gone.
They’re rare, but not unheard of. Google for “410 Gone” and you’ll find a bunch.
Forum: Fixing WordPress
In reply to: Only Banner displays in Internet ExplorerYou have an !important CSS rule, part of your Flickr stuff, that sets the page colour and text colour the same, or inherits it from somewhere previously. The javascript it’s setting underneath that lookjs suspect as well.
Your page is all there in IE, just it’s all white.
Forum: Themes and Templates
In reply to: a€?Code taking over my apostrophes!I’m not seeing anything like that at https://goflyasite.com/blog/ in FF 1.5.0.1, Opera 8.53 or IE 6.0.
As they say in the classics, it’s just you.
However, your CSS won’t load in IE 6.0 for reasons I haven’t looked at.
Forum: Themes and Templates
In reply to: a€?Code taking over my apostrophes!In hindsight, my little AddType theory probably wouldn’t work as I’m sure not all WP pages end in .php when they’re output ot the browser, if any are at all. The directive requires a file extension to work.
Your blog is outputting UTF-8 and that’s what’s being sent to the browser, BTW, so you’ve fixed it. Your site itself is still ISO 8859-1 but that’s easily fixed as well.
Forum: Fixing WordPress
In reply to: Why do my links do this?I’m not seeing how this is done. There’s nothing in the permalink rewrite rules that’d change page URL’s like that. I guess it’s done from somewhere else.
Forum: Requests and Feedback
In reply to: FEATURE REQUEST: 410 Deleted message instead of 404 Not FoundIt’d be fair to say most end users wouldn’t know what a 410 Gone code was, if you paid them.