Hi,
I want to write a .htaccess from which the following action should be done.
I have domain like
www.xyz.com
and am putting many articles on that. so it wil become
www.xyz.com/article1-tutorial/
www.xyz.com/article2-tutorial/
www.xyz.com/article3-tutorial/
But instead of that i need like this.
www.article1-tutorial.xyz.com/
www.article2-tutorial.xyz.com/
www.article3-tutorial.xyz.com/
Please help to find the solution. I know we cant go for subdomain concept and only the way is redirection. So whats is the solution?