Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Removing index.php?p=/ from home URL

edited November 2010 in Vanilla 2.0 - 2.8
How do I get the home page url to be simple www.mydomain.com/community/ without the ugly index.php?p=/ at the end?

Tagged:

Comments

  • If using Apache, make sure you have .htaccess in your root of Vanilla installation and then edit conf/config.php:
    $Configuration['Garden']['RewriteUrls'] = FALSE;
    to
    $Configuration['Garden']['RewriteUrls'] = TRUE;

    Should work right out of the box.

    /cd
  • Awesome, thank you so much
Sign In or Register to comment.