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.
Pretty Urls not working
![timd](https://secure.gravatar.com/avatar/a633308482fef7dbe9363eeaaebc7208/?default=https%3A%2F%2Fvanillicon.com%2Fc431b7515ebabaa55341a18d176bbf3c_100.png&rating=g&size=100)
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?
0
Comments
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 bedoesn't work for me unfortunately.
I also get the following error in console.
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...