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.
Options

Url rewriting problem

micmic New
edited October 2016 in Vanilla 2.0 - 2.8

Hi all,

New on Vanilla, I made my install in the directory /site.com/entry-points/forum

In the config, I added these lines :
$Configuration['Garden']['WebRoot'] = 'site.com/entry-points/forum'; $Configuration['Garden']['StripWebRoot'] = true;

It's ok, my urls are clean (without the directory references)... but all my links send me to the index.

Can you tell me how to fix it, please?

EDIT :

I tried to define the RewriteBase like
RewriteBase /site.com/entry-points/forum

But it changes nothing

Comments

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    Rewrite base should only be /entry-points/forum, but I don't know if that would solve your problem

  • Options

    Thanks but, no, because all my hosts are in the same directory.

    And, as additionnal info, my forum url is http://forum.site.com/

  • Options

    Sorry, my bad... it seems a repo cloning error (v2.3, not 2.2)... it works with the 2.2

    Thanks anyway

Sign In or Register to comment.