mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #145] Redirecting to /♫ causes 404 with Apache #100
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 :The URL is
http://192.168.1.141/♫(I gothttp://192.168.1.141/%E2%99%ABwhen 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-8in/etc/apache2/conf-enabled/charset, but I still have the same problem. Actually after reading aboutAddDefaultCharset, 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.
@vukidrock commented on GitHub (Dec 26, 2015):
read #32
@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 !