[GH-ISSUE #145] Redirecting to /♫ causes 404 with Apache #100

Closed
opened 2026-02-26 02:32:08 +03:00 by kerem · 2 comments
Owner

Originally created by @drazik on GitHub (Dec 25, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/145

Hello,

I installed Koel and configured a vhost on a little server. When I serve the app via php artisan serve, everything works well (and at first sight it seems awesome, great work !), but via Apache I have the following error :

Not Found

The requested URL /♫ was not found on this server.

The URL is http://192.168.1.141/♫ (I got http://192.168.1.141/%E2%99%AB when copy/pasting here, don't know if it's important or not).

I think there is a problem with apache and UTF-8 urls. I found some people uncommenting AddDefaultCharset UTF-8 in /etc/apache2/conf-enabled/charset, but I still have the same problem. Actually after reading about AddDefaultCharset, it seems to handle files charset, but has no relation with URLs.

Does anybody encountered the same problem ? Do you have an idea to fix it ?

Thanks.

Originally created by @drazik on GitHub (Dec 25, 2015). Original GitHub issue: https://github.com/koel/koel/issues/145 Hello, I installed Koel and configured a vhost on a little server. When I serve the app via `php artisan serve`, everything works well (and at first sight it seems awesome, great work !), but via Apache I have the following error : ``` Not Found The requested URL /♫ was not found on this server. ``` The URL is `http://192.168.1.141/♫` (I got `http://192.168.1.141/%E2%99%AB` when copy/pasting here, don't know if it's important or not). I think there is a problem with apache and UTF-8 urls. I found some people uncommenting `AddDefaultCharset UTF-8` in `/etc/apache2/conf-enabled/charset`, but I still have the same problem. Actually after reading about `AddDefaultCharset`, it seems to handle files charset, but has no relation with URLs. Does anybody encountered the same problem ? Do you have an idea to fix it ? Thanks.
kerem closed this issue 2026-02-26 02:32:08 +03:00
Author
Owner

@vukidrock commented on GitHub (Dec 26, 2015):

read #32

<!-- gh-comment-id:167274795 --> @vukidrock commented on GitHub (Dec 26, 2015): read #32
Author
Owner

@drazik commented on GitHub (Dec 26, 2015):

Argh I missed this one when browsing the resolved issues. I'm so sorry for the duplicate. Thank you very much @vukidrock !

<!-- gh-comment-id:167314821 --> @drazik commented on GitHub (Dec 26, 2015): Argh I missed this one when browsing the resolved issues. I'm so sorry for the duplicate. Thank you very much @vukidrock !
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#100
No description provided.