Hi! My site is hosted on a virtual hosting server - "Alpha". Also I host a web-service at Alpha. The service is a perl script and it works slow. There are a lot of clients that access the script. That makes the site work slow or even crash.
To solve the problem, I have transferred the service to a dedicated server - "Beta". Now there is a .htaccess redirect on "Alpha" that redirects service requests to "Beta"
Redirect /cgi-bin/weather/server/index.pl http://server.webhop.org/cgi-bin/weather/server/index.pl
However all the service requests go through "Alpha" and that seems to make the site work slow anyway.
Do you know how to redirect requests to alpha.com/cgi-bin/weather/server/index.pl to beta.com/cgi-bin/weather/server/index.pl avoiding requests to alpha.com server?
I know this would be easy to achieve with subdomains, but I cannot change the code on clients that all request to alpha.com/cgi-bin/weather/server/index.pl
My domain name is parked at godaddy.com.