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.
|
feedback
|
|
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. | |||||||||
feedback
|
|
This is what I ended up doing in my virtual host section of the configuration file:
| |||
feedback
|