I want to change the URL structure of my site, and I need to make some redirects, basically i want:
www.root.com/folder/second_folder/file.php to redirect to folder.root.com/second_folder/file.php
Is there anyway that I could force to redirect the first url, to the subdomain url? I also have some specific root URL's that I want to redirect to specific folders in the subdomain.
I tried various ways and nothing works so far, but only by placing my htaccess file in the root folder. If I place it in my subdomain folder, then it breaks all together.
Thank you.