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

Remove "index.php/" From URL?

RefringeRefringe New
edited October 2009 in Vanilla 2.0 - 2.8
Is there a way to remove "index.php/" from the URL?

Currently my URL's look like:
http://website.com/index.php/ http://website.com/index.php/discussion/1/discussion-title

Ideally they should look like this:
http://website.com/ http://website.com/discussion/1/discussion-title

Any help?

Comments

  • lucluc ✭✭
    Use mod_rewrite mode, check the box in http://garden.vanilla.com/garden/settings/configure saying : "Use Garden's .htaccess file to rewrite urls"

    This one will need rephrasing as it can be done without .htaccess, which an apache stuff only anyway.

    Apache2 configuration should be pretty easy.
    nginx, there's an example out there, I haven't configured as per the example as It didn't exist when I did mine. Mine is no up to standard, and that's why I haven't shared it yet.

    For cherokee, or other web server, check out the documentation.
  • Worked perfectly, thank you.
Sign In or Register to comment.