tresero
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WordPress Multibox Plugin] Installed… how to use…I can’t get this working at all. It seems like the link is generated, but it only opens in a new page. This is with IE and FF3.
If you want to look at my site: askthebeerguy.com
Thanks
Forum: Plugins
In reply to: Author informationBump
Forum: Fixing WordPress
In reply to: Adding some images to my post.ccarlsson,
I think you have a permission problem or the directory doesn’t exist.I found the upload, but it seems that you can only put one thumbnail? When I added the second file, it didn’t give me any options to save as a thumbnail.
Forum: Fixing WordPress
In reply to: mod_rewrite?HandySolo,
Sorry, I misunderstood. As I said I am new to Apache and wordpress.Thanks for the information, this will make life easier.
Forum: Fixing WordPress
In reply to: mod_rewrite?Unfortunately that won’t work. The exact urls are /articles/article-name. I am trying not to break links when I change to WP.
I tried:
Redirect permanent /articles/ https://learningaboutstuff.com/
That didn’t work
I also tried:
RewriteRule ^/articles/?$ https://learningaboutstuff.com/ [R=permanent,L]
I could make a 401 that redirects all bad requests to the index page, but that is not a good solution.
Forum: Plugins
In reply to: feedburnerOK, I went through all my plugins and fixed the extra lines (there were many of them) and it is fixed.
Forum: Plugins
In reply to: feedburnerOK, I am narrowing this down.
1. it appears that firefox has some issues with xml. It redirects me to google which goes to wikipedia.
2. There is a blank line at the top of the feed. I run my own server so it isn’t a hosting problem. I don’t know squat about apache, but my guess is something is adding a cr/lf at the top.Forum: Plugins
In reply to: feedburnerAlso, if I go to jongriffin.com/feed/
It redirects to:https://feeds.feedburner.com/~u/tresero
I don’t have ~u/tresero anywhere and my permalink_redirect is blank for the feedburner part. Is this value stored in a database field somewhere?
Forum: Plugins
In reply to: feedburnerWell I can’t complete the signup process for feedburner because of the:
The URL you entered does not appear to be a valid feed. We encountered the following problem: Error on line 2: The processing instruction target matching “[xX][mM][lL]” is not allowed.
Therefore I can’t even do what is suggested.