I am looking at trying to split up the www and non-www parts of my site.
Basically I have some of my own content on the site, which I still want to be accessible via domain.com
I also have a directory part of the site, which is hosted on directory.domain.com
Now I want it so if anyone tries to go to www.domain.com it will redirect them to directory.domain.com
In doing this, I also want to keep the non-www domain.com accessible which has my own bits on it.
I have tried some htaccess redirect rules and I can get it redirecting but it also tries to redirect the non-www domain.com as well, which I do not want.
Thanks for any help
|