Forum Moderators: phranque
From Apache1.3, I have to redirect all the URLs coming from port http://mydomain.com:9001/trd/* to a index page (index.html).
I tried giving "Redirect" directive under mod_alias
Redirect /trd http://mydomain.com:9001/index.html
but it is looking for http://mydomain.com:9001/index.html/* and is not redirecting it to the file. How can I do this.
For more information, see the documents cited in our forum charter [webmasterworld.com] and the tutorials in the Apache forum section of the WebmasterWorld library [webmasterworld.com].
Jim