Hi guys,
How would I go about setting up a .htaccess file that forwards all requests to the root of the .com to another url, while maintaining all the beyond-the-root urls right where they are?
Example :
test.com -> forwarded to target.com
test.com/hello -> remains on test.com and loads whatever's in /hello
Thanks!