mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #134] What wrong with my .htaccess? #93
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#93
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 @vukidrock on GitHub (Dec 22, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/134
Hi @phanan
When I try to install on nginx server (Digital Ocean VPS), it's OK, but when I try on Apache2 server, I can't install complete. I'm not sure what wrong so can you help me?
I set up Koel on subdirectory
The media folder at
My Virtual host koel.conf here
and .htaccess
When I run
npm install,sudo bower --allow-root install && gulp --production, andcomposer install, everything OK (I have updated many npm mod)I edited .env file with database information, install phpmyadmin to create and view database
And finish with
php artisan initAfter that, I chmod storage folder with
When I type
mywebsite.com/koel, the login form show up, but not show logo, the console error meand of courses when I click the login, website auto redirect me to
and show me
When I move all of folder and file to
/var/www/htmlit's OK but the song not play. I searched many issues, may be it's mod_rewrite and xsendfile error, I tried many ways but nothing happen.Can you help me:
Thank you
Sorry for my English
@vukidrock commented on GitHub (Dec 22, 2015):
And error log show me this
@phanan commented on GitHub (Dec 22, 2015):
The error is obvious to me. Sorry I can't provide support down to this level.
@vukidrock commented on GitHub (Dec 22, 2015):
Can you suggest me some details ? I' ve never work with mod rewrite and xsendfile before.
@phanan commented on GitHub (Dec 22, 2015):
Create one then.
Google is your friend.
@ronilaukkarinen commented on GitHub (Dec 22, 2015):
@vukidrock See this.