Hi All,
I happened to notice today that while the tags are sizing and appearing as I set them up to, they don't seem to hit the database right.
If I click on one of the tags, the URL is right, but the homepage of my blog is displayed rather than just the entries with that tag.
Any ideas?
BTW, I'm using ...
Popular Tags Plugin v 2.41
Tagging of Entries Plugin v2.89
Serendipity v1.1.3
My blog is http://www.my2words.com
Thanks,
Michele
Popular Topics/Tagging Not Working
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Popular Topics/Tagging Not Working
Hi!
Your tag URL is
http://my2words.com/plugin/tag/foolishness
but this redirects to
http://www.my2words.com/index.php?url=plugin/tag/news
which is wrong because it would need to be
http://www.my2words.com/index.php?/plugin/tag/news
So, where does the redirection come from? It shouldn't be s9y that'S doing this?
Regards,
Garvin
Your tag URL is
http://my2words.com/plugin/tag/foolishness
but this redirects to
http://www.my2words.com/index.php?url=plugin/tag/news
which is wrong because it would need to be
http://www.my2words.com/index.php?/plugin/tag/news
So, where does the redirection come from? It shouldn't be s9y that'S doing this?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
The only thing that has a URL in either of the plugins is "taglink" which was automatically filled in with: http://my2words.com/plugin/tag/
I'm guessing that's the problem? What should it be?
I'm guessing that's the problem? What should it be?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
That would be okay, but it seems you are doing some custom redirection?
How does your .htaccess look like? There must be some rule that redirects www.my2words.com to my2words.com that acts freaked or sth like that.
Regards,
Garvin
That would be okay, but it seems you are doing some custom redirection?
How does your .htaccess look like? There must be some rule that redirects www.my2words.com to my2words.com that acts freaked or sth like that.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Hurray! That was were the problem stemmed from. My .htaccess should be referring my2words.com to www.my2words.com. I added the www part to the plugins and now it works perfect.
Thank you.
Thank you.