-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from jaedb/develop
2.5.14
- Loading branch information
Showing
40 changed files
with
942 additions
and
537 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# If you've pulled Spotmop via GitHub, you can run this using any webserver | ||
# by navigating to localhost/src. Otherwise we'll redirect it to the Mopidy instance as per below | ||
|
||
#RewriteEngine On | ||
#RewriteCond %{REQUEST_URI} !^/src | ||
#RewriteRule (.*) http://%{HTTP_HOST}:6680/spotmop/ [R=301,L] | ||
RewriteEngine On | ||
RewriteCond %{REQUEST_URI} !^/src | ||
RewriteRule (.*) http://%{HTTP_HOST}:6680/spotmop/ [R=301,L] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.