librarygrrrl
Forum Replies Created
-
Forum: Installing WordPress
In reply to: WordPress in own directory wp-blog-header.php problemNever mind. My host just changed my server and I was updating the index.php file on the old one. I ftped into my new server and changed it just fine.
Gah. But yay!
Forum: Fixing WordPress
In reply to: 2.7 upgrade from 2.5.1 – won’t load public siteThanks so much MichaelH!
I did both things you suggested and it has fixed my problem. (I was able to name the renamed file back to .htaccess and it still works, so yay!)
Marking resolved.
Forum: Fixing WordPress
In reply to: 2.7 upgrade from 2.5.1 – won’t load public siteAnd to be sure, I also changed it to look like the one you suggest, and the same “twitching” behavior shows.
I can get to everything else on my site, just not the top page. Frustrating (although not as nerve-wracking as when I thought the entire site was dead…)
Forum: Fixing WordPress
In reply to: 2.7 upgrade from 2.5.1 – won’t load public siteThanks. That file it looks (almost) exactly like that, only with the correct path to my web site in front of ./wordpress/wp-blog-header.php.
Forum: Fixing WordPress
In reply to: Search not working – redirects to index.phpThanks krembo99. That’s a good hunch, but my settings are correct –
blog address: https://www.librarygrrrl.net
and
wordpress address: https://www.librarygrrrl.net/wordpressDo you (krembo99) or anyone else have other suggestions or places to look? For some reason, I *want* to blame this on my permalinks. Does that hunch ring any bells?
I continue to be moderately puzzled.
Forum: Fixing WordPress
In reply to: Search not working – redirects to index.phpThe search form (or the code that replicates what’s in most searchform.php files) is included in the header.php file. This is what that code looks like:
<form id="searchform2" method="get" action="<?php bloginfo('home'); ?>"> <input type="text" onfocus="doClear(this)" value="<?php _e('search'); ?>" name="s" id="s" size="18" /> <input type="submit" value="<?php _e('Go'); ?>" /> </form>
Could this be my issue?
Forum: Themes and Templates
In reply to: Alphabetizing Categories in 1.5/DefaultGenius Kafakesqui! Thank you.