I have a website (hosted with Easyspace if that helps).
Currently, typing these addresses into the browser address bar both take you to the www/index.html file
mywebsite.com
www. mywebsite.com [ the space you can see clearly isn't really there ]
Then I set up a sub-domain called 'thingy', so that I have a "mini site" accessible under:
thingy.mywebsite.com
But it turns out that people are trying to get to the mini site using www.thingy.mywebsite.com
So I'd like to have some sort of redirect (could be in .htaccess could be a simple JS redirect, I don't care) that takes browsers to
thingy.mywebsite.com
I'm stumped. Any ideas?
TIA
Currently, typing these addresses into the browser address bar both take you to the www/index.html file
mywebsite.com
www. mywebsite.com [ the space you can see clearly isn't really there ]
Then I set up a sub-domain called 'thingy', so that I have a "mini site" accessible under:
thingy.mywebsite.com
But it turns out that people are trying to get to the mini site using www.thingy.mywebsite.com
So I'd like to have some sort of redirect (could be in .htaccess could be a simple JS redirect, I don't care) that takes browsers to
thingy.mywebsite.com
I'm stumped. Any ideas?
TIA
Comment