Search the Community
Showing results for tags 'URL Rewrite'.
-
URL Rewrite no longer working after 3.0.8100.0 update for Chrome
madlan posted a topic in General/Windows
Hi, Since I updated Emby (manually) to 3.0.8100.0 I can no longer access it via IIS URL Rewrite when using Chrome (Edge and IE are fine) It works fine going via the hosted port (8096) - is this coincidence or an issue with Chrome? Log attached after a restart and attempting login from browser in addition to the browser with console open. Thanks madlan Emby Log.txt- 5 replies
-
- URL Rewrite
- Chrome
-
(and 1 more)
Tagged with:
-
Hello everyone. This is very similar to the post here: http://mediabrowser.tv/community/index.php?/topic/4871-custom-setup-iis7/ I am running IIS 8 with URL Rewrite enabled and have a subdomain just for my mediabrowser. I have tried to create a rule that would allow the use of http://media.teknik.io/ to work as the mediabrowser address instead of http://media.teknik.io/mediabrowser. Here is my current url rewrite rule: <rewrite> <rules> <rule name="Media Browser" stopProcessing="true"> <match url="^/(.*)$" ignoreCase="false" /> <action type="Rewrite" url="http://media.teknik.io:80/mediabrowser" appendQueryString="false" /> </rule> </rules> </rewrite> Any thoughts?
- 4 replies
-
- url rewrite
- iis
-
(and 1 more)
Tagged with: