Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
BlogThis
This discussion is related to the BlogThis addon.
Comments
Great piece of work, this, and it's working just fine. I have Vanilla installed in a testing subdirectory on an unrelated live site, so far with just this extension with friendly URLs, and I've run into just one tiny quirk that's driving me up the wall - making the blog page the default. The standard...
RewriteRule ^$ /extension.php?PostBackAction=Blog
... just drops me (as I suppose it should) to the live site's root URL. I've tried changing it to:
RewriteRule ^testdir/$ /extension.php?PostBackAction=Blog
and while that doesn't throw up any errors, it also doesn't have any effect whatsoever. Discussions remain stuck as the default page view. I notice that the blog page URL has been rewritten to /extension/?PostBackAction=Blog, but using that instead of the original version doesn't do any good either. I don't know enough about htaccess files to know if I'm missing something blindingly obvious or if that particular rewrite simply won't work for a subdirectory. Any thoughts before I pull out my remaining hair?