Jump to content

IIS6 - URL alias


criscokid

Recommended Posts


I think a redirection should do the task.

So as far as I can tell:

1. Create a virtual directory named "D-N-A".
2. In the properties dialog of this dir, go to the "Home Directory" tab and select the "A redirection to a URL" radio button.
3. In the "Redirect to:" box, type your URL "http://www.scene-out.com/party/showproduct.php?product=54".
4. Then select the "the exact URL entered above" checkbox.

Hopefuly, this is what you want.

piro

Link to comment
Share on other sites

  • 6 months later...

Just came across the following on another website:

The other way to do this is server-side via the .htaccess file in your web root.

Add a Redirect request to your .htaccess file in the following general form:

Redirect whatpage.html http://www.mysite.com/otherpage.html

This sounds like a much better idea and easy to add new redirects in the future. Anyone have any comments on doing it this way?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...