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.

URL Change request

edited September 2006 in Vanilla 1.0 Help
The URL for a discussion should be .com/community/discussions/3550/ instead of .com/community/discussion/3550/

that way, if someone just deletes the /3550/ it takes them back to a valid page that makes sense in context as much as the singular discussion tense does to me. URLs should always degrade to greater level page when the part after it is taken off.

Comments

  • MarkMark Vanilla Staff
    You can do that easily in your own installation by altering your .htaccess file and changing the

    $Configuration['REWRITE_index.php'] = 'discussions/';
    $Configuration['REWRITE_comments.php'] = 'discussion/';

    configuration settings to something else.
This discussion has been closed.