Im using Apache and an .htaccess file to set up some redirects. Is there a way to 301 redirect everything in a domain to a subdomain except for the domain index?
So redirect http://domain.com/* to http://sub.domain.com/*
But leave http://domain.com/ where it is?
Thanks in advance if anybody is able to help!