Microsoft Internet Information Services (IIS) logo

PHP with WinCache on IIS

In this article you'll learn how to install and set up PHP with the Windows Cache Extension (WinCache) on windows IIS web servers. WinCache enabled PHP gives a great PHP performance boost for your WordPress-, Drupal or Joomla website. This post will show you it's not hard to set up high performance PHP hosting on IIS.

Read MorePHP with WinCache on IIS
[HttpException (0x80004005): The length of the URL for this request exceeds the configured maxUrlLength value.]

“The length of the URL for this request exceeds the configured maxUrlLength value”

The length of the URL for this request exceeds the configured maxUrlLength value is an IIS error telling you the length of the given URL exceeds a limit. The Windows Server IIS maximum URL length is defined by the HttpRuntimeSection.MaxUrlLength property. Its value is 260 characters. This may cause problems with longer URLs, and here is how to resolve this maxUrlLength issue.

Read More“The length of the URL for this request exceeds the configured maxUrlLength value”