rh2600
Forum Replies Created
-
You can see the page here
http://cgw.co.nz/Forum: Fixing WordPress
In reply to: RSS Feed works through browser, but 404’s through Sage or PHP!!!Yup well… commenting that out has made my feeds readable again. So I guess my hackery was my own downfall.
So now instead of returning a 404, WP will return index.php with a 200. Feeds work again.
If you type in a valid url it still works, even it is outside the bounds of WP (ie gallery software)
Cheers for your help though…
Forum: Fixing WordPress
In reply to: Bug with custom .htaccess aliases and 404This resolved a similar issue I had, where I was using the 404 page as my index page (long story)…
However it was also breaking absolute links to my feeds
This hack actually makes WordPress return index.php (as opposed to 404.php) no matter what invalid url you enter. If you enter a valid url it will go there, but anything else returns index.php
Not sure if this is a feature or a bug 😉
Forum: Fixing WordPress
In reply to: RSS Feed works through browser, but 404’s through Sage or PHP!!!This may be what I need to do
Forum: Fixing WordPress
In reply to: RSS Feed works through browser, but 404’s through Sage or PHP!!!Hey thanks, I really appreciate your help. I’m not sure if awe is the right word, unless you are in awe of my foolhardy way of getting nice urls 😉
Tail reports on access_log
When Sage accesses http://www.abitcloser.com/wordpress/wp-rss.php
219.192.114.10 – – [24/Feb/2006:00:13:00 -0800] “GET /wordpress/wp-rss.php HTTP/1.1” 404 1889 “-” “Mozilla/5.0 (Sage)”
When Sage accesses http://www.abitcloser.com/feed/
219.192.114.10 – – [24/Feb/2006:00:12:52 -0800] “GET /feed/ HTTP/1.1” 304 – “-” “Mozilla/5.0 (Sage)”
When Firefox access http://www.abitcloser.com/wordpress/wp-rss.php
219.192.114.10 – – [24/Feb/2006:00:16:22 -0800] “GET /wordpress/wp-rss.php HTTP/1.1” 404 1889 “-” “Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1”
So it is actually returning a 404 to FF too, but also attaches the data so FF still reads it?
Interestingly http://www.abitcloser.com is a 200
http://www.abitcloser.com/blog/ is a 400So I can see why /blog/ is a 404, but the RSS feeds I cant.. hmmm.. is there anyway to stop 404 being send, bearing in mind we are redirecting them anyway?
Forum: Fixing WordPress
In reply to: RSS Feed works through browser, but 404’s through Sage or PHP!!!From what I understand:
If you want to access the feeds directly, the documentation tells you to point it at the absolute url:
http://www.abitcloser.com/wordpress/wp-rss.php
You can also access the feeds through permalinks
http://www.abitcloser.com/feed/
And that URL works for PHP and Sage
But I need to access a custom feed, which I think means I need to access it through an absolute:
http://www.abitcloser.com/wordpress/wp-customfeed.php
Under Options: WordPress address (URI):http://www.abitcloser.com/wordpress
Under Options: Blog address (URI): (URI):http://www.abitcloser.com
Under Options: Permalinks > Custom Structure
/blog/%postname%I then use the static frontpage plugin to pull home.php and set up a wordpress index.php at root
so if you go to http://www.abitcloser.com you get home.php
if you go to http://www.abitcloser.com/blog/ you actually get a 404 page, which is designed to look like the blog homepage…
If you go to http://www.abitcloser.com/blog/blog_title then the permalinks kicks in and shows the blog title…
Forum: Fixing WordPress
In reply to: Link to main loop from static front pageDoes this help?
http://codex.wordpress.org/Creating_a_Static_Front_Page
Look at the notes under “Adding a Mini-Loop”
🙂
Forum: Your WordPress
In reply to: A review of my blog : Blog For PeaceSorry, what are you trying to accomplish? Epilepsy awareness?
Your assesment of Kevin Carter is also misguided and infair.
Your blog needs a point, a goal, an action…
Forum: Installing WordPress
In reply to: New 2.0.1 install.php goes fine, but freezes during first loginI had similar problems and it as due to the CACHE on the WORDPRESS side, not my local browser cache. Have you deleted the contents of the ‘cache’ folder in ‘wp-content’?
Forum: Plugins
In reply to: Multiple Category BasesAwesome, thanks I’ll give this a whack, its looks pretty much like what I am after.
Cheers 🙂
Forum: Plugins
In reply to: Multiple Category BasesBut in order to tell WP that I am wanting to look for categories, don’t I need to include the “Category base:” in the url?
Such as:
yoursite.com/category/romance
Here I want to have multiple versions of the category base “category”.
Forum: Plugins
In reply to: Multiple Category Bases*bump* *bump*
Forum: Fixing WordPress
In reply to: No email notification on WP 2I was having the same problem, no emails. But I also realised that if someone tried to write a post, or register, once they submitted the form, the next page was broken or blank.
I disabled LiveSearch as a plugin and the problem went away. So just confirm that posting to your site is working too.
If Livesearch is the plugin problem for you too, then I recommend posting on the authors blog 🙂