Thread Starter
echeng
(@echeng)
well, crap. it didn’t work 5 minutes ago, and now it works.
I am moving from blogger platform and have a limited php coding skills.
I have my database setup.
I have my hosting setup.
The person that helped me set up installation of WP adjusted something so my url didn’t display with “/wordpress/” for every page, but nothing other than the index works.
I don’t know where to look to change the default for everything from “/wordpress/” to the root domain.
Can anyone help me?
pittfall, welcome to the forums.
You should probably post your question as a new topic, rather than appending it to someone else’s totally disrelated question.
Its the same problem here. After upgrading to WP 2.0.6 the Feed doesnt work anymore in the Feedreader. In Browser the link still works.
Could be this:
http://markjaquith.wordpress.com/2007/01/06/wordpress-206-feedburner-issue-and-fix/
Comment-out lines 2231,2233,2234 in wp-includes/functions.php so it looks like this:
// if ( substr(php_sapi_name(), 0, 3) == 'cgi' )
@header("HTTP/1.1 $header $text");
// else
// @header("Status: $header $text");
MichaelH’s fix regarding the wp-includes/functions.php file worked for me. Thanks alot for this fix.
I thought I had messed up my first WordPress upgrade when my feeds wouldn’t show up. All better now.