Jump to content

Recommended Posts

uncled1023
Posted

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?

JeremyFr79
Posted

Are you running your own DNS server? if so you could just add an entry of the domain you want to use redirecting to the mediabrowser domain.

uncled1023
Posted

I am running my own DNS, but I wanted to have a rewrite so that the url is cleaner.

JeremyFr79
Posted

being that Media Browser is running on it's own platform not reliant of IIS I'm not sure you could do a rewrite.

Koleckai Silvestri
Posted

You would want to rewrite your domain/subdomain to your Mediabrowser location and post. This line here:

<action type="Rewrite" url="http://media.teknik.io:80/mediabrowser" appendQueryString="false" />
Would point to MediaBrowser which should be on port 8096.

 

Doesn't matter if it is on IIS or not. You can redirect to Google.com if you wanted to.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...