mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #326] Login 404 error #239
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#239
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 @vladvisinescu on GitHub (May 5, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/326
I`m trying to set up Koel on a pesonal server.
All works locally but on server the login page throws a 404 error through AJAX
Not Found
The requested URL /index.php was not found on this server.
Could I have messed up my htaccess without touching it, or is there something else to look into?
Thanks :)
@BernardGoldberger commented on GitHub (May 5, 2016):
@vladvisinescu what directory did you point you virtual host to?
@vladvisinescu commented on GitHub (May 13, 2016):
i haven
t done that yet. what would the right directory be ? havent done a virtual host before@BernardGoldberger commented on GitHub (May 13, 2016):
The directory should be the root directory of koel, the specific depending on the web server you use.
For nginx follow the example config file included with Koel.
For Apache it will look something like this
@phanan commented on GitHub (May 21, 2016):
Closing due to inactivity.