RSS Feed problem in Joomla 2.5
- BillyS
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
- Thank you received: 1
11 years 7 months ago #6984
by BillyS
We just migrated from Joomla 1.5 to version 2.5. I've solved all of the migration problems except for one RSS feeds. When upgrading from Joomla 1.0 to 1.5, I was able to wrangle all of the stray feeds with the following.
RewriteCond %{QUERY_STRING} option=com_rss [NC]
RewriteRule ^index2\.php$ /rss.feed? [R=301,L]
This allowed me to point the old URI to:
example.com/rss.feed
I'm trying to use the same approach in Joomla 2.5 but I'm either brain dead at this point or missing something very obvious. In Joomla 2.5 the rss feeds can be found in this form:
example.com/?format=feed&type=rss/
So my solution is (the one that doesn't do anything):
RewriteCond %{QUERY_STRING} !format=feed [NC]
RewriteRule ^index2\.php$ /rss.feed? [R=301,L]
I've tried creating a redirect in SEF advance using Alias, but when I enter this as the source:
?format=feed&type=rss/
Is changed to this:
index.php
When I save the new Alias.
Bill
RewriteCond %{QUERY_STRING} option=com_rss [NC]
RewriteRule ^index2\.php$ /rss.feed? [R=301,L]
This allowed me to point the old URI to:
example.com/rss.feed
I'm trying to use the same approach in Joomla 2.5 but I'm either brain dead at this point or missing something very obvious. In Joomla 2.5 the rss feeds can be found in this form:
example.com/?format=feed&type=rss/
So my solution is (the one that doesn't do anything):
RewriteCond %{QUERY_STRING} !format=feed [NC]
RewriteRule ^index2\.php$ /rss.feed? [R=301,L]
I've tried creating a redirect in SEF advance using Alias, but when I enter this as the source:
?format=feed&type=rss/
Is changed to this:
index.php
When I save the new Alias.
Bill
Please Log in or Create an account to join the conversation.
- Greg
- Offline
- New Member
10 years 11 months ago #7250
by Greg
Joomla 3.4.3 / SefAdvance 1.8.0 / AJAX Register 1.8.8 / virtuemart 3.0.9.4 / PHP 5.4.43
Hi
we have almost the same issue
simply that when SEF advance is ON the feed is rewrited to the home url.
So we can't access the frontpage default feed when Sef Advance is ON
we have almost the same issue
simply that when SEF advance is ON the feed is rewrited to the home url.
So we can't access the frontpage default feed when Sef Advance is ON
Joomla 3.4.3 / SefAdvance 1.8.0 / AJAX Register 1.8.8 / virtuemart 3.0.9.4 / PHP 5.4.43
Please Log in or Create an account to join the conversation.
- BillyS
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
- Thank you received: 1
9 years 10 months ago #7420
by BillyS
Emir- I noticed this in the changelog - I have not uploaded the new version:
1.6.5 (2015-01-09)
- Fixed a bug with RSS and Atom feeds and incorrect links in the source
Does this fix the issue I mention above?
1.6.5 (2015-01-09)
- Fixed a bug with RSS and Atom feeds and incorrect links in the source
Does this fix the issue I mention above?
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
9 years 10 months ago #7421
by Saka
Emir Sakic
www.sakic.net
Yes.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.