mirror of
https://github.com/koel/koel.git
synced 2026-04-26 17:25:59 +03:00
[GH-ISSUE #917] Running on Apache return 403; error [Cannot serve directory D:/Apache24/htdocs/koel/: No matching DirectoryIndex (index.html) found, and server-generated directory index forbidden by Options directive] #595
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#595
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 @JmTexas19 on GitHub (Feb 16, 2019).
Original GitHub issue: https://github.com/koel/koel/issues/917
Sorry if this is more relevant to Apache then koel.
Most recent commit, cloned using --recursive
Windows 10, Chrome, Apache24
php artisan serve --host 0.0.0.0 deploys fine and is accessible. Having trouble getting it running on Apache however.
Virtual Host
The webpage return a 403 instead of the expected login page of Koel.
The error log outputs:
"Cannot serve directory D:/Apache24/htdocs/koel/: No matching DirectoryIndex (index.html) found, and server-generated directory index forbidden by Options directive"
I believe htaccess is being read due to the fact that when I put garbage in it a 500 is thrown instead.
Tried add index.php to the directory index but that just displays it on the webpage.
@phanan commented on GitHub (Feb 20, 2019):
Judging from the error, I believe you have to add
index.phpinto your Apache'sDirectoryIndexconfig as well.