Help and Support
 

powered byLive Search

IIS generates courtesy redirect when folder without trailing slash is requested

Article ID:298408
Last Review:December 3, 2007
Revision:5.3
This article was previously published under Q298408

SYMPTOMS

When a browser requests a URL such as http://www.servername.de/SubDir, the browser is redirected to http://www.servername.de/SubDir/. A trailing slash is included at the end of the URL.

Back to the top

CAUSE

Internet Information Server (IIS) first treats SubDir as a file that it should give back to the browser. If this file cannot be found, IIS checks to see if there is a directory with this name. If a directory with this name exists, a courtesy redirect with a 302 "Object moved" response message is returned to the browser. This message also contains the information about the new location of the directory with the trailing slash. In turn, the browser starts a new GET request to the URL with the trailing slash.

With this slash at the end of the URL, IIS treats this as a directory and tries to obtain either the default document from this directory or, if no default document exists, returns the directory listing or a "Directory listing denied" error message.

Back to the top

MORE INFORMATION

When a browser requests a virtual directory that does not contain a trailing slash, Internet Information Services (IIS) 6.0 returns an HTTP 301 "Moved Permanently" message. This behavior permits the client to append the trailing slash on later requests to the virtual directory.

Back to the top


APPLIES TO
Microsoft Internet Information Server 4.0
Microsoft Internet Information Services 5.0
Microsoft Internet Information Services 5.1
Microsoft Internet Information Services 6.0
Microsoft Internet Information Services 7.0

Back to the top

Keywords: 
kbpending kbprb KB298408

Back to the top

Article Translations

 

Other Support Options

  • Need More Help?
    Contact a Support professional by Email, Online or Phone.
  • Customer Service
    For non-technical assistance with product purchases, subscriptions, online services, events, training courses, corporate sales, piracy issues, and more.
  • Newsgroups
    Pose a question to other users. Discussion groups and Forums about specific Microsoft products, technologies, and services.