Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.

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.