Forum Search Results for "" RSS 1—10 of 640

More Search Options

  • WinCache Extension 1.0 - Release to Web

    Posted to Windows Cache Extension for PHP by ruslany on 11-19-2009, 1:57 PM

    The Windows Cache Extension 1.0 for PHP - RTW is available for download. This is a final, production-ready release that is provided under an open source BSD license with the source code hosted and maintained on http://pecl.php.net/packages/wincache/. Install the Windows Cache Extension 1.0 for PHP - RTW To install the Windows Cache Extension for ...

    • http://forums.iis.net/p/1162808/1925444.aspx#1925444
  • Re: Error in regex causes remote IIS manger to crash.

    Posted to IIS7 - URL Rewrite Module by ruslany on 11-17-2009, 12:50 PM

    Can you please post the regex pattern that causes the crash?

    • http://forums.iis.net/p/1162702/1925087.aspx#1925087
  • Re: Url Rewrite with special characters.

    Posted to IIS7 - URL Rewrite Module by ruslany on 11-16-2009, 8:21 PM

    can you try adding the following PHP code at the beginning of the index.php file: if ( isset($_SERVER['UNENCODED_URL']) ) {   $_SERVER['REQUEST_URI'] = $_SERVER['UNENCODED_URL']; }

    • http://forums.iis.net/p/1162676/1924995.aspx#1924995
  • Re: Permanent redirect to remove index.php for WordPress sites

    Posted to IIS7 - URL Rewrite Module by ruslany on 11-16-2009, 1:46 PM

    Yes. this is possible to do with URL rewrite module. Just use the mod_rewrite import rules feature: http://learn.iis.net/page.aspx/470/import-apache-modrewrite-rules/. Here is how the rules will look like after importing:          ...

    • http://forums.iis.net/p/1162632/1924946.aspx#1924946
  • Re: Url Rewrite with special characters.

    Posted to IIS7 - URL Rewrite Module by ruslany on 11-16-2009, 1:41 PM

    What is the PHP application that you use for this web site? Can you post the rewrite rules?

    • http://forums.iis.net/p/1162676/1924945.aspx#1924945
  • Re: Problem with the enforce lower case URLs redirect rule

    Posted to IIS7 - URL Rewrite Module by ruslany on 11-16-2009, 1:39 PM

    The rules are correct and they work fine on my wordpress installation. But I can see that they do not work on your site - the first rule just does not seem to get executed at all. Can you enable Failed Request Tracing as described here and make a request? Then send me the trace log to ruslany at microsoft dot com.

    • http://forums.iis.net/p/1162631/1924943.aspx#1924943
  • Re: make url_rewrite more dynamic?

    Posted to IIS7 - URL Rewrite Module by ruslany on 11-09-2009, 4:20 PM

    Yes, if the module gives this error, then it is not v2.0. You can also confirm it by checking the value of the server variable IIS_UrlRewriteModule. For example if you use PHP then you can get its value by using <?php echo $_SERVER[IIS_UrlRewriteModule]; ?>

    • http://forums.iis.net/p/1162311/1923980.aspx#1923980
  • Re: rewrite with optional parameters

    Posted to IIS7 - URL Rewrite Module by ruslany on 11-09-2009, 4:14 PM

    If in your rewrite rule you set appendQueryString="true" then the existing query string will be just appended to the rewritten URL as is. Can you check if this flag is set. If with that flag you do not see the original query string appended, then can you please post the rewrite rules that you have?

    • http://forums.iis.net/p/1162401/1923979.aspx#1923979
  • Re: rewrite return url

    Posted to IIS7 - URL Rewrite Module by ruslany on 11-09-2009, 4:11 PM

    I am not sure I understand what exactly is the problem. Can you explain in more details? Also can you post the rewrite rule that you have for this redirection?

    • http://forums.iis.net/p/1162403/1923978.aspx#1923978
  • Re: How to prevent use of strings after URL rewrite

    Posted to IIS7 - URL Rewrite Module by ruslany on 11-09-2009, 4:05 PM

    In the rewrite rule set the flag appendQueryString="false" (uncheck the "Append query string" check box in UI)

    • http://forums.iis.net/p/1162438/1923977.aspx#1923977

1 2 3 4 5 Next > ... Last »

Microsoft Communities