Curl Global Community
web server rewrite rule - Printable Version

+- Curl Global Community (https://communities.curl.com)
+-- Forum: Blogs (https://communities.curl.com/forumdisplay.php?fid=17)
+--- Forum: Marketing blog (https://communities.curl.com/forumdisplay.php?fid=19)
+--- Thread: web server rewrite rule (/showthread.php?tid=614)



web server rewrite rule - RobertShiplett - 09-03-2012

Can someone set the web server rewrite rule to redirect

http://curlap.com

to

http://www.curlap.com

?

It is working at http://curl.com for http://www.curl.com - although not as it might ...

thanks

(it is funny that we neglect this as the issue arises with Curl licenses)





RE: web server rewrite rule - hermanwaltz - 01-24-2015

The kind of service you are looking for is similar to load balancing,
where large enterprises redirect traffic to different servers based on
traffic and availability (if they are down). You do not have that
luxury. Anything redirects that you would need to send to respond to
requests for your website would have to be sent by your server... which
would be down.