Hi,
Can you please help me with this..
####My Virtual Host Configuration#####
<VirtualHost 10.10.10.10>
ServerName myapp.mydomain.com
ServerAlias myapp
DirectoryIndex index.html
DocumentRoot D:/WebServers/Apache/htdocs/myapp
ErrorLog logs/gsadoctest_error.log
CustomLog "logs/gsadoctest.log" combined
</VirtualHost>
I would like to redirect below URL
http://myapp.mydomain.com/myContent/0900f00b803af701
TO
http://anotherapp:9087/mypages/svc/v1/General/ALL/myContent/0900f00b803af701?mypageHeader=true
Please help me with this, how can I redirect it and how would be the configuration.
Thanks,
Srineel Katta