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

  • R_JR_J 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

  • 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

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

Sign In or Register to comment.