All Tags > URL REWRITE (RSS)
  • Intern url are changed

    Hi, I'm new in IIS7 and URL rewriting. So i''t's maybe simple to solve. I have the following rule definition in my web.config: < rule name = " details " > < match url = " ^details/([0-9]+)/([_0-9a-z-]+).htm " /> < action type = " Rewrite "...
    Posted to Forum by Tiunl on 12-08-2009, 8:46 AM
  • how to deal with "?" characters in match for rule

    hello everyone! i'm on Windows 2008 Web Server x64, IIS7 + Url Rewrite 1.1, RequestEncoding is UTF-8 so i need to rewrite urls: http://mydomain.com/Search?qweqweqweqwe to http://mydomain.com/Search.aspx?q=qweqweqweqwe. as i found at http://learn.iis.net/page.aspx/465/url-rewrite-module-configuration...
    Posted to Forum by xeonix on 12-04-2009, 2:22 PM
  • Re: URL rewrite - web.config error

    Thank you all. The issue was with my hosting company. URL rewrite was not installed - although they said it is and made me sign up with them Thanks again.
    Posted to Forum by murali.bala on 11-17-2009, 10:02 AM
  • Re: URL rewrite - web.config error

    yeah! i was testing different scenarios. Anyways, i have fixed that. But it still does not work. Also, this site has only one page (Default.aspx) and No code behind in the page.
    Posted to Forum by murali.bala on 11-16-2009, 9:49 AM
  • Re: URL rewrite - web.config error

    Thanks for your answer. I did speak to customer rep about this and he said the server support url rewriting. How can we check if the URL Rewriting module is installed on a server (hosting company)? The page is at http://204.12.40.96/default.aspx ---------------Web.config-----------------------------...
    Posted to Forum by murali.bala on 11-16-2009, 12:23 AM
  • URL rewrite - web.config error

    Hello All, I am getting the following error when i run my .aspx page. Error Code0x8007000d The configuration section 'rewrite' cannot be read because it is missing a section declaration I have a simple v.aspx page which has the following code: Response.Write(Request("q")) My hosting...
    Posted to Forum by murali.bala on 11-15-2009, 10:13 AM
  • Rule to catch swf files returns 404 file not found.

    I have the following rule in my web.config <RULE stopProcessing="true" name="Lesson Testing"> <MATCH url="(.+)/lesson/(.+).swf$"> <ACTION type="Rewrite" url="/handleSWF.aspx?lookingfor={R:0}"> </ACTION> </RULE> When i attempt...
    Posted to Forum by surrealis on 11-12-2009, 8:20 PM
  • Re: Error installing URL Rewrite 1.1

    I execued the cmd and i got this error: "ERROR: The system was unable to find the specified registry key or value." Indeed, I checked the registry and I dont have that key. Do I email only the config file? Thank you very much, Gabriel
    Posted to Forum by gabikles on 10-29-2009, 12:27 PM
  • Re: Error installing URL Rewrite 1.1

    I first tried to install URL Rewrite 1.1 with no success, then 2.0 Beta and finally 2.0 RC but in all cases failed. I also tried turning off the IIS feature from windows 7 and starting the whole IIS installation again (using once again the Web Platform Installer) but the same problem occurred Any idea...
    Posted to Forum by gabikles on 10-29-2009, 7:38 AM
  • Error installing URL Rewrite 1.1

    I am using: - Windows 7 Enterprise (Release - Build 7600) - Web Platform Installer 2.0 - IIS (Version 7.5.7600.16385) installed using WPI I tried to install URL Rewrite 1.1 using WPI and then using cmd line but in both cases the installation was not successful. Below is my log file. Thanks in advance...
    Posted to Forum by gabikles on 10-27-2009, 10:43 AM
Page 1 of 9 (90 items) 1 2 3 4 5 Next > ... Last ยป
Microsoft Communities