Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: Re: redirecting http in word docs

by maa (Pilgrim)
on Jan 13, 2004 at 11:56 UTC ( [id://320935]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: redirecting http in word docs
in thread OT: redirecting http in word docs

Hi...

To do this on IIS you should read the IIS manual on Technet... half way down the page you'll read.

Redirect Wildcards

You can use redirect wildcards to match any number of characters in the original URL. Open a directory's property sheet in IIS Manager, select the Home Directory, Virtual Directory, or Directory tab, click the A redirection to a URL option, and insert the wildcard character (*) in the Redirect to text box. Begin the destination URL with an asterisk (*) and a semicolon (;), and separate pairs of wildcard characters and destination URLs with a semicolon.

For example, to redirect all requests for /Scripts/Filename.stm to a single file called Default.stm, and to redirect all requests for /Scripts/Filename.asp to a single file called Default.asp, type the following in the Redirect To text box for the /scripts virtual directory:

*;Filename.stm;/Default.stm;Filename.asp;/Default.asp,

HTH - Mark

  • Comment on Re: Re: Re: redirecting http in word docs

Replies are listed 'Best First'.
Re: Re: Re: Re: redirecting http in word docs
by Anonymous Monk on Jan 13, 2004 at 18:54 UTC
    Thanks

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://320935]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-19 19:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found