All Tags > subdomain (RSS)
  • Re: Rewrite Rule Not Working

    Is this rule located in the web.config file at the root directory of the web site? If yes, then substitution url should be "users/{C:1}/{R:1}".
    Posted to Forum by ruslany on 06-01-2009, 4:49 PM
  • Re: Sub Domain Rewrite

    In this case there are two possible situations: If the subdomain.domain.com is bound to the same web site as www.domain.com then you can just have a rewrite rule that strips off the "/subdomain" part from the URL path. If the subdomain.domain.com is a separate web site, then you will have to...
    Posted to Forum by ruslany on 03-17-2009, 1:24 PM
  • Re: Sub Domain Rewrite

    I meant "rewrite". The URL should remain www.domain.com/subdomain in the browser.
    Posted to Forum by roundedcube on 03-16-2009, 12:26 PM
  • Site and subdomain breakdown

    Thanks in advance all. My site and blog are externally hosted for me by discountasp.net They give me one folder for my application and any subdomain have to be within that folder. So what I have done it is try to simpilfy my folder structure by moving the main site into a subfolder as follows Root -...
    Posted to Forum by john.hidey on 03-14-2009, 4:39 PM
  • Re: Sub Domain Rewrite

    When you say "point to", do you mean rewriting or redirection. I.e. when user in the browser clicks on the link to www.domain.com/subdomain and gets a response, what URL should be in the browser's address bar?
    Posted to Forum by ruslany on 03-13-2009, 2:38 PM
  • Re: Sub Domain Rewrite

    When you use full URL with the Rewrite action (i.e. url that starts with http://), that triggers URL rewriter to proxy the request to that URL instead of rewriting. Proxy functionality is done by using Application Request Routing module. You most probably do not have that module installed, that's...
    Posted to Forum by ruslany on 03-04-2009, 1:03 PM
  • Re: Rewriting hhh.domain.com/fluff to domain.com/abc/default.aspx?i=fluff

    I do not know how this can be done without creating subdomains. I think you have to update the DNS records so that the address with subdomain is correctly resolved to the IP address of your server.
    Posted to Forum by ruslany on 01-05-2009, 7:32 PM
  • Virtual hosting, subdomain and URL Rewrite. Again...

    Hello, Ruslan (and all)! I'm trying to make pseudo subdomain with url rewrite module on virtual hosting (mochahost). Idea: http://username.yunev.com/some/some/some => some/some/some?login=username This is my rules: <rules> <rule name="Rewrite subdomain"> <match url="...
    Posted to Forum by XaocCPS on 01-01-2009, 11:32 AM
  • Re: [newbie] subdomain name mapping

    This should work. This article may give a good idea on how to configure rewrite rule for that. Note though that in the article the global rewrite rules are used. In your case that would not be necessary - you can just create one distributed rewrite rule specific to your site.
    Posted to Forum by ruslany on 12-18-2008, 3:19 PM
  • Re: Rewriting hhh.domain.com/fluff to domain.com/abc/default.aspx?i=fluff

    If you want the request to http://sub1.domain.com/ to be rewritten to /Default.aspx?Distributor=sub1, then the rule will need to be changed as follows: <rewrite> <rules> <rule name="SubDomain" stopProcessing="false"> <match url=".*" /> <conditions>...
    Posted to Forum by ruslany on 12-01-2008, 1:16 PM
Page 2 of 3 (27 items) < Previous 1 2 3 Next >
Microsoft Communities