NamelessMC

Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

Solved Bug Friendly urls not working
Started by Maxx_Qc

Maxx_Qc

Maxx_Qc

Member
Joined
08 Aug 2022
Last Seen
09 Aug 2022
Topics
1
Posts
2

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.

Maxx_Qc · about 1 year ago · Last edited: about 1 year ago
Samerton

Samerton

Owner
Joined
30 Mar 2015
Last Seen
28 Mar 2024
Topics
41
Posts
1042

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,

x1
Samerton · about 1 year ago
Maxx_Qc

Maxx_Qc

Member
Joined
08 Aug 2022
Last Seen
09 Aug 2022
Topics
1
Posts
2
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

x1
Maxx_Qc · about 1 year ago