mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #93] Problem to redirect url after login from an other computer / smartphone #63
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#63
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 @kevincaradant on GitHub (Dec 17, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/93
Hi
I don't know if it's a bug or not. I tried to edit my virtual host but that work only until the login. My url to login is : 192.XXX.X.X/index.php/login. After filled my login and password. I fall up on a 404 error without index.php in the url. (192.XXX.X.X/login). Redirect wrong ?
I mention that i'm trying to connect at my koel server from an other computer in my flat. If i do, localhost:8080 on the ubuntu server , i can login and use the interface which is localhost:8080/icon_music without any problem. But from an other computer , i can't :/. Any suggestions to help me ? Thank you in advance :)
@phanan commented on GitHub (Dec 17, 2015):
This is the expected behavior. Koel expects the URLs to be rewritten. Make sure your Apache has
mod_rewriteenabled.@kevincaradant commented on GitHub (Dec 17, 2015):
Ok thanks , i activate the mod_rewrite , so now no error but white page .... after enter my login and password at http://192.XXX.X.X/login, i get a white page with the same url. :/
My virtual host if it's my bad but i don't think so :).
Inside the directory "laravel" inside "/var/www/html/" , there are all your files for koel ;)
This is my problem with a gif :
@kevincaradant commented on GitHub (Dec 18, 2015):
Forget virtualhost just this fix my problem : php artisan serve --host 0.0.0.0
@sterling commented on GitHub (Dec 19, 2015):
@kevincaradant This issue looks similar to mine: #121 See if my resolution fixes it for you.