headsign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: .htaccess prevents index viewSorry for replying so late.
I have my rewritebase set to /wordpress/ because /wordpress/ is the root folder for my wordpress installation, as silly as it sounds.
Is this wrong in any way?Forum: Fixing WordPress
In reply to: Feed problems. Me angry!!!That’s it. I had not realized that there was code to be added to the .htaccess when I updated the permalinks. Thanks.
Forum: Fixing WordPress
In reply to: RSS Feeds Not WorkingAmanda: my feed is not working when the link structure is like:
domain.xx/myblogaddress/feed/feedtype/
my feed is working when the link structure is:
domain.xx/myblogaddress/?feed=feedtypeThe former wordpress version linked to the first type so that my few readers registered the first type of link. In the new version, the first type of link is broken and the second type works.
I looks as though it is fixed but it is not, I just tweaked the .htaccess so that those people who registered my blog under the first type of address are now automatically sent to the second type of address. Nevertheless, it’s still kaputt.
Forum: Fixing WordPress
In reply to: Atom feed is broken since 2.5.1 updateYes, this is because I created a redirect in my .htaccess
If I switch it off, the feed disappears
Forum: Fixing WordPress
In reply to: Feed problems. Me angry!!!Allright, so I changed back to “Date and Time” which resulted in the permalinks being broken again, just like after my upgrade from 2.5 to 2.5.1, so I switched back to default.
As to my .htaccess, it currently contains the following arguments:
Options -IndexesRedirect /wordpress/feed/atom/ http://www.headsign.de/wordpress/?feed=atom
Redirect /wordpress/feed/rss/ http://www.headsign.de/wordpress/?feed=rss
Redirect /wordpress/feed/rss2/ http://www.headsign.de/wordpress/?feed=rss2
Redirect /wordpress/feed http://www.headsign.de/wordpress/?feed
Redirect /wordpress/feed/rdf/ http://www.headsign.de/wordpress/?feed=rdfI added the redirects lately to fix the feed address problem I experience since the upgrade.
Forum: Fixing WordPress
In reply to: Did 2.5.1 break RSS?*sigh* welcome to a brave new world 😉
Forum: Fixing WordPress
In reply to: Feed problems. Me angry!!!There is something about what you say. I upgraded an the permalink structure was broken. So I went whining about it here: http://wordpress.org/support/topic/172063?replies=5 after what I followed the steps which were suggested to me and the issue was fixed. I’m a beginner with WordPress and I’m not really sure of what exactly was changed with this but it worked. How shall I change it back? Will change it back not lead me to the permalinks being broken again due to the upgrade?
Forum: Fixing WordPress
In reply to: RSS Feeds Not WorkingSorry, HandySolo, you are right for this one but I included links in this post http://wordpress.org/support/topic/173856?replies=1 which cover the same topic.
I now also found a workaround by tweaking the .htaccess but if you like, I can disable it for testing within a given timeframe.
Forum: Fixing WordPress
In reply to: Did 2.5.1 break RSS?Thanks, deus62.
I redirected some of the feed addresses in my .htaccess and it fixed the problem of broken links.
However, I am very dissapointed with the unsupportiveness of the WordPress team in these forums. Issues like these should be top priority as they mean that the subscribing readers are cut off from the feeds. How can such extraordinary bug be released and then not be fixed asap? I don’t know what to say!
Forum: Fixing WordPress
In reply to: RSS feeds are blankSame problem…
Forum: Fixing WordPress
In reply to: RSS Feeds Not WorkingI’m having this problem too. Isn’t there any help?
Forum: Fixing WordPress
In reply to: Did 2.5.1 break RSS?I need to fix it too. Please share your knowledge!
Forum: Fixing WordPress
In reply to: RSS feed does not work once I upgraded to 2.5.1I’m having the same problem. I posted this morning about it.
Forum: Fixing WordPress
In reply to: Upgraded to 2.5.1- can’t access pages anymoreAh! Thanks! That did the job!