I've moved my forum from Master to RC. I've noted that all of the feeds have moved. Is there a pattern to their movement that I could apply to the .htaccess file?
Well, the good news is it doesn't produce an error. But that bad news is it doesn't work.
When you try to create the route, it shows up as a type of "internal" and editing it doesn't fix it. When you type in the address of one of the rss feeds it simply takes you to that page (not the feed).
yes, I'm not saying that I can't select the box; I'm saying that it doesn't save that way.
I downloaded an entire new RC after you posted and replaced all files; ran the update to the DB structure you introduced in that update and cleared the cache.
Comments
Where the location used to be:
forum.com/rss/(feed content location)It is now:
forum.com/(feed content location)/feed.rssFor example, http://www.forum.com/rss/discussions becomes http://www.forum.com/discussions/feed.rss
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
Like this: http://imgur.com/qnH1N.jpg
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
atal Error in PHP.Gdn_ErrorHandler();
Undefined offset: 1
The error occurred on or near: /home/ben/forum.wbpsystems.com/html/library/core/class.routes.php
119: $Destination = $this->_FormatRoute($Destination, 'Internal');
120:
121: // If Destination is an array with no keys...
122: if (!array_key_exists('Destination', $Destination))
123: $Destination = $this->_FormatRoute($Destination[0], $Destination[1]);
124:
125: return $Destination;
126: }
127:
Backtrace:
[/home/ben/forum.wbpsystems.com/html/library/core/functions.error.php:157] PHP::include();
[/home/ben/forum.wbpsystems.com/html/library/core/functions.error.php:157] PHP::Gdn_ExceptionHandler();
Variables in local scope:
[Destination] array (
0 => '/$1/feed.rss',
)
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
When you try to create the route, it shows up as a type of "internal" and editing it doesn't fix it. When you type in the address of one of the rss feeds it simply takes you to that page (not the feed).
http://imgur.com/IWScK.jpg
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
I downloaded an entire new RC after you posted and replaced all files; ran the update to the DB structure you introduced in that update and cleared the cache.
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]