Internet Explorer is not supported. Please upgrade to a more modern browser.
Hello, I have friendly urls enabled in my configuration but it doesn't work.
The rewrite_test url says that the module is enabled.
But when I click on a navbar link the url isnt friendly:
But if I type the URL by hand it works:
/status/
Except for my custom page:
This one works
/index.php?route=/joinus/
but not this one
/joinus/
I'm not sure if this is a known bug but I couldn't find anything.
Hi,
Unfortunately this is a bug with version 2.0.1 which will be fixed in 2.0.2.
For now, you can manually edit the fileĀ core/config.php and change
'friendly' => '1',
to
'friendly' => true,
Samerton:
Hi,
Unfortunately this is a bug with version 2.0.1 which will be fixed in 2.0.2.
For now, you can manually edit the fileĀ core/config.php and change
'friendly' => '1',
to
'friendly' => true,
Hi, thanks for the fast answer! It works great now. Keep up the good work :D