I'd like to have a redirection web page from one page to another so that I can have two names for the same web page on my server. I tried creating a windows shortcut, but that did not work. Please suggest how to have one page be a pointer to another.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
This belongs on Server Fault. This is a server question, regarding Apache running on the Windows platform.
What are you trying to do? Are you trying to have Apache serve http://www.domain.com as well as http://domain.com? If you are trying to have localhost/a.htm and localhost/b.htm point to c.htm you could try mod_alias or mod_rewrite. |
|||||
|
|
This is what I ended up doing in my virtual host section of the configuration file:
|
|||
|