i have a website and a sub domain..
the main website is hosted in server A and its sub domain in server B..
main website = server A
sub domain = server B
when i have high traffic i will redirect my main website to my sub domain.
http://main-website.com redirects to sub.main-website.com
and
http://main-website.com/post1 redirects to sub.main-website.com/post1
i am using htaccess in main website server to do this redirection...
i will have 400 - 800 requests coming every second for server A (main website server, which contains the htaccess for redirection)
actually the server cannot manage those many requests if i am hosting my website in that..
as i am using the htaccess file only in the server... will it affect server ?