I'm not sure if this is called "redirecting" but what I'm trying to do is set up a web server to automatically forward one address to another.
For example: http://www.homeserver.com/hi/ actually redirects the user to http://www.google.com
|
I'm not sure if this is called "redirecting" but what I'm trying to do is set up a web server to automatically forward one address to another. For example: http://www.homeserver.com/hi/ actually redirects the user to http://www.google.com | |||
|
feedback
|
|
It is. httpd has the | |||
|
feedback
|
|
Make this your default document..
| |||
feedback
|