Forum Moderators: phranque
I need to redirect the requests for a web page www.example.net to the same domain name but with a different port, i mean www.example.net:8087.
This what i already have in http.conf:
#Virtual Host Definition
Listen 8087
NameVirtualHost *:8087
<VirtualHost *:8087>
DocumentRoot "/home/user/www/home"
</VirtualHost>
What should be the syntaxis i should use to redirect the www.example.net to another webpage called www.example.net:8087.
I will really appreciate your help a lot!1
Thanks in advance.
Jorge