I have URL in my website e.g http://example.com/test and i need this page to be showing as subdomain e.g http://test.example.com/.
i have tried the following things.
I set redirect 301
rule in htaccess but that is redirecting to homepage
always.
Redirect 301 /test http://test.example.com/
I used few wordpress plugins wp subdomain revisited and Main category as subdomain but no luck so maybe they are older versions.
I have setup a wildcard subdomain (*.subdomain.com) and the folder is set to public html main root directory.
Please help.