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

Pretty Urls not working

I'm trying to rewrite my url's, but currently every page just links to my forum start page.

My config is:

$Configuration['Garden']['WebRoot'] = '/forum';
$Configuration['Garden']['RewriteUrls'] = true;

and my .htaccess is the standard by vanilla with the folder set:

RewriteBase /forum

The links are looking fine, they are just not working and always showing the forum start page.

Is there anything else I need to change?

Comments

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    Normally you wouldn't need to set WebRoot. Therefore try if setting it to false would help. But that is just a blind guess. Not sure what the real probably might be

  • Options

    doesn't work for me unfortunately.

    I also get the following error in console.

    SyntaxError: expected expression, got '<'
    translations.js:1
    

    Can this cause any problems with that?

    this is the link to it:

    http://timdoering.de/forum

  • Options

    a clean installtion seems to solve the problem, not sure about the cause...

Sign In or Register to comment.